Shades of Steel Blue #4988BA
Tints of Steel Blue #4988BA
RGB
CMYK
RGB Variations
Color information
#4988BA (or 0x4988BA) is known color: Steel Blue. HEX triplet: 49, 88 and BA. RGB value is (73,136,186). Sum of RGB (Red+Green+Blue) = 73+136+186=395 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.48% from 395); Green value is 136 (53.52% from 255 or 34.43% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 186 - color contains mainly: blue. Hex color #4988BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4988BA is #B67745. Grayscale: #7A7A7A. Windows color (decimal): -11958086 or 12224585. OLE color: 12224585.
HSL color Cylindrical-coordinate representation of color #4988BA: hue angle of 206.55º 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 #4988BA is Cyan = 0.61, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 136 | 186 | - |
| CMYK | 0.61 | 0.27 | 0 | 0.27 |
| HSL | 206.55º | 0.45% | 0.51% | - |
| HSV(B) | 206.55º | 0.61% | 0.73% | - |
| XYZ | 20.41 | 22.57 | 49.73 | - |
| YUV | 122.86 | 163.63 | 92.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 136 | 186 | 0.61 | 0.27 | 0 | 0.27 | 206.55 | 0.45 | 0.51 |
| Hex | 49 | 88 | BA | 3D | 1B | 0 | 1B | CF | 2D | 33 |
| Octal | 111 | 210 | 272 | 75 | 33 | 0 | 33 | 317 | 55 | 63 |
| Binary | 1001001 | 10001000 | 10111010 | 111101 | 11011 | 0 | 11011 | 11001111 | 101101 | 110011 |
Color Harmonies of #4988BA
Complementary color
Monochromatic Colors of #4988BA
Black with #4988BA
Text Example
Text Example
White with #4988BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4988BA; }
p { color: rgb(73,136,186); }
H1.HeaderClassName
{
color: #4988BA;
}
.AnyTagClassName
{
color: #4988BA;
}
</style>
background-color css
<style>
a { background-color: #4988BA; }
a { background-color: rgb(73,136,186); }
div.DivClassName
{
background-color: #4988BA;
}
.BgClassName
{
background-color: #4988BA;
}
</style>
border-color css
<style>
span { border-color: #4988BA; }
span { border-color: rgb(73,136,186); }
td.TdClassName
{
border-color: #4988BA;
}
.TagClassName
{
border-color: #4988BA;
}
</style>