Shades of Havelock Blue #4C7DCE
Tints of Havelock Blue #4C7DCE
RGB
CMYK
RGB Variations
Color information
#4C7DCE (or 0x4C7DCE) is known color: Havelock Blue. HEX triplet: 4C, 7D and CE. RGB value is (76,125,206). Sum of RGB (Red+Green+Blue) = 76+125+206=407 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.67% from 407); Green value is 125 (49.22% from 255 or 30.71% from 407); Blue value is 206 (80.86% from 255 or 50.61% from 407); Max value from RGB is 206 - color contains mainly: blue. Hex color #4C7DCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C7DCE is #B38231. Grayscale: #777777. Windows color (decimal): -11764274 or 13532492. OLE color: 13532492.
HSL color Cylindrical-coordinate representation of color #4C7DCE: hue angle of 217.38º 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 #4C7DCE is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 76 | 125 | 206 | - |
| CMYK | 0.63 | 0.39 | 0 | 0.19 |
| HSL | 217.38º | 0.57% | 0.55% | - |
| HSV(B) | 217.38º | 0.63% | 0.81% | - |
| XYZ | 21.45 | 20.66 | 61.25 | - |
| YUV | 119.58 | 176.77 | 96.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 125 | 206 | 0.63 | 0.39 | 0 | 0.19 | 217.38 | 0.57 | 0.55 |
| Hex | 4C | 7D | CE | 3F | 27 | 0 | 13 | D9 | 39 | 37 |
| Octal | 114 | 175 | 316 | 77 | 47 | 0 | 23 | 331 | 71 | 67 |
| Binary | 1001100 | 1111101 | 11001110 | 111111 | 100111 | 0 | 10011 | 11011001 | 111001 | 110111 |
Color Harmonies of #4C7DCE
Complementary color
Monochromatic Colors of #4C7DCE
Black with #4C7DCE
Text Example
Text Example
White with #4C7DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7DCE; }
p { color: rgb(76,125,206); }
H1.HeaderClassName
{
color: #4C7DCE;
}
.AnyTagClassName
{
color: #4C7DCE;
}
</style>
background-color css
<style>
a { background-color: #4C7DCE; }
a { background-color: rgb(76,125,206); }
div.DivClassName
{
background-color: #4C7DCE;
}
.BgClassName
{
background-color: #4C7DCE;
}
</style>
border-color css
<style>
span { border-color: #4C7DCE; }
span { border-color: rgb(76,125,206); }
td.TdClassName
{
border-color: #4C7DCE;
}
.TagClassName
{
border-color: #4C7DCE;
}
</style>