Shades of Steel Blue #4872BB
Tints of Steel Blue #4872BB
RGB
CMYK
RGB Variations
Color information
#4872BB (or 0x4872BB) is known color: Steel Blue. HEX triplet: 48, 72 and BB. RGB value is (72,114,187). Sum of RGB (Red+Green+Blue) = 72+114+187=373 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.30% from 373); Green value is 114 (44.92% from 255 or 30.56% from 373); Blue value is 187 (73.44% from 255 or 50.13% from 373); Max value from RGB is 187 - color contains mainly: blue. Hex color #4872BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4872BB is #B78D44. Grayscale: #6D6D6D. Windows color (decimal): -12029253 or 12284488. OLE color: 12284488.
HSL color Cylindrical-coordinate representation of color #4872BB: hue angle of 218.09º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4872BB is Cyan = 0.61, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 72 | 114 | 187 | - |
| CMYK | 0.61 | 0.39 | 0 | 0.27 |
| HSL | 218.09º | 0.46% | 0.51% | - |
| HSV(B) | 218.09º | 0.61% | 0.73% | - |
| XYZ | 17.66 | 17 | 49.36 | - |
| YUV | 109.76 | 171.59 | 101.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 114 | 187 | 0.61 | 0.39 | 0 | 0.27 | 218.09 | 0.46 | 0.51 |
| Hex | 48 | 72 | BB | 3D | 27 | 0 | 1B | DA | 2E | 33 |
| Octal | 110 | 162 | 273 | 75 | 47 | 0 | 33 | 332 | 56 | 63 |
| Binary | 1001000 | 1110010 | 10111011 | 111101 | 100111 | 0 | 11011 | 11011010 | 101110 | 110011 |
Color Harmonies of #4872BB
Complementary color
Monochromatic Colors of #4872BB
Black with #4872BB
Text Example
Text Example
White with #4872BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4872BB; }
p { color: rgb(72,114,187); }
H1.HeaderClassName
{
color: #4872BB;
}
.AnyTagClassName
{
color: #4872BB;
}
</style>
background-color css
<style>
a { background-color: #4872BB; }
a { background-color: rgb(72,114,187); }
div.DivClassName
{
background-color: #4872BB;
}
.BgClassName
{
background-color: #4872BB;
}
</style>
border-color css
<style>
span { border-color: #4872BB; }
span { border-color: rgb(72,114,187); }
td.TdClassName
{
border-color: #4872BB;
}
.TagClassName
{
border-color: #4872BB;
}
</style>