Shades of Havelock Blue #4C7EBF
Tints of Havelock Blue #4C7EBF
RGB
CMYK
RGB Variations
Color information
#4C7EBF (or 0x4C7EBF) is known color: Havelock Blue. HEX triplet: 4C, 7E and BF. RGB value is (76,126,191). Sum of RGB (Red+Green+Blue) = 76+126+191=393 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.34% from 393); Green value is 126 (49.61% from 255 or 32.06% from 393); Blue value is 191 (75% from 255 or 48.60% from 393); Max value from RGB is 191 - color contains mainly: blue. Hex color #4C7EBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C7EBF is #B38140. Grayscale: #767676. Windows color (decimal): -11764033 or 12549708. OLE color: 12549708.
HSL color Cylindrical-coordinate representation of color #4C7EBF: hue angle of 213.91º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4C7EBF is Cyan = 0.60, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 76 | 126 | 191 | - |
| CMYK | 0.60 | 0.34 | 0 | 0.25 |
| HSL | 213.91º | 0.47% | 0.52% | - |
| HSV(B) | 213.91º | 0.6% | 0.75% | - |
| XYZ | 19.85 | 20.22 | 52.15 | - |
| YUV | 118.46 | 168.94 | 97.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 126 | 191 | 0.60 | 0.34 | 0 | 0.25 | 213.91 | 0.47 | 0.52 |
| Hex | 4C | 7E | BF | 3C | 22 | 0 | 19 | D6 | 2F | 34 |
| Octal | 114 | 176 | 277 | 74 | 42 | 0 | 31 | 326 | 57 | 64 |
| Binary | 1001100 | 1111110 | 10111111 | 111100 | 100010 | 0 | 11001 | 11010110 | 101111 | 110100 |
Color Harmonies of #4C7EBF
Complementary color
Monochromatic Colors of #4C7EBF
Black with #4C7EBF
Text Example
Text Example
White with #4C7EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7EBF; }
p { color: rgb(76,126,191); }
H1.HeaderClassName
{
color: #4C7EBF;
}
.AnyTagClassName
{
color: #4C7EBF;
}
</style>
background-color css
<style>
a { background-color: #4C7EBF; }
a { background-color: rgb(76,126,191); }
div.DivClassName
{
background-color: #4C7EBF;
}
.BgClassName
{
background-color: #4C7EBF;
}
</style>
border-color css
<style>
span { border-color: #4C7EBF; }
span { border-color: rgb(76,126,191); }
td.TdClassName
{
border-color: #4C7EBF;
}
.TagClassName
{
border-color: #4C7EBF;
}
</style>