Shades of Steel Blue #4E85AB
Tints of Steel Blue #4E85AB
RGB
CMYK
RGB Variations
Color information
#4E85AB (or 0x4E85AB) is known color: Steel Blue. HEX triplet: 4E, 85 and AB. RGB value is (78,133,171). Sum of RGB (Red+Green+Blue) = 78+133+171=382 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.42% from 382); Green value is 133 (52.34% from 255 or 34.82% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 171 - color contains mainly: blue. Hex color #4E85AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E85AB is #B17A54. Grayscale: #787878. Windows color (decimal): -11631189 or 11240782. OLE color: 11240782.
HSL color Cylindrical-coordinate representation of color #4E85AB: hue angle of 204.52º 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 #4E85AB is Cyan = 0.54, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 78 | 133 | 171 | - |
| CMYK | 0.54 | 0.22 | 0 | 0.33 |
| HSL | 204.52º | 0.37% | 0.49% | - |
| HSV(B) | 204.52º | 0.54% | 0.67% | - |
| XYZ | 18.88 | 21.34 | 41.65 | - |
| YUV | 120.89 | 156.28 | 97.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 133 | 171 | 0.54 | 0.22 | 0 | 0.33 | 204.52 | 0.37 | 0.49 |
| Hex | 4E | 85 | AB | 36 | 16 | 0 | 21 | CD | 25 | 31 |
| Octal | 116 | 205 | 253 | 66 | 26 | 0 | 41 | 315 | 45 | 61 |
| Binary | 1001110 | 10000101 | 10101011 | 110110 | 10110 | 0 | 100001 | 11001101 | 100101 | 110001 |
Color Harmonies of #4E85AB
Complementary color
Monochromatic Colors of #4E85AB
Black with #4E85AB
Text Example
Text Example
White with #4E85AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E85AB; }
p { color: rgb(78,133,171); }
H1.HeaderClassName
{
color: #4E85AB;
}
.AnyTagClassName
{
color: #4E85AB;
}
</style>
background-color css
<style>
a { background-color: #4E85AB; }
a { background-color: rgb(78,133,171); }
div.DivClassName
{
background-color: #4E85AB;
}
.BgClassName
{
background-color: #4E85AB;
}
</style>
border-color css
<style>
span { border-color: #4E85AB; }
span { border-color: rgb(78,133,171); }
td.TdClassName
{
border-color: #4E85AB;
}
.TagClassName
{
border-color: #4E85AB;
}
</style>