HEX: #428BA9
RGB: (66,139,169)
#428BA9 contains mainly green and blue colors. Web safe color of #428BA9 is #339999 (or #399).
#428BA9 color RGB value is (66,139,169).
RGB: (66,139,169)
(26%, 55%, 66%)
R 66 of 255 = 26%
G 139 of 255 = 55%
B 169 of 255 = 66%
R + G + B ~ 49%. #428BA9 is middle color (not dark and not light).
R + G + B = 66 + 139 + 169 = 374 (100%)
R 66 of 374 ~ 17.65%
G 139 of 374 ~ 37.17%
B 169 of 374 ~ 45.19'%
#428BA9 color CMYK value is (61,18,0,34).
CMYK: (61,18,0,34)
C61M18Y0K34 (61%, 18%, 0%, 34%)
(0.61 / 0.18 / 0.00 / 0.34)
Color #428BA9 in popluar color models
42 | 8B | A9 | |
---|---|---|---|
RGB | 66 | 139 | 169 |
HSL | 197° | 43.83% | 46.08% |
HSB/HSV | 197° | 60.95% | 66.27% |
CMYK | 60.95% | 17.75% | 0.00% |
33.73% |
Color #428BA9 in popluar number systems.
HEX | 42 | 8B | A9 |
Decimal | 66 | 139 | 169 |
Binary | 1000010 | 10001011 | 10101001 |
Octal | 102 | 213 | 251 |
Shades of #428BA9
Tints of #428BA9
Examples of css and html codes for elements with #428BA9 color. Also use rgb(66,139,169) instead hex code.
.myTextColor { color: #428BA9; }
<p style="color:#428BA9">This sample text font color is #428BA9.</p>
This text font color is #428BA9.
.myBgColor { background-color: #428BA9; }
<div style="background-color:#428BA9">Inner text</div>
This div background color is #428BA9.
.myBorderColor { border: 1px solid #428BA9; }
<div style="border:3px solid #428BA9">Div</div>
This div border color is #428BA9.
.myOpacity80 { color: #428BA9; opacity: 0.8; }
<p style="color:#428BA9;opacity:0.8;">80%</p>
Text with #428BA9 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #428BA9;}
<p style="text-shadow: 3px 3px 1px #428BA9">Text here.</p>
This text has shadow with #428BA9 color.
.textShadow {text-shadow: 3px 3px 1px #428BA9', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #428BA9, 5px 5px 20px red">Text here.</p>
This text has shadow with #428BA9 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#428BA9, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#428BA9, Direction=45, Strength=4)">Text</p>
This text has shadow with #428BA9 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #428BA9;
-webkit-box-shadow: 1px 1px 3px 2px #428BA9;
box-shadow: 1px 1px 3px 2px #428BA9;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #428BA9; -webkit-box-shadow: 1px 1px 3px 2px #428BA9; box-shadow:1px 1px 3px 2px #428BA9;">
Div content here
</div>
This text has color #428BA9 on black background.
This text has color #428BA9 on white background.
This text has black color on #428BA9 background.
This text has white color on #428BA9 background.
Complementary color for #hex is #BD7456.