Shades of Steel Blue #4873AF
Tints of Steel Blue #4873AF
RGB
CMYK
RGB Variations
Color information
#4873AF (or 0x4873AF) is known color: Steel Blue. HEX triplet: 48, 73 and AF. RGB value is (72,115,175). Sum of RGB (Red+Green+Blue) = 72+115+175=362 (47% of max value = 765). Red value is 72 (28.52% from 255 or 19.89% from 362); Green value is 115 (45.31% from 255 or 31.77% from 362); Blue value is 175 (68.75% from 255 or 48.34% from 362); Max value from RGB is 175 - color contains mainly: blue. Hex color #4873AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4873AF is #B78C50. Grayscale: #6C6C6C. Windows color (decimal): -12029009 or 11498312. OLE color: 11498312.
HSL color Cylindrical-coordinate representation of color #4873AF: hue angle of 214.95º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4873AF is Cyan = 0.59, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 72 | 115 | 175 | - |
| CMYK | 0.59 | 0.34 | 0 | 0.31 |
| HSL | 214.95º | 0.42% | 0.48% | - |
| HSV(B) | 214.95º | 0.59% | 0.69% | - |
| XYZ | 16.54 | 16.73 | 42.92 | - |
| YUV | 108.98 | 165.25 | 101.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 115 | 175 | 0.59 | 0.34 | 0 | 0.31 | 214.95 | 0.42 | 0.48 |
| Hex | 48 | 73 | AF | 3B | 22 | 0 | 1F | D7 | 2A | 30 |
| Octal | 110 | 163 | 257 | 73 | 42 | 0 | 37 | 327 | 52 | 60 |
| Binary | 1001000 | 1110011 | 10101111 | 111011 | 100010 | 0 | 11111 | 11010111 | 101010 | 110000 |
Color Harmonies of #4873AF
Complementary color
Monochromatic Colors of #4873AF
Black with #4873AF
Text Example
Text Example
White with #4873AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4873AF; }
p { color: rgb(72,115,175); }
H1.HeaderClassName
{
color: #4873AF;
}
.AnyTagClassName
{
color: #4873AF;
}
</style>
background-color css
<style>
a { background-color: #4873AF; }
a { background-color: rgb(72,115,175); }
div.DivClassName
{
background-color: #4873AF;
}
.BgClassName
{
background-color: #4873AF;
}
</style>
border-color css
<style>
span { border-color: #4873AF; }
span { border-color: rgb(72,115,175); }
td.TdClassName
{
border-color: #4873AF;
}
.TagClassName
{
border-color: #4873AF;
}
</style>