Shades of Havelock Blue #4D7FCE
Tints of Havelock Blue #4D7FCE
RGB
CMYK
RGB Variations
Color information
#4D7FCE (or 0x4D7FCE) is known color: Havelock Blue. HEX triplet: 4D, 7F and CE. RGB value is (77,127,206). Sum of RGB (Red+Green+Blue) = 77+127+206=410 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.78% from 410); Green value is 127 (50% from 255 or 30.98% from 410); Blue value is 206 (80.86% from 255 or 50.24% from 410); Max value from RGB is 206 - color contains mainly: blue. Hex color #4D7FCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D7FCE is #B28031. Grayscale: #787878. Windows color (decimal): -11698226 or 13533005. OLE color: 13533005.
HSL color Cylindrical-coordinate representation of color #4D7FCE: hue angle of 216.74º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4D7FCE is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 127 | 206 | - |
| CMYK | 0.63 | 0.38 | 0 | 0.19 |
| HSL | 216.74º | 0.57% | 0.55% | - |
| HSV(B) | 216.74º | 0.63% | 0.81% | - |
| XYZ | 21.79 | 21.21 | 61.34 | - |
| YUV | 121.06 | 175.94 | 96.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 127 | 206 | 0.63 | 0.38 | 0 | 0.19 | 216.74 | 0.57 | 0.55 |
| Hex | 4D | 7F | CE | 3F | 26 | 0 | 13 | D9 | 39 | 37 |
| Octal | 115 | 177 | 316 | 77 | 46 | 0 | 23 | 331 | 71 | 67 |
| Binary | 1001101 | 1111111 | 11001110 | 111111 | 100110 | 0 | 10011 | 11011001 | 111001 | 110111 |
Color Harmonies of #4D7FCE
Complementary color
Monochromatic Colors of #4D7FCE
Black with #4D7FCE
Text Example
Text Example
White with #4D7FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7FCE; }
p { color: rgb(77,127,206); }
H1.HeaderClassName
{
color: #4D7FCE;
}
.AnyTagClassName
{
color: #4D7FCE;
}
</style>
background-color css
<style>
a { background-color: #4D7FCE; }
a { background-color: rgb(77,127,206); }
div.DivClassName
{
background-color: #4D7FCE;
}
.BgClassName
{
background-color: #4D7FCE;
}
</style>
border-color css
<style>
span { border-color: #4D7FCE; }
span { border-color: rgb(77,127,206); }
td.TdClassName
{
border-color: #4D7FCE;
}
.TagClassName
{
border-color: #4D7FCE;
}
</style>