Shades of Steel Blue #4872BD
Tints of Steel Blue #4872BD
RGB
CMYK
RGB Variations
Color information
#4872BD (or 0x4872BD) is known color: Steel Blue. HEX triplet: 48, 72 and BD. RGB value is (72,114,189). Sum of RGB (Red+Green+Blue) = 72+114+189=375 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.2% from 375); Green value is 114 (44.92% from 255 or 30.4% from 375); Blue value is 189 (74.22% from 255 or 50.4% from 375); Max value from RGB is 189 - color contains mainly: blue. Hex color #4872BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4872BD is #B78D42. Grayscale: #6D6D6D. Windows color (decimal): -12029251 or 12415560. OLE color: 12415560.
HSL color Cylindrical-coordinate representation of color #4872BD: hue angle of 218.46º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4872BD is Cyan = 0.62, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 72 | 114 | 189 | - |
| CMYK | 0.62 | 0.40 | 0 | 0.26 |
| HSL | 218.46º | 0.47% | 0.51% | - |
| HSV(B) | 218.46º | 0.62% | 0.74% | - |
| XYZ | 17.88 | 17.09 | 50.5 | - |
| YUV | 109.99 | 172.59 | 100.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 114 | 189 | 0.62 | 0.40 | 0 | 0.26 | 218.46 | 0.47 | 0.51 |
| Hex | 48 | 72 | BD | 3E | 28 | 0 | 1A | DA | 2F | 33 |
| Octal | 110 | 162 | 275 | 76 | 50 | 0 | 32 | 332 | 57 | 63 |
| Binary | 1001000 | 1110010 | 10111101 | 111110 | 101000 | 0 | 11010 | 11011010 | 101111 | 110011 |
Color Harmonies of #4872BD
Complementary color
Monochromatic Colors of #4872BD
Black with #4872BD
Text Example
Text Example
White with #4872BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4872BD; }
p { color: rgb(72,114,189); }
H1.HeaderClassName
{
color: #4872BD;
}
.AnyTagClassName
{
color: #4872BD;
}
</style>
background-color css
<style>
a { background-color: #4872BD; }
a { background-color: rgb(72,114,189); }
div.DivClassName
{
background-color: #4872BD;
}
.BgClassName
{
background-color: #4872BD;
}
</style>
border-color css
<style>
span { border-color: #4872BD; }
span { border-color: rgb(72,114,189); }
td.TdClassName
{
border-color: #4872BD;
}
.TagClassName
{
border-color: #4872BD;
}
</style>