Shades of Steel Blue #4988B4
Tints of Steel Blue #4988B4
RGB
CMYK
RGB Variations
Color information
#4988B4 (or 0x4988B4) is known color: Steel Blue. HEX triplet: 49, 88 and B4. RGB value is (73,136,180). Sum of RGB (Red+Green+Blue) = 73+136+180=389 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.77% from 389); Green value is 136 (53.52% from 255 or 34.96% from 389); Blue value is 180 (70.70% from 255 or 46.27% from 389); Max value from RGB is 180 - color contains mainly: blue. Hex color #4988B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4988B4 is #B6774B. Grayscale: #797979. Windows color (decimal): -11958092 or 11831369. OLE color: 11831369.
HSL color Cylindrical-coordinate representation of color #4988B4: hue angle of 204.67º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4988B4 is Cyan = 0.59, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 73 | 136 | 180 | - |
| CMYK | 0.59 | 0.24 | 0 | 0.29 |
| HSL | 204.67º | 0.42% | 0.5% | - |
| HSV(B) | 204.67º | 0.59% | 0.71% | - |
| XYZ | 19.79 | 22.32 | 46.45 | - |
| YUV | 122.18 | 160.63 | 92.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 136 | 180 | 0.59 | 0.24 | 0 | 0.29 | 204.67 | 0.42 | 0.5 |
| Hex | 49 | 88 | B4 | 3B | 18 | 0 | 1D | CD | 2A | 32 |
| Octal | 111 | 210 | 264 | 73 | 30 | 0 | 35 | 315 | 52 | 62 |
| Binary | 1001001 | 10001000 | 10110100 | 111011 | 11000 | 0 | 11101 | 11001101 | 101010 | 110010 |
Color Harmonies of #4988B4
Complementary color
Monochromatic Colors of #4988B4
Black with #4988B4
Text Example
Text Example
White with #4988B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4988B4; }
p { color: rgb(73,136,180); }
H1.HeaderClassName
{
color: #4988B4;
}
.AnyTagClassName
{
color: #4988B4;
}
</style>
background-color css
<style>
a { background-color: #4988B4; }
a { background-color: rgb(73,136,180); }
div.DivClassName
{
background-color: #4988B4;
}
.BgClassName
{
background-color: #4988B4;
}
</style>
border-color css
<style>
span { border-color: #4988B4; }
span { border-color: rgb(73,136,180); }
td.TdClassName
{
border-color: #4988B4;
}
.TagClassName
{
border-color: #4988B4;
}
</style>