Shades of Steel Blue #4986AC
Tints of Steel Blue #4986AC
RGB
CMYK
RGB Variations
Color information
#4986AC (or 0x4986AC) is known color: Steel Blue. HEX triplet: 49, 86 and AC. RGB value is (73,134,172). Sum of RGB (Red+Green+Blue) = 73+134+172=379 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.26% from 379); Green value is 134 (52.73% from 255 or 35.36% from 379); Blue value is 172 (67.58% from 255 or 45.38% from 379); Max value from RGB is 172 - color contains mainly: blue. Hex color #4986AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4986AC is #B67953. Grayscale: #777777. Windows color (decimal): -11958612 or 11306569. OLE color: 11306569.
HSL color Cylindrical-coordinate representation of color #4986AC: hue angle of 203.03º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4986AC is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 134 | 172 | - |
| CMYK | 0.58 | 0.22 | 0 | 0.33 |
| HSL | 203.03º | 0.4% | 0.48% | - |
| HSV(B) | 203.03º | 0.58% | 0.67% | - |
| XYZ | 18.72 | 21.45 | 42.18 | - |
| YUV | 120.09 | 157.29 | 94.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 134 | 172 | 0.58 | 0.22 | 0 | 0.33 | 203.03 | 0.4 | 0.48 |
| Hex | 49 | 86 | AC | 3A | 16 | 0 | 21 | CB | 28 | 30 |
| Octal | 111 | 206 | 254 | 72 | 26 | 0 | 41 | 313 | 50 | 60 |
| Binary | 1001001 | 10000110 | 10101100 | 111010 | 10110 | 0 | 100001 | 11001011 | 101000 | 110000 |
Color Harmonies of #4986AC
Complementary color
Monochromatic Colors of #4986AC
Black with #4986AC
Text Example
Text Example
White with #4986AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4986AC; }
p { color: rgb(73,134,172); }
H1.HeaderClassName
{
color: #4986AC;
}
.AnyTagClassName
{
color: #4986AC;
}
</style>
background-color css
<style>
a { background-color: #4986AC; }
a { background-color: rgb(73,134,172); }
div.DivClassName
{
background-color: #4986AC;
}
.BgClassName
{
background-color: #4986AC;
}
</style>
border-color css
<style>
span { border-color: #4986AC; }
span { border-color: rgb(73,134,172); }
td.TdClassName
{
border-color: #4986AC;
}
.TagClassName
{
border-color: #4986AC;
}
</style>