Shades of Steel Blue #4979AC
Tints of Steel Blue #4979AC
RGB
CMYK
RGB Variations
Color information
#4979AC (or 0x4979AC) is known color: Steel Blue. HEX triplet: 49, 79 and AC. RGB value is (73,121,172). Sum of RGB (Red+Green+Blue) = 73+121+172=366 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.95% from 366); Green value is 121 (47.66% from 255 or 33.06% from 366); Blue value is 172 (67.58% from 255 or 46.99% from 366); Max value from RGB is 172 - color contains mainly: blue. Hex color #4979AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4979AC is #B68653. Grayscale: #707070. Windows color (decimal): -11961940 or 11303241. OLE color: 11303241.
HSL color Cylindrical-coordinate representation of color #4979AC: hue angle of 210.91º 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 #4979AC is Cyan = 0.58, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 121 | 172 | - |
| CMYK | 0.58 | 0.30 | 0 | 0.33 |
| HSL | 210.91º | 0.4% | 0.48% | - |
| HSV(B) | 210.91º | 0.58% | 0.67% | - |
| XYZ | 17.03 | 18.07 | 41.62 | - |
| YUV | 112.46 | 161.6 | 99.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 121 | 172 | 0.58 | 0.30 | 0 | 0.33 | 210.91 | 0.4 | 0.48 |
| Hex | 49 | 79 | AC | 3A | 1E | 0 | 21 | D3 | 28 | 30 |
| Octal | 111 | 171 | 254 | 72 | 36 | 0 | 41 | 323 | 50 | 60 |
| Binary | 1001001 | 1111001 | 10101100 | 111010 | 11110 | 0 | 100001 | 11010011 | 101000 | 110000 |
Color Harmonies of #4979AC
Complementary color
Monochromatic Colors of #4979AC
Black with #4979AC
Text Example
Text Example
White with #4979AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4979AC; }
p { color: rgb(73,121,172); }
H1.HeaderClassName
{
color: #4979AC;
}
.AnyTagClassName
{
color: #4979AC;
}
</style>
background-color css
<style>
a { background-color: #4979AC; }
a { background-color: rgb(73,121,172); }
div.DivClassName
{
background-color: #4979AC;
}
.BgClassName
{
background-color: #4979AC;
}
</style>
border-color css
<style>
span { border-color: #4979AC; }
span { border-color: rgb(73,121,172); }
td.TdClassName
{
border-color: #4979AC;
}
.TagClassName
{
border-color: #4979AC;
}
</style>