HEX: #427EAC
RGB: (66,126,172)
#427EAC contains mainly green and blue colors. Web safe color of #427EAC is #336699 (or #369).
#427EAC color RGB value is (66,126,172).
RGB: (66,126,172) (26%,49%,67%)
R 66 of 255 = 26%
G 126 of 255 = 49%
B 172 of 255 = 67%
R + G + B ~ 47%. #427EAC is middle color (not dark and not light).
R + G + B =
66 + 126 + 172 = 364 (100%)
R 66 of 364 ~ 18.13%
G 126 of 364 ~ 34.62%
B 172 of 364 ~ 47.25%
#427EAC color CMYK value is (62,27,0,33).
CMYK: (62,27,0,33) C62M27Y0K33 (62%,27%,0%,33%) (0.62/0.27/0.00/0.33)
42 | 7E | AC | |
---|---|---|---|
RGB | 66 | 126 | 172 |
HSL | 206° | 44.54% | 46.67% |
HSB/HSV | 206° | 61.63% | 67.45% |
CMYK | 61.63% | 26.74% | 0.00% |
32.55% |
HEX | 42 | 7E | AC |
Decimal | 66 | 126 | 172 |
Binary | 1000010 | 1111110 | 10101100 |
Octal | 102 | 176 | 254 |
Examples of css and html codes for elements with #427EAC color. Also use rgb(66,126,172) instead hex code.
.myTextColor { color: #427EAC; }
<p style="color:#427EAC">This sample text font color is #427EAC.</p>
This text font color is #427EAC.
.myBgColor { background-color: #427EAC; }
<div style="background-color:#427EAC">Inner text</div>
This div background color is #427EAC.
.myBorderColor { border: 1px solid #427EAC; }
<div style="border:3px solid #427EAC">Div</div>
This div border color is #427EAC.
.myOpacity80 { color: #427EAC; opacity: 0.8; }
<p style="color:#427EAC;opacity:0.8;">80%</p>
Text with #427EAC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #427EAC;}
<p style="text-shadow: 3px 3px 1px #427EAC">Text here.</p>
This text has shadow with #427EAC color.
.textShadow {text-shadow: 3px 3px 1px #427EAC, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #427EAC, 5px 5px 20px red">Text here.</p>
This text has shadow with #427EAC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#427EAC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#427EAC, Direction=45, Strength=4)">Text</p>
This text has shadow with #427EAC and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #427EAC; -webkit-box-shadow: 1px 1px 3px 2px #427EAC; box-shadow: 1px 1px 3px 2px #427EAC; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #427EAC; -webkit-box-shadow: 1px 1px 3px 2px #427EAC; box-shadow:1px 1px 3px 2px #427EAC;">
Div content here</div>
This text has color #427EAC on black background.
This text has color #427EAC on white background.
This text has black color on #427EAC background.
This text has white color on #427EAC background.