Shades of Steel Blue #4888B9
Tints of Steel Blue #4888B9
RGB
CMYK
RGB Variations
Color information
#4888B9 (or 0x4888B9) is known color: Steel Blue. HEX triplet: 48, 88 and B9. RGB value is (72,136,185). Sum of RGB (Red+Green+Blue) = 72+136+185=393 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.32% from 393); Green value is 136 (53.52% from 255 or 34.61% from 393); Blue value is 185 (72.66% from 255 or 47.07% from 393); Max value from RGB is 185 - color contains mainly: blue. Hex color #4888B9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4888B9 is #B77746. Grayscale: #7A7A7A. Windows color (decimal): -12023623 or 12159048. OLE color: 12159048.
HSL color Cylindrical-coordinate representation of color #4888B9: hue angle of 206.02º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4888B9 is Cyan = 0.61, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 72 | 136 | 185 | - |
| CMYK | 0.61 | 0.26 | 0 | 0.27 |
| HSL | 206.02º | 0.45% | 0.5% | - |
| HSV(B) | 206.02º | 0.61% | 0.73% | - |
| XYZ | 20.23 | 22.49 | 49.17 | - |
| YUV | 122.45 | 163.3 | 92.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 136 | 185 | 0.61 | 0.26 | 0 | 0.27 | 206.02 | 0.45 | 0.5 |
| Hex | 48 | 88 | B9 | 3D | 1A | 0 | 1B | CE | 2D | 32 |
| Octal | 110 | 210 | 271 | 75 | 32 | 0 | 33 | 316 | 55 | 62 |
| Binary | 1001000 | 10001000 | 10111001 | 111101 | 11010 | 0 | 11011 | 11001110 | 101101 | 110010 |
Color Harmonies of #4888B9
Complementary color
Monochromatic Colors of #4888B9
Black with #4888B9
Text Example
Text Example
White with #4888B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4888B9; }
p { color: rgb(72,136,185); }
H1.HeaderClassName
{
color: #4888B9;
}
.AnyTagClassName
{
color: #4888B9;
}
</style>
background-color css
<style>
a { background-color: #4888B9; }
a { background-color: rgb(72,136,185); }
div.DivClassName
{
background-color: #4888B9;
}
.BgClassName
{
background-color: #4888B9;
}
</style>
border-color css
<style>
span { border-color: #4888B9; }
span { border-color: rgb(72,136,185); }
td.TdClassName
{
border-color: #4888B9;
}
.TagClassName
{
border-color: #4888B9;
}
</style>