Shades of Steel Blue #4880BA
Tints of Steel Blue #4880BA
RGB
CMYK
RGB Variations
Color information
#4880BA (or 0x4880BA) is known color: Steel Blue. HEX triplet: 48, 80 and BA. RGB value is (72,128,186). Sum of RGB (Red+Green+Blue) = 72+128+186=386 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.65% from 386); Green value is 128 (50.39% from 255 or 33.16% from 386); Blue value is 186 (73.05% from 255 or 48.19% from 386); Max value from RGB is 186 - color contains mainly: blue. Hex color #4880BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4880BA is #B77F45. Grayscale: #757575. Windows color (decimal): -12025670 or 12222536. OLE color: 12222536.
HSL color Cylindrical-coordinate representation of color #4880BA: hue angle of 210.53º 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 #4880BA is Cyan = 0.61, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 72 | 128 | 186 | - |
| CMYK | 0.61 | 0.31 | 0 | 0.27 |
| HSL | 210.53º | 0.45% | 0.51% | - |
| HSV(B) | 210.53º | 0.61% | 0.73% | - |
| XYZ | 19.25 | 20.36 | 49.37 | - |
| YUV | 117.87 | 166.45 | 95.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 128 | 186 | 0.61 | 0.31 | 0 | 0.27 | 210.53 | 0.45 | 0.51 |
| Hex | 48 | 80 | BA | 3D | 1F | 0 | 1B | D3 | 2D | 33 |
| Octal | 110 | 200 | 272 | 75 | 37 | 0 | 33 | 323 | 55 | 63 |
| Binary | 1001000 | 10000000 | 10111010 | 111101 | 11111 | 0 | 11011 | 11010011 | 101101 | 110011 |
Color Harmonies of #4880BA
Complementary color
Monochromatic Colors of #4880BA
Black with #4880BA
Text Example
Text Example
White with #4880BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4880BA; }
p { color: rgb(72,128,186); }
H1.HeaderClassName
{
color: #4880BA;
}
.AnyTagClassName
{
color: #4880BA;
}
</style>
background-color css
<style>
a { background-color: #4880BA; }
a { background-color: rgb(72,128,186); }
div.DivClassName
{
background-color: #4880BA;
}
.BgClassName
{
background-color: #4880BA;
}
</style>
border-color css
<style>
span { border-color: #4880BA; }
span { border-color: rgb(72,128,186); }
td.TdClassName
{
border-color: #4880BA;
}
.TagClassName
{
border-color: #4880BA;
}
</style>