Shades of Steel Blue #4875AD
Tints of Steel Blue #4875AD
RGB
CMYK
RGB Variations
Color information
#4875AD (or 0x4875AD) is known color: Steel Blue. HEX triplet: 48, 75 and AD. RGB value is (72,117,173). Sum of RGB (Red+Green+Blue) = 72+117+173=362 (47% of max value = 765). Red value is 72 (28.52% from 255 or 19.89% from 362); Green value is 117 (46.09% from 255 or 32.32% from 362); Blue value is 173 (67.97% from 255 or 47.79% from 362); Max value from RGB is 173 - color contains mainly: blue. Hex color #4875AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4875AD is #B78A52. Grayscale: #6D6D6D. Windows color (decimal): -12028499 or 11367752. OLE color: 11367752.
HSL color Cylindrical-coordinate representation of color #4875AD: hue angle of 213.27º 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 #4875AD is Cyan = 0.58, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 72 | 117 | 173 | - |
| CMYK | 0.58 | 0.32 | 0 | 0.32 |
| HSL | 213.27º | 0.41% | 0.48% | - |
| HSV(B) | 213.27º | 0.58% | 0.68% | - |
| XYZ | 16.58 | 17.12 | 41.97 | - |
| YUV | 109.93 | 163.59 | 100.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 117 | 173 | 0.58 | 0.32 | 0 | 0.32 | 213.27 | 0.41 | 0.48 |
| Hex | 48 | 75 | AD | 3A | 20 | 0 | 20 | D5 | 29 | 30 |
| Octal | 110 | 165 | 255 | 72 | 40 | 0 | 40 | 325 | 51 | 60 |
| Binary | 1001000 | 1110101 | 10101101 | 111010 | 100000 | 0 | 100000 | 11010101 | 101001 | 110000 |
Color Harmonies of #4875AD
Complementary color
Monochromatic Colors of #4875AD
Black with #4875AD
Text Example
Text Example
White with #4875AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4875AD; }
p { color: rgb(72,117,173); }
H1.HeaderClassName
{
color: #4875AD;
}
.AnyTagClassName
{
color: #4875AD;
}
</style>
background-color css
<style>
a { background-color: #4875AD; }
a { background-color: rgb(72,117,173); }
div.DivClassName
{
background-color: #4875AD;
}
.BgClassName
{
background-color: #4875AD;
}
</style>
border-color css
<style>
span { border-color: #4875AD; }
span { border-color: rgb(72,117,173); }
td.TdClassName
{
border-color: #4875AD;
}
.TagClassName
{
border-color: #4875AD;
}
</style>