Shades of Steel Blue #4E86AA
Tints of Steel Blue #4E86AA
RGB
CMYK
RGB Variations
Color information
#4E86AA (or 0x4E86AA) is known color: Steel Blue. HEX triplet: 4E, 86 and AA. RGB value is (78,134,170). Sum of RGB (Red+Green+Blue) = 78+134+170=382 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.42% from 382); Green value is 134 (52.73% from 255 or 35.08% from 382); Blue value is 170 (66.80% from 255 or 44.50% from 382); Max value from RGB is 170 - color contains mainly: blue. Hex color #4E86AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E86AA is #B17955. Grayscale: #797979. Windows color (decimal): -11630934 or 11175502. OLE color: 11175502.
HSL color Cylindrical-coordinate representation of color #4E86AA: hue angle of 203.48º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4E86AA is Cyan = 0.54, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 78 | 134 | 170 | - |
| CMYK | 0.54 | 0.21 | 0 | 0.33 |
| HSL | 203.48º | 0.37% | 0.49% | - |
| HSV(B) | 203.48º | 0.54% | 0.67% | - |
| XYZ | 18.92 | 21.57 | 41.2 | - |
| YUV | 121.36 | 155.45 | 97.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 134 | 170 | 0.54 | 0.21 | 0 | 0.33 | 203.48 | 0.37 | 0.49 |
| Hex | 4E | 86 | AA | 36 | 15 | 0 | 21 | CB | 25 | 31 |
| Octal | 116 | 206 | 252 | 66 | 25 | 0 | 41 | 313 | 45 | 61 |
| Binary | 1001110 | 10000110 | 10101010 | 110110 | 10101 | 0 | 100001 | 11001011 | 100101 | 110001 |
Color Harmonies of #4E86AA
Complementary color
Monochromatic Colors of #4E86AA
Black with #4E86AA
Text Example
Text Example
White with #4E86AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E86AA; }
p { color: rgb(78,134,170); }
H1.HeaderClassName
{
color: #4E86AA;
}
.AnyTagClassName
{
color: #4E86AA;
}
</style>
background-color css
<style>
a { background-color: #4E86AA; }
a { background-color: rgb(78,134,170); }
div.DivClassName
{
background-color: #4E86AA;
}
.BgClassName
{
background-color: #4E86AA;
}
</style>
border-color css
<style>
span { border-color: #4E86AA; }
span { border-color: rgb(78,134,170); }
td.TdClassName
{
border-color: #4E86AA;
}
.TagClassName
{
border-color: #4E86AA;
}
</style>