Shades of Steel Blue #4878AD
Tints of Steel Blue #4878AD
RGB
CMYK
RGB Variations
Color information
#4878AD (or 0x4878AD) is known color: Steel Blue. HEX triplet: 48, 78 and AD. RGB value is (72,120,173). Sum of RGB (Red+Green+Blue) = 72+120+173=365 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.73% from 365); Green value is 120 (47.27% from 255 or 32.88% from 365); Blue value is 173 (67.97% from 255 or 47.40% from 365); Max value from RGB is 173 - color contains mainly: blue. Hex color #4878AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4878AD is #B78752. Grayscale: #6F6F6F. Windows color (decimal): -12027731 or 11368520. OLE color: 11368520.
HSL color Cylindrical-coordinate representation of color #4878AD: hue angle of 211.49º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4878AD is Cyan = 0.58, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 72 | 120 | 173 | - |
| CMYK | 0.58 | 0.31 | 0 | 0.32 |
| HSL | 211.49º | 0.41% | 0.48% | - |
| HSV(B) | 211.49º | 0.58% | 0.68% | - |
| XYZ | 16.93 | 17.83 | 42.08 | - |
| YUV | 111.69 | 162.6 | 99.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 120 | 173 | 0.58 | 0.31 | 0 | 0.32 | 211.49 | 0.41 | 0.48 |
| Hex | 48 | 78 | AD | 3A | 1F | 0 | 20 | D3 | 29 | 30 |
| Octal | 110 | 170 | 255 | 72 | 37 | 0 | 40 | 323 | 51 | 60 |
| Binary | 1001000 | 1111000 | 10101101 | 111010 | 11111 | 0 | 100000 | 11010011 | 101001 | 110000 |
Color Harmonies of #4878AD
Complementary color
Monochromatic Colors of #4878AD
Black with #4878AD
Text Example
Text Example
White with #4878AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4878AD; }
p { color: rgb(72,120,173); }
H1.HeaderClassName
{
color: #4878AD;
}
.AnyTagClassName
{
color: #4878AD;
}
</style>
background-color css
<style>
a { background-color: #4878AD; }
a { background-color: rgb(72,120,173); }
div.DivClassName
{
background-color: #4878AD;
}
.BgClassName
{
background-color: #4878AD;
}
</style>
border-color css
<style>
span { border-color: #4878AD; }
span { border-color: rgb(72,120,173); }
td.TdClassName
{
border-color: #4878AD;
}
.TagClassName
{
border-color: #4878AD;
}
</style>