Shades of Havelock Blue #4D88DD
Tints of Havelock Blue #4D88DD
RGB
CMYK
RGB Variations
Color information
#4D88DD (or 0x4D88DD) is known color: Havelock Blue. HEX triplet: 4D, 88 and DD. RGB value is (77,136,221). Sum of RGB (Red+Green+Blue) = 77+136+221=434 (57% of max value = 765). Red value is 77 (30.47% from 255 or 17.74% from 434); Green value is 136 (53.52% from 255 or 31.34% from 434); Blue value is 221 (86.72% from 255 or 50.92% from 434); Max value from RGB is 221 - color contains mainly: blue. Hex color #4D88DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D88DD is #B27722. Grayscale: #7F7F7F. Windows color (decimal): -11695907 or 14518349. OLE color: 14518349.
HSL color Cylindrical-coordinate representation of color #4D88DD: hue angle of 215.42º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4D88DD is Cyan = 0.65, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 136 | 221 | - |
| CMYK | 0.65 | 0.38 | 0 | 0.13 |
| HSL | 215.42º | 0.68% | 0.58% | - |
| HSV(B) | 215.42º | 0.65% | 0.87% | - |
| XYZ | 24.92 | 24.41 | 71.8 | - |
| YUV | 128.05 | 180.45 | 91.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 136 | 221 | 0.65 | 0.38 | 0 | 0.13 | 215.42 | 0.68 | 0.58 |
| Hex | 4D | 88 | DD | 41 | 26 | 0 | D | D7 | 44 | 3A |
| Octal | 115 | 210 | 335 | 101 | 46 | 0 | 15 | 327 | 104 | 72 |
| Binary | 1001101 | 10001000 | 11011101 | 1000001 | 100110 | 0 | 1101 | 11010111 | 1000100 | 111010 |
Color Harmonies of #4D88DD
Complementary color
Monochromatic Colors of #4D88DD
Black with #4D88DD
Text Example
Text Example
White with #4D88DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D88DD; }
p { color: rgb(77,136,221); }
H1.HeaderClassName
{
color: #4D88DD;
}
.AnyTagClassName
{
color: #4D88DD;
}
</style>
background-color css
<style>
a { background-color: #4D88DD; }
a { background-color: rgb(77,136,221); }
div.DivClassName
{
background-color: #4D88DD;
}
.BgClassName
{
background-color: #4D88DD;
}
</style>
border-color css
<style>
span { border-color: #4D88DD; }
span { border-color: rgb(77,136,221); }
td.TdClassName
{
border-color: #4D88DD;
}
.TagClassName
{
border-color: #4D88DD;
}
</style>