HEX: #4B6AB1
RGB: (75,106,177)
#4B6AB1 contains mainly blue color. Web safe color of #4B6AB1 is #336699 (or #369).
#4B6AB1 color RGB value is (75,106,177).
RGB: (75,106,177)
(29%, 42%, 69%)
R 75 of 255 = 29%
G 106 of 255 = 42%
B 177 of 255 = 69%
R + G + B ~ 47%. #4B6AB1 is middle color (not dark and not light).
R + G + B = 75 + 106 + 177 = 358 (100%)
R 75 of 358 ~ 20.95%
G 106 of 358 ~ 29.61%
B 177 of 358 ~ 49.44'%
#4B6AB1 color CMYK value is (58,40,0,31).
CMYK: (58,40,0,31)
C58M40Y0K31 (58%, 40%, 0%, 31%)
(0.58 / 0.40 / 0.00 / 0.31)
Color #4B6AB1 in popluar color models
4B | 6A | B1 | |
---|---|---|---|
RGB | 75 | 106 | 177 |
HSL | 222° | 40.48% | 49.41% |
HSB/HSV | 222° | 57.63% | 69.41% |
CMYK | 57.63% | 40.11% | 0.00% |
30.59% |
Color #4B6AB1 in popluar number systems.
HEX | 4B | 6A | B1 |
Decimal | 75 | 106 | 177 |
Binary | 1001011 | 1101010 | 10110001 |
Octal | 113 | 152 | 261 |
Shades of #4B6AB1
Tints of #4B6AB1
Examples of css and html codes for elements with #4B6AB1 color. Also use rgb(75,106,177) instead hex code.
.myTextColor { color: #4B6AB1; }
<p style="color:#4B6AB1">This sample text font color is #4B6AB1.</p>
This text font color is #4B6AB1.
.myBgColor { background-color: #4B6AB1; }
<div style="background-color:#4B6AB1">Inner text</div>
This div background color is #4B6AB1.
.myBorderColor { border: 1px solid #4B6AB1; }
<div style="border:3px solid #4B6AB1">Div</div>
This div border color is #4B6AB1.
.myOpacity80 { color: #4B6AB1; opacity: 0.8; }
<p style="color:#4B6AB1;opacity:0.8;">80%</p>
Text with #4B6AB1 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4B6AB1;}
<p style="text-shadow: 3px 3px 1px #4B6AB1">Text here.</p>
This text has shadow with #4B6AB1 color.
.textShadow {text-shadow: 3px 3px 1px #4B6AB1', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4B6AB1, 5px 5px 20px red">Text here.</p>
This text has shadow with #4B6AB1 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4B6AB1, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4B6AB1, Direction=45, Strength=4)">Text</p>
This text has shadow with #4B6AB1 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #4B6AB1;
-webkit-box-shadow: 1px 1px 3px 2px #4B6AB1;
box-shadow: 1px 1px 3px 2px #4B6AB1;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4B6AB1; -webkit-box-shadow: 1px 1px 3px 2px #4B6AB1; box-shadow:1px 1px 3px 2px #4B6AB1;">
Div content here
</div>
This text has color #4B6AB1 on black background.
This text has color #4B6AB1 on white background.
This text has black color on #4B6AB1 background.
This text has white color on #4B6AB1 background.
Complementary color for #hex is #B4954E.