Shades of Steel Blue #4880BB
Tints of Steel Blue #4880BB
RGB
CMYK
RGB Variations
Color information
#4880BB (or 0x4880BB) is known color: Steel Blue. HEX triplet: 48, 80 and BB. RGB value is (72,128,187). Sum of RGB (Red+Green+Blue) = 72+128+187=387 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.60% from 387); Green value is 128 (50.39% from 255 or 33.07% from 387); Blue value is 187 (73.44% from 255 or 48.32% from 387); Max value from RGB is 187 - color contains mainly: blue. Hex color #4880BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4880BB is #B77F44. Grayscale: #757575. Windows color (decimal): -12025669 or 12288072. OLE color: 12288072.
HSL color Cylindrical-coordinate representation of color #4880BB: hue angle of 210.78º 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 #4880BB is Cyan = 0.61, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 72 | 128 | 187 | - |
| CMYK | 0.61 | 0.32 | 0 | 0.27 |
| HSL | 210.78º | 0.46% | 0.51% | - |
| HSV(B) | 210.78º | 0.61% | 0.73% | - |
| XYZ | 19.36 | 20.4 | 49.93 | - |
| YUV | 117.98 | 166.95 | 95.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 128 | 187 | 0.61 | 0.32 | 0 | 0.27 | 210.78 | 0.46 | 0.51 |
| Hex | 48 | 80 | BB | 3D | 20 | 0 | 1B | D3 | 2E | 33 |
| Octal | 110 | 200 | 273 | 75 | 40 | 0 | 33 | 323 | 56 | 63 |
| Binary | 1001000 | 10000000 | 10111011 | 111101 | 100000 | 0 | 11011 | 11010011 | 101110 | 110011 |
Color Harmonies of #4880BB
Complementary color
Monochromatic Colors of #4880BB
Black with #4880BB
Text Example
Text Example
White with #4880BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4880BB; }
p { color: rgb(72,128,187); }
H1.HeaderClassName
{
color: #4880BB;
}
.AnyTagClassName
{
color: #4880BB;
}
</style>
background-color css
<style>
a { background-color: #4880BB; }
a { background-color: rgb(72,128,187); }
div.DivClassName
{
background-color: #4880BB;
}
.BgClassName
{
background-color: #4880BB;
}
</style>
border-color css
<style>
span { border-color: #4880BB; }
span { border-color: rgb(72,128,187); }
td.TdClassName
{
border-color: #4880BB;
}
.TagClassName
{
border-color: #4880BB;
}
</style>