Shades of Steel Blue #4871BA
Tints of Steel Blue #4871BA
RGB
CMYK
RGB Variations
Color information
#4871BA (or 0x4871BA) is known color: Steel Blue. HEX triplet: 48, 71 and BA. RGB value is (72,113,186). Sum of RGB (Red+Green+Blue) = 72+113+186=371 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.41% from 371); Green value is 113 (44.53% from 255 or 30.46% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #4871BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4871BA is #B78E45. Grayscale: #6C6C6C. Windows color (decimal): -12029510 or 12218696. OLE color: 12218696.
HSL color Cylindrical-coordinate representation of color #4871BA: hue angle of 218.42º degrees, saturation: 0.45, 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 #4871BA is Cyan = 0.61, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 72 | 113 | 186 | - |
| CMYK | 0.61 | 0.39 | 0 | 0.27 |
| HSL | 218.42º | 0.45% | 0.51% | - |
| HSV(B) | 218.42º | 0.61% | 0.73% | - |
| XYZ | 17.44 | 16.73 | 48.76 | - |
| YUV | 109.06 | 171.42 | 101.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 113 | 186 | 0.61 | 0.39 | 0 | 0.27 | 218.42 | 0.45 | 0.51 |
| Hex | 48 | 71 | BA | 3D | 27 | 0 | 1B | DA | 2D | 33 |
| Octal | 110 | 161 | 272 | 75 | 47 | 0 | 33 | 332 | 55 | 63 |
| Binary | 1001000 | 1110001 | 10111010 | 111101 | 100111 | 0 | 11011 | 11011010 | 101101 | 110011 |
Color Harmonies of #4871BA
Complementary color
Monochromatic Colors of #4871BA
Black with #4871BA
Text Example
Text Example
White with #4871BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4871BA; }
p { color: rgb(72,113,186); }
H1.HeaderClassName
{
color: #4871BA;
}
.AnyTagClassName
{
color: #4871BA;
}
</style>
background-color css
<style>
a { background-color: #4871BA; }
a { background-color: rgb(72,113,186); }
div.DivClassName
{
background-color: #4871BA;
}
.BgClassName
{
background-color: #4871BA;
}
</style>
border-color css
<style>
span { border-color: #4871BA; }
span { border-color: rgb(72,113,186); }
td.TdClassName
{
border-color: #4871BA;
}
.TagClassName
{
border-color: #4871BA;
}
</style>