Shades of Havelock Blue #4D7FBE
Tints of Havelock Blue #4D7FBE
RGB
CMYK
RGB Variations
Color information
#4D7FBE (or 0x4D7FBE) is known color: Havelock Blue. HEX triplet: 4D, 7F and BE. RGB value is (77,127,190). Sum of RGB (Red+Green+Blue) = 77+127+190=394 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.54% from 394); Green value is 127 (50% from 255 or 32.23% from 394); Blue value is 190 (74.61% from 255 or 48.22% from 394); Max value from RGB is 190 - color contains mainly: blue. Hex color #4D7FBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D7FBE is #B28041. Grayscale: #767676. Windows color (decimal): -11698242 or 12484429. OLE color: 12484429.
HSL color Cylindrical-coordinate representation of color #4D7FBE: hue angle of 213.45º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4D7FBE is Cyan = 0.59, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 127 | 190 | - |
| CMYK | 0.59 | 0.33 | 0 | 0.25 |
| HSL | 213.45º | 0.47% | 0.52% | - |
| HSV(B) | 213.45º | 0.59% | 0.75% | - |
| XYZ | 19.94 | 20.47 | 51.62 | - |
| YUV | 119.23 | 167.94 | 97.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 127 | 190 | 0.59 | 0.33 | 0 | 0.25 | 213.45 | 0.47 | 0.52 |
| Hex | 4D | 7F | BE | 3B | 21 | 0 | 19 | D5 | 2F | 34 |
| Octal | 115 | 177 | 276 | 73 | 41 | 0 | 31 | 325 | 57 | 64 |
| Binary | 1001101 | 1111111 | 10111110 | 111011 | 100001 | 0 | 11001 | 11010101 | 101111 | 110100 |
Color Harmonies of #4D7FBE
Complementary color
Monochromatic Colors of #4D7FBE
Black with #4D7FBE
Text Example
Text Example
White with #4D7FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7FBE; }
p { color: rgb(77,127,190); }
H1.HeaderClassName
{
color: #4D7FBE;
}
.AnyTagClassName
{
color: #4D7FBE;
}
</style>
background-color css
<style>
a { background-color: #4D7FBE; }
a { background-color: rgb(77,127,190); }
div.DivClassName
{
background-color: #4D7FBE;
}
.BgClassName
{
background-color: #4D7FBE;
}
</style>
border-color css
<style>
span { border-color: #4D7FBE; }
span { border-color: rgb(77,127,190); }
td.TdClassName
{
border-color: #4D7FBE;
}
.TagClassName
{
border-color: #4D7FBE;
}
</style>