Shades of Havelock Blue #4D7DBC
Tints of Havelock Blue #4D7DBC
RGB
CMYK
RGB Variations
Color information
#4D7DBC (or 0x4D7DBC) is known color: Havelock Blue. HEX triplet: 4D, 7D and BC. RGB value is (77,125,188). Sum of RGB (Red+Green+Blue) = 77+125+188=390 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.74% from 390); Green value is 125 (49.22% from 255 or 32.05% from 390); Blue value is 188 (73.83% from 255 or 48.21% from 390); Max value from RGB is 188 - color contains mainly: blue. Hex color #4D7DBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D7DBC is #B28243. Grayscale: #757575. Windows color (decimal): -11698756 or 12352845. OLE color: 12352845.
HSL color Cylindrical-coordinate representation of color #4D7DBC: hue angle of 214.05º 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 #4D7DBC is Cyan = 0.59, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 125 | 188 | - |
| CMYK | 0.59 | 0.34 | 0 | 0.26 |
| HSL | 214.05º | 0.45% | 0.52% | - |
| HSV(B) | 214.05º | 0.59% | 0.74% | - |
| XYZ | 19.47 | 19.88 | 50.39 | - |
| YUV | 117.83 | 167.6 | 98.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 125 | 188 | 0.59 | 0.34 | 0 | 0.26 | 214.05 | 0.45 | 0.52 |
| Hex | 4D | 7D | BC | 3B | 22 | 0 | 1A | D6 | 2D | 34 |
| Octal | 115 | 175 | 274 | 73 | 42 | 0 | 32 | 326 | 55 | 64 |
| Binary | 1001101 | 1111101 | 10111100 | 111011 | 100010 | 0 | 11010 | 11010110 | 101101 | 110100 |
Color Harmonies of #4D7DBC
Complementary color
Monochromatic Colors of #4D7DBC
Black with #4D7DBC
Text Example
Text Example
White with #4D7DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7DBC; }
p { color: rgb(77,125,188); }
H1.HeaderClassName
{
color: #4D7DBC;
}
.AnyTagClassName
{
color: #4D7DBC;
}
</style>
background-color css
<style>
a { background-color: #4D7DBC; }
a { background-color: rgb(77,125,188); }
div.DivClassName
{
background-color: #4D7DBC;
}
.BgClassName
{
background-color: #4D7DBC;
}
</style>
border-color css
<style>
span { border-color: #4D7DBC; }
span { border-color: rgb(77,125,188); }
td.TdClassName
{
border-color: #4D7DBC;
}
.TagClassName
{
border-color: #4D7DBC;
}
</style>