Shades of Havelock Blue #4D88CE
Tints of Havelock Blue #4D88CE
RGB
CMYK
RGB Variations
Color information
#4D88CE (or 0x4D88CE) is known color: Havelock Blue. HEX triplet: 4D, 88 and CE. RGB value is (77,136,206). Sum of RGB (Red+Green+Blue) = 77+136+206=419 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.38% from 419); Green value is 136 (53.52% from 255 or 32.46% from 419); Blue value is 206 (80.86% from 255 or 49.16% from 419); Max value from RGB is 206 - color contains mainly: blue. Hex color #4D88CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D88CE is #B27731. Grayscale: #7D7D7D. Windows color (decimal): -11695922 or 13535309. OLE color: 13535309.
HSL color Cylindrical-coordinate representation of color #4D88CE: hue angle of 212.56º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4D88CE is Cyan = 0.63, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 136 | 206 | - |
| CMYK | 0.63 | 0.34 | 0 | 0.19 |
| HSL | 212.56º | 0.57% | 0.55% | - |
| HSV(B) | 212.56º | 0.63% | 0.81% | - |
| XYZ | 23.01 | 23.64 | 61.74 | - |
| YUV | 126.34 | 172.95 | 92.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 136 | 206 | 0.63 | 0.34 | 0 | 0.19 | 212.56 | 0.57 | 0.55 |
| Hex | 4D | 88 | CE | 3F | 22 | 0 | 13 | D5 | 39 | 37 |
| Octal | 115 | 210 | 316 | 77 | 42 | 0 | 23 | 325 | 71 | 67 |
| Binary | 1001101 | 10001000 | 11001110 | 111111 | 100010 | 0 | 10011 | 11010101 | 111001 | 110111 |
Color Harmonies of #4D88CE
Complementary color
Monochromatic Colors of #4D88CE
Black with #4D88CE
Text Example
Text Example
White with #4D88CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D88CE; }
p { color: rgb(77,136,206); }
H1.HeaderClassName
{
color: #4D88CE;
}
.AnyTagClassName
{
color: #4D88CE;
}
</style>
background-color css
<style>
a { background-color: #4D88CE; }
a { background-color: rgb(77,136,206); }
div.DivClassName
{
background-color: #4D88CE;
}
.BgClassName
{
background-color: #4D88CE;
}
</style>
border-color css
<style>
span { border-color: #4D88CE; }
span { border-color: rgb(77,136,206); }
td.TdClassName
{
border-color: #4D88CE;
}
.TagClassName
{
border-color: #4D88CE;
}
</style>