Shades of Steel Blue #4779AC
Tints of Steel Blue #4779AC
RGB
CMYK
RGB Variations
Color information
#4779AC (or 0x4779AC) is known color: Steel Blue. HEX triplet: 47, 79 and AC. RGB value is (71,121,172). Sum of RGB (Red+Green+Blue) = 71+121+172=364 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.51% from 364); Green value is 121 (47.66% from 255 or 33.24% from 364); Blue value is 172 (67.58% from 255 or 47.25% from 364); Max value from RGB is 172 - color contains mainly: blue. Hex color #4779AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4779AC is #B88653. Grayscale: #6F6F6F. Windows color (decimal): -12093012 or 11303239. OLE color: 11303239.
HSL color Cylindrical-coordinate representation of color #4779AC: hue angle of 210.3º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4779AC is Cyan = 0.59, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 71 | 121 | 172 | - |
| CMYK | 0.59 | 0.30 | 0 | 0.33 |
| HSL | 210.3º | 0.42% | 0.48% | - |
| HSV(B) | 210.3º | 0.59% | 0.67% | - |
| XYZ | 16.88 | 17.99 | 41.61 | - |
| YUV | 111.86 | 161.94 | 98.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 121 | 172 | 0.59 | 0.30 | 0 | 0.33 | 210.3 | 0.42 | 0.48 |
| Hex | 47 | 79 | AC | 3B | 1E | 0 | 21 | D2 | 2A | 30 |
| Octal | 107 | 171 | 254 | 73 | 36 | 0 | 41 | 322 | 52 | 60 |
| Binary | 1000111 | 1111001 | 10101100 | 111011 | 11110 | 0 | 100001 | 11010010 | 101010 | 110000 |
Color Harmonies of #4779AC
Complementary color
Monochromatic Colors of #4779AC
Black with #4779AC
Text Example
Text Example
White with #4779AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4779AC; }
p { color: rgb(71,121,172); }
H1.HeaderClassName
{
color: #4779AC;
}
.AnyTagClassName
{
color: #4779AC;
}
</style>
background-color css
<style>
a { background-color: #4779AC; }
a { background-color: rgb(71,121,172); }
div.DivClassName
{
background-color: #4779AC;
}
.BgClassName
{
background-color: #4779AC;
}
</style>
border-color css
<style>
span { border-color: #4779AC; }
span { border-color: rgb(71,121,172); }
td.TdClassName
{
border-color: #4779AC;
}
.TagClassName
{
border-color: #4779AC;
}
</style>