Shades of Havelock Blue #4D84DD
Tints of Havelock Blue #4D84DD
RGB
CMYK
RGB Variations
Color information
#4D84DD (or 0x4D84DD) is known color: Havelock Blue. HEX triplet: 4D, 84 and DD. RGB value is (77,132,221). Sum of RGB (Red+Green+Blue) = 77+132+221=430 (56% of max value = 765). Red value is 77 (30.47% from 255 or 17.91% from 430); Green value is 132 (51.95% from 255 or 30.70% from 430); Blue value is 221 (86.72% from 255 or 51.40% from 430); Max value from RGB is 221 - color contains mainly: blue. Hex color #4D84DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D84DD is #B27B22. Grayscale: #7D7D7D. Windows color (decimal): -11696931 or 14517325. OLE color: 14517325.
HSL color Cylindrical-coordinate representation of color #4D84DD: hue angle of 217.08º 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 #4D84DD is Cyan = 0.65, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 132 | 221 | - |
| CMYK | 0.65 | 0.40 | 0 | 0.13 |
| HSL | 217.08º | 0.68% | 0.58% | - |
| HSV(B) | 217.08º | 0.65% | 0.87% | - |
| XYZ | 24.36 | 23.3 | 71.62 | - |
| YUV | 125.7 | 181.78 | 93.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 132 | 221 | 0.65 | 0.40 | 0 | 0.13 | 217.08 | 0.68 | 0.58 |
| Hex | 4D | 84 | DD | 41 | 28 | 0 | D | D9 | 44 | 3A |
| Octal | 115 | 204 | 335 | 101 | 50 | 0 | 15 | 331 | 104 | 72 |
| Binary | 1001101 | 10000100 | 11011101 | 1000001 | 101000 | 0 | 1101 | 11011001 | 1000100 | 111010 |
Color Harmonies of #4D84DD
Complementary color
Monochromatic Colors of #4D84DD
Black with #4D84DD
Text Example
Text Example
White with #4D84DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D84DD; }
p { color: rgb(77,132,221); }
H1.HeaderClassName
{
color: #4D84DD;
}
.AnyTagClassName
{
color: #4D84DD;
}
</style>
background-color css
<style>
a { background-color: #4D84DD; }
a { background-color: rgb(77,132,221); }
div.DivClassName
{
background-color: #4D84DD;
}
.BgClassName
{
background-color: #4D84DD;
}
</style>
border-color css
<style>
span { border-color: #4D84DD; }
span { border-color: rgb(77,132,221); }
td.TdClassName
{
border-color: #4D84DD;
}
.TagClassName
{
border-color: #4D84DD;
}
</style>