Shades of Havelock Blue #4988CC
Tints of Havelock Blue #4988CC
RGB
CMYK
RGB Variations
Color information
#4988CC (or 0x4988CC) is known color: Havelock Blue. HEX triplet: 49, 88 and CC. RGB value is (73,136,204). Sum of RGB (Red+Green+Blue) = 73+136+204=413 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.68% from 413); Green value is 136 (53.52% from 255 or 32.93% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #4988CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4988CC is #B67733. Grayscale: #7C7C7C. Windows color (decimal): -11958068 or 13404233. OLE color: 13404233.
HSL color Cylindrical-coordinate representation of color #4988CC: hue angle of 211.15º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4988CC is Cyan = 0.64, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 73 | 136 | 204 | - |
| CMYK | 0.64 | 0.33 | 0 | 0.2 |
| HSL | 211.15º | 0.56% | 0.54% | - |
| HSV(B) | 211.15º | 0.64% | 0.8% | - |
| XYZ | 22.45 | 23.38 | 60.46 | - |
| YUV | 124.92 | 172.63 | 90.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 136 | 204 | 0.64 | 0.33 | 0 | 0.2 | 211.15 | 0.56 | 0.54 |
| Hex | 49 | 88 | CC | 40 | 21 | 0 | 14 | D3 | 38 | 36 |
| Octal | 111 | 210 | 314 | 100 | 41 | 0 | 24 | 323 | 70 | 66 |
| Binary | 1001001 | 10001000 | 11001100 | 1000000 | 100001 | 0 | 10100 | 11010011 | 111000 | 110110 |
Color Harmonies of #4988CC
Complementary color
Monochromatic Colors of #4988CC
Black with #4988CC
Text Example
Text Example
White with #4988CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4988CC; }
p { color: rgb(73,136,204); }
H1.HeaderClassName
{
color: #4988CC;
}
.AnyTagClassName
{
color: #4988CC;
}
</style>
background-color css
<style>
a { background-color: #4988CC; }
a { background-color: rgb(73,136,204); }
div.DivClassName
{
background-color: #4988CC;
}
.BgClassName
{
background-color: #4988CC;
}
</style>
border-color css
<style>
span { border-color: #4988CC; }
span { border-color: rgb(73,136,204); }
td.TdClassName
{
border-color: #4988CC;
}
.TagClassName
{
border-color: #4988CC;
}
</style>