Shades of Havelock Blue #4D71C6
Tints of Havelock Blue #4D71C6
RGB
CMYK
RGB Variations
Color information
#4D71C6 (or 0x4D71C6) is known color: Havelock Blue. HEX triplet: 4D, 71 and C6. RGB value is (77,113,198). Sum of RGB (Red+Green+Blue) = 77+113+198=388 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.85% from 388); Green value is 113 (44.53% from 255 or 29.12% from 388); Blue value is 198 (77.73% from 255 or 51.03% from 388); Max value from RGB is 198 - color contains mainly: blue. Hex color #4D71C6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D71C6 is #B28E39. Grayscale: #6F6F6F. Windows color (decimal): -11701818 or 13005133. OLE color: 13005133.
HSL color Cylindrical-coordinate representation of color #4D71C6: hue angle of 222.15º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4D71C6 is Cyan = 0.61, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 77 | 113 | 198 | - |
| CMYK | 0.61 | 0.43 | 0 | 0.22 |
| HSL | 222.15º | 0.51% | 0.54% | - |
| HSV(B) | 222.15º | 0.61% | 0.78% | - |
| XYZ | 19.16 | 17.47 | 55.79 | - |
| YUV | 111.93 | 176.57 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 113 | 198 | 0.61 | 0.43 | 0 | 0.22 | 222.15 | 0.51 | 0.54 |
| Hex | 4D | 71 | C6 | 3D | 2B | 0 | 16 | DE | 33 | 36 |
| Octal | 115 | 161 | 306 | 75 | 53 | 0 | 26 | 336 | 63 | 66 |
| Binary | 1001101 | 1110001 | 11000110 | 111101 | 101011 | 0 | 10110 | 11011110 | 110011 | 110110 |
Color Harmonies of #4D71C6
Complementary color
Monochromatic Colors of #4D71C6
Black with #4D71C6
Text Example
Text Example
White with #4D71C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D71C6; }
p { color: rgb(77,113,198); }
H1.HeaderClassName
{
color: #4D71C6;
}
.AnyTagClassName
{
color: #4D71C6;
}
</style>
background-color css
<style>
a { background-color: #4D71C6; }
a { background-color: rgb(77,113,198); }
div.DivClassName
{
background-color: #4D71C6;
}
.BgClassName
{
background-color: #4D71C6;
}
</style>
border-color css
<style>
span { border-color: #4D71C6; }
span { border-color: rgb(77,113,198); }
td.TdClassName
{
border-color: #4D71C6;
}
.TagClassName
{
border-color: #4D71C6;
}
</style>