Shades of Havelock Blue #4D7ABC
Tints of Havelock Blue #4D7ABC
RGB
CMYK
RGB Variations
Color information
#4D7ABC (or 0x4D7ABC) is known color: Havelock Blue. HEX triplet: 4D, 7A and BC. RGB value is (77,122,188). Sum of RGB (Red+Green+Blue) = 77+122+188=387 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.90% from 387); Green value is 122 (48.05% from 255 or 31.52% from 387); Blue value is 188 (73.83% from 255 or 48.58% from 387); Max value from RGB is 188 - color contains mainly: blue. Hex color #4D7ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D7ABC is #B28543. Grayscale: #737373. Windows color (decimal): -11699524 or 12352077. OLE color: 12352077.
HSL color Cylindrical-coordinate representation of color #4D7ABC: hue angle of 215.68º 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 #4D7ABC is Cyan = 0.59, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 122 | 188 | - |
| CMYK | 0.59 | 0.35 | 0 | 0.26 |
| HSL | 215.68º | 0.45% | 0.52% | - |
| HSV(B) | 215.68º | 0.59% | 0.74% | - |
| XYZ | 19.1 | 19.13 | 50.26 | - |
| YUV | 116.07 | 168.59 | 100.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 122 | 188 | 0.59 | 0.35 | 0 | 0.26 | 215.68 | 0.45 | 0.52 |
| Hex | 4D | 7A | BC | 3B | 23 | 0 | 1A | D8 | 2D | 34 |
| Octal | 115 | 172 | 274 | 73 | 43 | 0 | 32 | 330 | 55 | 64 |
| Binary | 1001101 | 1111010 | 10111100 | 111011 | 100011 | 0 | 11010 | 11011000 | 101101 | 110100 |
Color Harmonies of #4D7ABC
Complementary color
Monochromatic Colors of #4D7ABC
Black with #4D7ABC
Text Example
Text Example
White with #4D7ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7ABC; }
p { color: rgb(77,122,188); }
H1.HeaderClassName
{
color: #4D7ABC;
}
.AnyTagClassName
{
color: #4D7ABC;
}
</style>
background-color css
<style>
a { background-color: #4D7ABC; }
a { background-color: rgb(77,122,188); }
div.DivClassName
{
background-color: #4D7ABC;
}
.BgClassName
{
background-color: #4D7ABC;
}
</style>
border-color css
<style>
span { border-color: #4D7ABC; }
span { border-color: rgb(77,122,188); }
td.TdClassName
{
border-color: #4D7ABC;
}
.TagClassName
{
border-color: #4D7ABC;
}
</style>