Shades of Havelock Blue #4D71BE
Tints of Havelock Blue #4D71BE
RGB
CMYK
RGB Variations
Color information
#4D71BE (or 0x4D71BE) is known color: Havelock Blue. HEX triplet: 4D, 71 and BE. RGB value is (77,113,190). Sum of RGB (Red+Green+Blue) = 77+113+190=380 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.26% from 380); Green value is 113 (44.53% from 255 or 29.74% from 380); Blue value is 190 (74.61% from 255 or 50% from 380); Max value from RGB is 190 - color contains mainly: blue. Hex color #4D71BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D71BE is #B28E41. Grayscale: #6E6E6E. Windows color (decimal): -11701826 or 12480845. OLE color: 12480845.
HSL color Cylindrical-coordinate representation of color #4D71BE: hue angle of 220.88º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4D71BE is Cyan = 0.59, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 113 | 190 | - |
| CMYK | 0.59 | 0.41 | 0 | 0.25 |
| HSL | 220.89º | 0.47% | 0.52% | - |
| HSV(B) | 220.89º | 0.59% | 0.75% | - |
| XYZ | 18.26 | 17.11 | 51.05 | - |
| YUV | 111.01 | 172.57 | 103.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 113 | 190 | 0.59 | 0.41 | 0 | 0.25 | 220.89 | 0.47 | 0.52 |
| Hex | 4D | 71 | BE | 3B | 29 | 0 | 19 | DD | 2F | 34 |
| Octal | 115 | 161 | 276 | 73 | 51 | 0 | 31 | 335 | 57 | 64 |
| Binary | 1001101 | 1110001 | 10111110 | 111011 | 101001 | 0 | 11001 | 11011101 | 101111 | 110100 |
Color Harmonies of #4D71BE
Complementary color
Monochromatic Colors of #4D71BE
Black with #4D71BE
Text Example
Text Example
White with #4D71BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D71BE; }
p { color: rgb(77,113,190); }
H1.HeaderClassName
{
color: #4D71BE;
}
.AnyTagClassName
{
color: #4D71BE;
}
</style>
background-color css
<style>
a { background-color: #4D71BE; }
a { background-color: rgb(77,113,190); }
div.DivClassName
{
background-color: #4D71BE;
}
.BgClassName
{
background-color: #4D71BE;
}
</style>
border-color css
<style>
span { border-color: #4D71BE; }
span { border-color: rgb(77,113,190); }
td.TdClassName
{
border-color: #4D71BE;
}
.TagClassName
{
border-color: #4D71BE;
}
</style>