Shades of Havelock Blue #4988CE
Tints of Havelock Blue #4988CE
RGB
CMYK
RGB Variations
Color information
#4988CE (or 0x4988CE) is known color: Havelock Blue. HEX triplet: 49, 88 and CE. RGB value is (73,136,206). Sum of RGB (Red+Green+Blue) = 73+136+206=415 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.59% from 415); Green value is 136 (53.52% from 255 or 32.77% from 415); Blue value is 206 (80.86% from 255 or 49.64% from 415); Max value from RGB is 206 - color contains mainly: blue. Hex color #4988CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4988CE is #B67731. Grayscale: #7C7C7C. Windows color (decimal): -11958066 or 13535305. OLE color: 13535305.
HSL color Cylindrical-coordinate representation of color #4988CE: hue angle of 211.58º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4988CE is Cyan = 0.65, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 136 | 206 | - |
| CMYK | 0.65 | 0.34 | 0 | 0.19 |
| HSL | 211.58º | 0.58% | 0.55% | - |
| HSV(B) | 211.58º | 0.65% | 0.81% | - |
| XYZ | 22.69 | 23.48 | 61.73 | - |
| YUV | 125.14 | 173.63 | 90.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 136 | 206 | 0.65 | 0.34 | 0 | 0.19 | 211.58 | 0.58 | 0.55 |
| Hex | 49 | 88 | CE | 41 | 22 | 0 | 13 | D4 | 3A | 37 |
| Octal | 111 | 210 | 316 | 101 | 42 | 0 | 23 | 324 | 72 | 67 |
| Binary | 1001001 | 10001000 | 11001110 | 1000001 | 100010 | 0 | 10011 | 11010100 | 111010 | 110111 |
Color Harmonies of #4988CE
Complementary color
Monochromatic Colors of #4988CE
Black with #4988CE
Text Example
Text Example
White with #4988CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4988CE; }
p { color: rgb(73,136,206); }
H1.HeaderClassName
{
color: #4988CE;
}
.AnyTagClassName
{
color: #4988CE;
}
</style>
background-color css
<style>
a { background-color: #4988CE; }
a { background-color: rgb(73,136,206); }
div.DivClassName
{
background-color: #4988CE;
}
.BgClassName
{
background-color: #4988CE;
}
</style>
border-color css
<style>
span { border-color: #4988CE; }
span { border-color: rgb(73,136,206); }
td.TdClassName
{
border-color: #4988CE;
}
.TagClassName
{
border-color: #4988CE;
}
</style>