Shades of Havelock Blue #4D6EBC
Tints of Havelock Blue #4D6EBC
RGB
CMYK
RGB Variations
Color information
#4D6EBC (or 0x4D6EBC) is known color: Havelock Blue. HEX triplet: 4D, 6E and BC. RGB value is (77,110,188). Sum of RGB (Red+Green+Blue) = 77+110+188=375 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.53% from 375); Green value is 110 (43.36% from 255 or 29.33% from 375); Blue value is 188 (73.83% from 255 or 50.13% from 375); Max value from RGB is 188 - color contains mainly: blue. Hex color #4D6EBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D6EBC is #B29143. Grayscale: #6C6C6C. Windows color (decimal): -11702596 or 12349005. OLE color: 12349005.
HSL color Cylindrical-coordinate representation of color #4D6EBC: hue angle of 222.16º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4D6EBC is Cyan = 0.59, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 110 | 188 | - |
| CMYK | 0.59 | 0.41 | 0 | 0.26 |
| HSL | 222.16º | 0.45% | 0.52% | - |
| HSV(B) | 222.16º | 0.59% | 0.74% | - |
| XYZ | 17.71 | 16.36 | 49.8 | - |
| YUV | 109.03 | 172.57 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 110 | 188 | 0.59 | 0.41 | 0 | 0.26 | 222.16 | 0.45 | 0.52 |
| Hex | 4D | 6E | BC | 3B | 29 | 0 | 1A | DE | 2D | 34 |
| Octal | 115 | 156 | 274 | 73 | 51 | 0 | 32 | 336 | 55 | 64 |
| Binary | 1001101 | 1101110 | 10111100 | 111011 | 101001 | 0 | 11010 | 11011110 | 101101 | 110100 |
Color Harmonies of #4D6EBC
Complementary color
Monochromatic Colors of #4D6EBC
Black with #4D6EBC
Text Example
Text Example
White with #4D6EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6EBC; }
p { color: rgb(77,110,188); }
H1.HeaderClassName
{
color: #4D6EBC;
}
.AnyTagClassName
{
color: #4D6EBC;
}
</style>
background-color css
<style>
a { background-color: #4D6EBC; }
a { background-color: rgb(77,110,188); }
div.DivClassName
{
background-color: #4D6EBC;
}
.BgClassName
{
background-color: #4D6EBC;
}
</style>
border-color css
<style>
span { border-color: #4D6EBC; }
span { border-color: rgb(77,110,188); }
td.TdClassName
{
border-color: #4D6EBC;
}
.TagClassName
{
border-color: #4D6EBC;
}
</style>