Shades of Havelock Blue #4C88DC
Tints of Havelock Blue #4C88DC
RGB
CMYK
RGB Variations
Color information
#4C88DC (or 0x4C88DC) is known color: Havelock Blue. HEX triplet: 4C, 88 and DC. RGB value is (76,136,220). Sum of RGB (Red+Green+Blue) = 76+136+220=432 (57% of max value = 765). Red value is 76 (30.08% from 255 or 17.59% from 432); Green value is 136 (53.52% from 255 or 31.48% from 432); Blue value is 220 (86.33% from 255 or 50.93% from 432); Max value from RGB is 220 - color contains mainly: blue. Hex color #4C88DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C88DC is #B37723. Grayscale: #7F7F7F. Windows color (decimal): -11761444 or 14452812. OLE color: 14452812.
HSL color Cylindrical-coordinate representation of color #4C88DC: hue angle of 215º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4C88DC is Cyan = 0.65, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 76 | 136 | 220 | - |
| CMYK | 0.65 | 0.38 | 0 | 0.14 |
| HSL | 215º | 0.67% | 0.58% | - |
| HSV(B) | 215º | 0.65% | 0.86% | - |
| XYZ | 24.7 | 24.31 | 71.1 | - |
| YUV | 127.64 | 180.12 | 91.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 136 | 220 | 0.65 | 0.38 | 0 | 0.14 | 215 | 0.67 | 0.58 |
| Hex | 4C | 88 | DC | 41 | 26 | 0 | E | D7 | 43 | 3A |
| Octal | 114 | 210 | 334 | 101 | 46 | 0 | 16 | 327 | 103 | 72 |
| Binary | 1001100 | 10001000 | 11011100 | 1000001 | 100110 | 0 | 1110 | 11010111 | 1000011 | 111010 |
Color Harmonies of #4C88DC
Complementary color
Monochromatic Colors of #4C88DC
Black with #4C88DC
Text Example
Text Example
White with #4C88DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C88DC; }
p { color: rgb(76,136,220); }
H1.HeaderClassName
{
color: #4C88DC;
}
.AnyTagClassName
{
color: #4C88DC;
}
</style>
background-color css
<style>
a { background-color: #4C88DC; }
a { background-color: rgb(76,136,220); }
div.DivClassName
{
background-color: #4C88DC;
}
.BgClassName
{
background-color: #4C88DC;
}
</style>
border-color css
<style>
span { border-color: #4C88DC; }
span { border-color: rgb(76,136,220); }
td.TdClassName
{
border-color: #4C88DC;
}
.TagClassName
{
border-color: #4C88DC;
}
</style>