Shades of Havelock Blue #4988CF
Tints of Havelock Blue #4988CF
RGB
CMYK
RGB Variations
Color information
#4988CF (or 0x4988CF) is known color: Havelock Blue. HEX triplet: 49, 88 and CF. RGB value is (73,136,207). Sum of RGB (Red+Green+Blue) = 73+136+207=416 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.55% from 416); Green value is 136 (53.52% from 255 or 32.69% from 416); Blue value is 207 (81.25% from 255 or 49.76% from 416); Max value from RGB is 207 - color contains mainly: blue. Hex color #4988CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4988CF is #B67730. Grayscale: #7C7C7C. Windows color (decimal): -11958065 or 13600841. OLE color: 13600841.
HSL color Cylindrical-coordinate representation of color #4988CF: hue angle of 211.79º 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 #4988CF is Cyan = 0.65, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 136 | 207 | - |
| CMYK | 0.65 | 0.34 | 0 | 0.19 |
| HSL | 211.79º | 0.58% | 0.55% | - |
| HSV(B) | 211.79º | 0.65% | 0.81% | - |
| XYZ | 22.81 | 23.53 | 62.37 | - |
| YUV | 125.26 | 174.13 | 90.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 136 | 207 | 0.65 | 0.34 | 0 | 0.19 | 211.79 | 0.58 | 0.55 |
| Hex | 49 | 88 | CF | 41 | 22 | 0 | 13 | D4 | 3A | 37 |
| Octal | 111 | 210 | 317 | 101 | 42 | 0 | 23 | 324 | 72 | 67 |
| Binary | 1001001 | 10001000 | 11001111 | 1000001 | 100010 | 0 | 10011 | 11010100 | 111010 | 110111 |
Color Harmonies of #4988CF
Complementary color
Monochromatic Colors of #4988CF
Black with #4988CF
Text Example
Text Example
White with #4988CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4988CF; }
p { color: rgb(73,136,207); }
H1.HeaderClassName
{
color: #4988CF;
}
.AnyTagClassName
{
color: #4988CF;
}
</style>
background-color css
<style>
a { background-color: #4988CF; }
a { background-color: rgb(73,136,207); }
div.DivClassName
{
background-color: #4988CF;
}
.BgClassName
{
background-color: #4988CF;
}
</style>
border-color css
<style>
span { border-color: #4988CF; }
span { border-color: rgb(73,136,207); }
td.TdClassName
{
border-color: #4988CF;
}
.TagClassName
{
border-color: #4988CF;
}
</style>