HEX: #424BAB
RGB: (66,75,171)
#424BAB contains mainly blue color. Web safe color of #424BAB is #333399 (or #339).
#424BAB color RGB value is (66,75,171).
RGB: (66,75,171)
(26%, 29%, 67%)
R 66 of 255 = 26%
G 75 of 255 = 29%
B 171 of 255 = 67%
R + G + B ~ 41%. #424BAB is middle color (not dark and not light).
R + G + B = 66 + 75 + 171 = 312 (100%)
R 66 of 312 ~ 21.15%
G 75 of 312 ~ 24.04%
B 171 of 312 ~ 54.81'%
#424BAB color CMYK value is (61,56,0,33).
CMYK: (61,56,0,33) C61M56Y0K33 (61%,56%,0%,33%) (0.61/0.56/0.00/0.33)
Color #424BAB in popluar color models
42 | 4B | AB | |
---|---|---|---|
RGB | 66 | 75 | 171 |
HSL | 235° | 44.30% | 46.47% |
HSB/HSV | 235° | 61.40% | 67.06% |
CMYK | 61.40% | 56.14% | 0.00% |
32.94% |
Color #424BAB in popluar number systems.
HEX | 42 | 4B | AB |
Decimal | 66 | 75 | 171 |
Binary | 1000010 | 1001011 | 10101011 |
Octal | 102 | 113 | 253 |
Shades of #424BAB
Tints of #424BAB
Examples of css and html codes for elements with #424BAB color. Also use rgb(66,75,171) instead hex code.
.myTextColor { color: #424BAB; }
<p style="color:#424BAB">This sample text font color is #424BAB.</p>
This text font color is #424BAB.
.myBgColor { background-color: #424BAB; }
<div style="background-color:#424BAB">Inner text</div>
This div background color is #424BAB.
.myBorderColor { border: 1px solid #424BAB; }
<div style="border:3px solid #424BAB">Div</div>
This div border color is #424BAB.
.myOpacity80 { color: #424BAB; opacity: 0.8; }
<p style="color:#424BAB;opacity:0.8;">80%</p>
Text with #424BAB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #424BAB;}
<p style="text-shadow: 3px 3px 1px #424BAB">Text here.</p>
This text has shadow with #424BAB color.
.textShadow {text-shadow: 3px 3px 1px #424BAB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #424BAB, 5px 5px 20px red">Text here.</p>
This text has shadow with #424BAB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#424BAB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#424BAB, Direction=45, Strength=4)">Text</p>
This text has shadow with #424BAB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #424BAB;
-webkit-box-shadow: 1px 1px 3px 2px #424BAB;
box-shadow: 1px 1px 3px 2px #424BAB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #424BAB; -webkit-box-shadow: 1px 1px 3px 2px #424BAB; box-shadow:1px 1px 3px 2px #424BAB;">
Div content here
</div>
This text has color #424BAB on black background.
This text has color #424BAB on white background.
This text has black color on #424BAB background.
This text has white color on #424BAB background.
Complementary color for #hex is #BDB454.