HEX: #4B506B
RGB: (75,80,107)
#4B506B contains red, green and blue colors in about the same proportion. Web safe color of #4B506B is #336666 (or #366).
#4B506B color RGB value is (75,80,107).
RGB: (75,80,107)
(29%, 31%, 42%)
R 75 of 255 = 29%
G 80 of 255 = 31%
B 107 of 255 = 42%
R + G + B ~ 34%. #4B506B is quite dark color.
R + G + B = 75 + 80 + 107 = 262 (100%)
R 75 of 262 ~ 28.63%
G 80 of 262 ~ 30.53%
B 107 of 262 ~ 40.84'%
#4B506B color CMYK value is (30,25,0,58).
CMYK: (30,25,0,58)
C30M25Y0K58 (30%, 25%, 0%, 58%)
(0.30 / 0.25 / 0.00 / 0.58)
Color #4B506B in popluar color models
4B | 50 | 6B | |
---|---|---|---|
RGB | 75 | 80 | 107 |
HSL | 231° | 17.58% | 35.69% |
HSB/HSV | 231° | 29.91% | 41.96% |
CMYK | 29.91% | 25.23% | 0.00% |
58.04% |
Color #4B506B in popluar number systems.
HEX | 4B | 50 | 6B |
Decimal | 75 | 80 | 107 |
Binary | 1001011 | 1010000 | 1101011 |
Octal | 113 | 120 | 153 |
Shades of #4B506B
Tints of #4B506B
Examples of css and html codes for elements with #4B506B color. Also use rgb(75,80,107) instead hex code.
.myTextColor { color: #4B506B; }
<p style="color:#4B506B">This sample text font color is #4B506B.</p>
This text font color is #4B506B.
.myBgColor { background-color: #4B506B; }
<div style="background-color:#4B506B">Inner text</div>
This div background color is #4B506B.
.myBorderColor { border: 1px solid #4B506B; }
<div style="border:3px solid #4B506B">Div</div>
This div border color is #4B506B.
.myOpacity80 { color: #4B506B; opacity: 0.8; }
<p style="color:#4B506B;opacity:0.8;">80%</p>
Text with #4B506B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4B506B;}
<p style="text-shadow: 3px 3px 1px #4B506B">Text here.</p>
This text has shadow with #4B506B color.
.textShadow {text-shadow: 3px 3px 1px #4B506B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4B506B, 5px 5px 20px red">Text here.</p>
This text has shadow with #4B506B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4B506B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4B506B, Direction=45, Strength=4)">Text</p>
This text has shadow with #4B506B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #4B506B;
-webkit-box-shadow: 1px 1px 3px 2px #4B506B;
box-shadow: 1px 1px 3px 2px #4B506B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4B506B; -webkit-box-shadow: 1px 1px 3px 2px #4B506B; box-shadow:1px 1px 3px 2px #4B506B;">
Div content here
</div>
This text has color #4B506B on black background.
This text has color #4B506B on white background.
This text has black color on #4B506B background.
This text has white color on #4B506B background.
Complementary color for #hex is #B4AF94.