Shades of Steel Blue #4E8AAF
Tints of Steel Blue #4E8AAF
RGB
CMYK
RGB Variations
Color information
#4E8AAF (or 0x4E8AAF) is known color: Steel Blue. HEX triplet: 4E, 8A and AF. RGB value is (78,138,175). Sum of RGB (Red+Green+Blue) = 78+138+175=391 (51% of max value = 765). Red value is 78 (30.86% from 255 or 19.95% from 391); Green value is 138 (54.30% from 255 or 35.29% from 391); Blue value is 175 (68.75% from 255 or 44.76% from 391); Max value from RGB is 175 - color contains mainly: blue. Hex color #4E8AAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E8AAF is #B17550. Grayscale: #7C7C7C. Windows color (decimal): -11629905 or 11504206. OLE color: 11504206.
HSL color Cylindrical-coordinate representation of color #4E8AAF: hue angle of 202.89º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4E8AAF is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 78 | 138 | 175 | - |
| CMYK | 0.55 | 0.21 | 0 | 0.31 |
| HSL | 202.89º | 0.38% | 0.5% | - |
| HSV(B) | 202.89º | 0.55% | 0.69% | - |
| XYZ | 19.97 | 22.89 | 43.92 | - |
| YUV | 124.28 | 156.62 | 94.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 138 | 175 | 0.55 | 0.21 | 0 | 0.31 | 202.89 | 0.38 | 0.5 |
| Hex | 4E | 8A | AF | 37 | 15 | 0 | 1F | CB | 26 | 32 |
| Octal | 116 | 212 | 257 | 67 | 25 | 0 | 37 | 313 | 46 | 62 |
| Binary | 1001110 | 10001010 | 10101111 | 110111 | 10101 | 0 | 11111 | 11001011 | 100110 | 110010 |
Color Harmonies of #4E8AAF
Complementary color
Monochromatic Colors of #4E8AAF
Black with #4E8AAF
Text Example
Text Example
White with #4E8AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E8AAF; }
p { color: rgb(78,138,175); }
H1.HeaderClassName
{
color: #4E8AAF;
}
.AnyTagClassName
{
color: #4E8AAF;
}
</style>
background-color css
<style>
a { background-color: #4E8AAF; }
a { background-color: rgb(78,138,175); }
div.DivClassName
{
background-color: #4E8AAF;
}
.BgClassName
{
background-color: #4E8AAF;
}
</style>
border-color css
<style>
span { border-color: #4E8AAF; }
span { border-color: rgb(78,138,175); }
td.TdClassName
{
border-color: #4E8AAF;
}
.TagClassName
{
border-color: #4E8AAF;
}
</style>