Shades of Steel Blue #4879AC
Tints of Steel Blue #4879AC
RGB
CMYK
RGB Variations
Color information
#4879AC (or 0x4879AC) is known color: Steel Blue. HEX triplet: 48, 79 and AC. RGB value is (72,121,172). Sum of RGB (Red+Green+Blue) = 72+121+172=365 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.73% from 365); Green value is 121 (47.66% from 255 or 33.15% from 365); Blue value is 172 (67.58% from 255 or 47.12% from 365); Max value from RGB is 172 - color contains mainly: blue. Hex color #4879AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4879AC is #B78653. Grayscale: #6F6F6F. Windows color (decimal): -12027476 or 11303240. OLE color: 11303240.
HSL color Cylindrical-coordinate representation of color #4879AC: hue angle of 210.6º degrees, saturation: 0.41, 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 #4879AC is Cyan = 0.58, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 72 | 121 | 172 | - |
| CMYK | 0.58 | 0.30 | 0 | 0.33 |
| HSL | 210.6º | 0.41% | 0.48% | - |
| HSV(B) | 210.6º | 0.58% | 0.67% | - |
| XYZ | 16.96 | 18.03 | 41.62 | - |
| YUV | 112.16 | 161.77 | 99.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 121 | 172 | 0.58 | 0.30 | 0 | 0.33 | 210.6 | 0.41 | 0.48 |
| Hex | 48 | 79 | AC | 3A | 1E | 0 | 21 | D3 | 29 | 30 |
| Octal | 110 | 171 | 254 | 72 | 36 | 0 | 41 | 323 | 51 | 60 |
| Binary | 1001000 | 1111001 | 10101100 | 111010 | 11110 | 0 | 100001 | 11010011 | 101001 | 110000 |
Color Harmonies of #4879AC
Complementary color
Monochromatic Colors of #4879AC
Black with #4879AC
Text Example
Text Example
White with #4879AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4879AC; }
p { color: rgb(72,121,172); }
H1.HeaderClassName
{
color: #4879AC;
}
.AnyTagClassName
{
color: #4879AC;
}
</style>
background-color css
<style>
a { background-color: #4879AC; }
a { background-color: rgb(72,121,172); }
div.DivClassName
{
background-color: #4879AC;
}
.BgClassName
{
background-color: #4879AC;
}
</style>
border-color css
<style>
span { border-color: #4879AC; }
span { border-color: rgb(72,121,172); }
td.TdClassName
{
border-color: #4879AC;
}
.TagClassName
{
border-color: #4879AC;
}
</style>