Shades of Havelock Blue #4D86DA
Tints of Havelock Blue #4D86DA
RGB
CMYK
RGB Variations
Color information
#4D86DA (or 0x4D86DA) is known color: Havelock Blue. HEX triplet: 4D, 86 and DA. RGB value is (77,134,218). Sum of RGB (Red+Green+Blue) = 77+134+218=429 (56% of max value = 765). Red value is 77 (30.47% from 255 or 17.95% from 429); Green value is 134 (52.73% from 255 or 31.24% from 429); Blue value is 218 (85.55% from 255 or 50.82% from 429); Max value from RGB is 218 - color contains mainly: blue. Hex color #4D86DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D86DA is #B27925. Grayscale: #7E7E7E. Windows color (decimal): -11696422 or 14321229. OLE color: 14321229.
HSL color Cylindrical-coordinate representation of color #4D86DA: hue angle of 215.74º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4D86DA is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 77 | 134 | 218 | - |
| CMYK | 0.65 | 0.39 | 0 | 0.15 |
| HSL | 215.74º | 0.66% | 0.58% | - |
| HSV(B) | 215.74º | 0.65% | 0.85% | - |
| XYZ | 24.24 | 23.69 | 69.62 | - |
| YUV | 126.53 | 179.62 | 92.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 134 | 218 | 0.65 | 0.39 | 0 | 0.15 | 215.74 | 0.66 | 0.58 |
| Hex | 4D | 86 | DA | 41 | 27 | 0 | F | D8 | 42 | 3A |
| Octal | 115 | 206 | 332 | 101 | 47 | 0 | 17 | 330 | 102 | 72 |
| Binary | 1001101 | 10000110 | 11011010 | 1000001 | 100111 | 0 | 1111 | 11011000 | 1000010 | 111010 |
Color Harmonies of #4D86DA
Complementary color
Monochromatic Colors of #4D86DA
Black with #4D86DA
Text Example
Text Example
White with #4D86DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D86DA; }
p { color: rgb(77,134,218); }
H1.HeaderClassName
{
color: #4D86DA;
}
.AnyTagClassName
{
color: #4D86DA;
}
</style>
background-color css
<style>
a { background-color: #4D86DA; }
a { background-color: rgb(77,134,218); }
div.DivClassName
{
background-color: #4D86DA;
}
.BgClassName
{
background-color: #4D86DA;
}
</style>
border-color css
<style>
span { border-color: #4D86DA; }
span { border-color: rgb(77,134,218); }
td.TdClassName
{
border-color: #4D86DA;
}
.TagClassName
{
border-color: #4D86DA;
}
</style>