Shades of Havelock Blue #4D7EBC
Tints of Havelock Blue #4D7EBC
RGB
CMYK
RGB Variations
Color information
#4D7EBC (or 0x4D7EBC) is known color: Havelock Blue. HEX triplet: 4D, 7E and BC. RGB value is (77,126,188). Sum of RGB (Red+Green+Blue) = 77+126+188=391 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.69% from 391); Green value is 126 (49.61% from 255 or 32.23% from 391); Blue value is 188 (73.83% from 255 or 48.08% from 391); Max value from RGB is 188 - color contains mainly: blue. Hex color #4D7EBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D7EBC is #B28143. Grayscale: #767676. Windows color (decimal): -11698500 or 12353101. OLE color: 12353101.
HSL color Cylindrical-coordinate representation of color #4D7EBC: hue angle of 213.51º 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 #4D7EBC is Cyan = 0.59, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 126 | 188 | - |
| CMYK | 0.59 | 0.33 | 0 | 0.26 |
| HSL | 213.51º | 0.45% | 0.52% | - |
| HSV(B) | 213.51º | 0.59% | 0.74% | - |
| XYZ | 19.6 | 20.13 | 50.43 | - |
| YUV | 118.42 | 167.27 | 98.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 126 | 188 | 0.59 | 0.33 | 0 | 0.26 | 213.51 | 0.45 | 0.52 |
| Hex | 4D | 7E | BC | 3B | 21 | 0 | 1A | D6 | 2D | 34 |
| Octal | 115 | 176 | 274 | 73 | 41 | 0 | 32 | 326 | 55 | 64 |
| Binary | 1001101 | 1111110 | 10111100 | 111011 | 100001 | 0 | 11010 | 11010110 | 101101 | 110100 |
Color Harmonies of #4D7EBC
Complementary color
Monochromatic Colors of #4D7EBC
Black with #4D7EBC
Text Example
Text Example
White with #4D7EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7EBC; }
p { color: rgb(77,126,188); }
H1.HeaderClassName
{
color: #4D7EBC;
}
.AnyTagClassName
{
color: #4D7EBC;
}
</style>
background-color css
<style>
a { background-color: #4D7EBC; }
a { background-color: rgb(77,126,188); }
div.DivClassName
{
background-color: #4D7EBC;
}
.BgClassName
{
background-color: #4D7EBC;
}
</style>
border-color css
<style>
span { border-color: #4D7EBC; }
span { border-color: rgb(77,126,188); }
td.TdClassName
{
border-color: #4D7EBC;
}
.TagClassName
{
border-color: #4D7EBC;
}
</style>