Shades of Havelock Blue #4D7EC0
Tints of Havelock Blue #4D7EC0
RGB
CMYK
RGB Variations
Color information
#4D7EC0 (or 0x4D7EC0) is known color: Havelock Blue. HEX triplet: 4D, 7E and C0. RGB value is (77,126,192). Sum of RGB (Red+Green+Blue) = 77+126+192=395 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.49% from 395); Green value is 126 (49.61% from 255 or 31.90% from 395); Blue value is 192 (75.39% from 255 or 48.61% from 395); Max value from RGB is 192 - color contains mainly: blue. Hex color #4D7EC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D7EC0 is #B2813F. Grayscale: #767676. Windows color (decimal): -11698496 or 12615245. OLE color: 12615245.
HSL color Cylindrical-coordinate representation of color #4D7EC0: hue angle of 214.43º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4D7EC0 is Cyan = 0.60, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 126 | 192 | - |
| CMYK | 0.60 | 0.34 | 0 | 0.25 |
| HSL | 214.43º | 0.48% | 0.53% | - |
| HSV(B) | 214.43º | 0.6% | 0.75% | - |
| XYZ | 20.04 | 20.31 | 52.73 | - |
| YUV | 118.87 | 169.27 | 98.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 126 | 192 | 0.60 | 0.34 | 0 | 0.25 | 214.43 | 0.48 | 0.53 |
| Hex | 4D | 7E | C0 | 3C | 22 | 0 | 19 | D6 | 30 | 35 |
| Octal | 115 | 176 | 300 | 74 | 42 | 0 | 31 | 326 | 60 | 65 |
| Binary | 1001101 | 1111110 | 11000000 | 111100 | 100010 | 0 | 11001 | 11010110 | 110000 | 110101 |
Color Harmonies of #4D7EC0
Complementary color
Monochromatic Colors of #4D7EC0
Black with #4D7EC0
Text Example
Text Example
White with #4D7EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7EC0; }
p { color: rgb(77,126,192); }
H1.HeaderClassName
{
color: #4D7EC0;
}
.AnyTagClassName
{
color: #4D7EC0;
}
</style>
background-color css
<style>
a { background-color: #4D7EC0; }
a { background-color: rgb(77,126,192); }
div.DivClassName
{
background-color: #4D7EC0;
}
.BgClassName
{
background-color: #4D7EC0;
}
</style>
border-color css
<style>
span { border-color: #4D7EC0; }
span { border-color: rgb(77,126,192); }
td.TdClassName
{
border-color: #4D7EC0;
}
.TagClassName
{
border-color: #4D7EC0;
}
</style>