Shades of Steel Blue #4871BB
Tints of Steel Blue #4871BB
RGB
CMYK
RGB Variations
Color information
#4871BB (or 0x4871BB) is known color: Steel Blue. HEX triplet: 48, 71 and BB. RGB value is (72,113,187). Sum of RGB (Red+Green+Blue) = 72+113+187=372 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.35% from 372); Green value is 113 (44.53% from 255 or 30.38% from 372); Blue value is 187 (73.44% from 255 or 50.27% from 372); Max value from RGB is 187 - color contains mainly: blue. Hex color #4871BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4871BB is #B78E44. Grayscale: #6C6C6C. Windows color (decimal): -12029509 or 12284232. OLE color: 12284232.
HSL color Cylindrical-coordinate representation of color #4871BB: hue angle of 218.61º 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 #4871BB is Cyan = 0.61, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 72 | 113 | 187 | - |
| CMYK | 0.61 | 0.40 | 0 | 0.27 |
| HSL | 218.61º | 0.46% | 0.51% | - |
| HSV(B) | 218.61º | 0.61% | 0.73% | - |
| XYZ | 17.55 | 16.78 | 49.33 | - |
| YUV | 109.18 | 171.92 | 101.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 113 | 187 | 0.61 | 0.40 | 0 | 0.27 | 218.61 | 0.46 | 0.51 |
| Hex | 48 | 71 | BB | 3D | 28 | 0 | 1B | DB | 2E | 33 |
| Octal | 110 | 161 | 273 | 75 | 50 | 0 | 33 | 333 | 56 | 63 |
| Binary | 1001000 | 1110001 | 10111011 | 111101 | 101000 | 0 | 11011 | 11011011 | 101110 | 110011 |
Color Harmonies of #4871BB
Complementary color
Monochromatic Colors of #4871BB
Black with #4871BB
Text Example
Text Example
White with #4871BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4871BB; }
p { color: rgb(72,113,187); }
H1.HeaderClassName
{
color: #4871BB;
}
.AnyTagClassName
{
color: #4871BB;
}
</style>
background-color css
<style>
a { background-color: #4871BB; }
a { background-color: rgb(72,113,187); }
div.DivClassName
{
background-color: #4871BB;
}
.BgClassName
{
background-color: #4871BB;
}
</style>
border-color css
<style>
span { border-color: #4871BB; }
span { border-color: rgb(72,113,187); }
td.TdClassName
{
border-color: #4871BB;
}
.TagClassName
{
border-color: #4871BB;
}
</style>