Shades of Havelock Blue #4C88C0
Tints of Havelock Blue #4C88C0
RGB
CMYK
RGB Variations
Color information
#4C88C0 (or 0x4C88C0) is known color: Havelock Blue. HEX triplet: 4C, 88 and C0. RGB value is (76,136,192). Sum of RGB (Red+Green+Blue) = 76+136+192=404 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.81% from 404); Green value is 136 (53.52% from 255 or 33.66% from 404); Blue value is 192 (75.39% from 255 or 47.52% from 404); Max value from RGB is 192 - color contains mainly: blue. Hex color #4C88C0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C88C0 is #B3773F. Grayscale: #7C7C7C. Windows color (decimal): -11761472 or 12617804. OLE color: 12617804.
HSL color Cylindrical-coordinate representation of color #4C88C0: hue angle of 208.97º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4C88C0 is Cyan = 0.60, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 76 | 136 | 192 | - |
| CMYK | 0.60 | 0.29 | 0 | 0.25 |
| HSL | 208.97º | 0.48% | 0.53% | - |
| HSV(B) | 208.97º | 0.6% | 0.75% | - |
| XYZ | 21.3 | 22.95 | 53.18 | - |
| YUV | 124.44 | 166.12 | 93.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 136 | 192 | 0.60 | 0.29 | 0 | 0.25 | 208.97 | 0.48 | 0.53 |
| Hex | 4C | 88 | C0 | 3C | 1D | 0 | 19 | D1 | 30 | 35 |
| Octal | 114 | 210 | 300 | 74 | 35 | 0 | 31 | 321 | 60 | 65 |
| Binary | 1001100 | 10001000 | 11000000 | 111100 | 11101 | 0 | 11001 | 11010001 | 110000 | 110101 |
Color Harmonies of #4C88C0
Complementary color
Monochromatic Colors of #4C88C0
Black with #4C88C0
Text Example
Text Example
White with #4C88C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C88C0; }
p { color: rgb(76,136,192); }
H1.HeaderClassName
{
color: #4C88C0;
}
.AnyTagClassName
{
color: #4C88C0;
}
</style>
background-color css
<style>
a { background-color: #4C88C0; }
a { background-color: rgb(76,136,192); }
div.DivClassName
{
background-color: #4C88C0;
}
.BgClassName
{
background-color: #4C88C0;
}
</style>
border-color css
<style>
span { border-color: #4C88C0; }
span { border-color: rgb(76,136,192); }
td.TdClassName
{
border-color: #4C88C0;
}
.TagClassName
{
border-color: #4C88C0;
}
</style>