Shades of Steel Blue #4879AB
Tints of Steel Blue #4879AB
RGB
CMYK
RGB Variations
Color information
#4879AB (or 0x4879AB) is known color: Steel Blue. HEX triplet: 48, 79 and AB. RGB value is (72,121,171). Sum of RGB (Red+Green+Blue) = 72+121+171=364 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.78% from 364); Green value is 121 (47.66% from 255 or 33.24% from 364); Blue value is 171 (67.19% from 255 or 46.98% from 364); Max value from RGB is 171 - color contains mainly: blue. Hex color #4879AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4879AB is #B78654. Grayscale: #6F6F6F. Windows color (decimal): -12027477 or 11237704. OLE color: 11237704.
HSL color Cylindrical-coordinate representation of color #4879AB: hue angle of 210.3º 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 #4879AB is Cyan = 0.58, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 72 | 121 | 171 | - |
| CMYK | 0.58 | 0.29 | 0 | 0.33 |
| HSL | 210.3º | 0.41% | 0.48% | - |
| HSV(B) | 210.3º | 0.58% | 0.67% | - |
| XYZ | 16.86 | 17.99 | 41.11 | - |
| YUV | 112.05 | 161.27 | 99.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 121 | 171 | 0.58 | 0.29 | 0 | 0.33 | 210.3 | 0.41 | 0.48 |
| Hex | 48 | 79 | AB | 3A | 1D | 0 | 21 | D2 | 29 | 30 |
| Octal | 110 | 171 | 253 | 72 | 35 | 0 | 41 | 322 | 51 | 60 |
| Binary | 1001000 | 1111001 | 10101011 | 111010 | 11101 | 0 | 100001 | 11010010 | 101001 | 110000 |
Color Harmonies of #4879AB
Complementary color
Monochromatic Colors of #4879AB
Black with #4879AB
Text Example
Text Example
White with #4879AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4879AB; }
p { color: rgb(72,121,171); }
H1.HeaderClassName
{
color: #4879AB;
}
.AnyTagClassName
{
color: #4879AB;
}
</style>
background-color css
<style>
a { background-color: #4879AB; }
a { background-color: rgb(72,121,171); }
div.DivClassName
{
background-color: #4879AB;
}
.BgClassName
{
background-color: #4879AB;
}
</style>
border-color css
<style>
span { border-color: #4879AB; }
span { border-color: rgb(72,121,171); }
td.TdClassName
{
border-color: #4879AB;
}
.TagClassName
{
border-color: #4879AB;
}
</style>