Shades of Havelock Blue #4C7CCB
Tints of Havelock Blue #4C7CCB
RGB
CMYK
RGB Variations
Color information
#4C7CCB (or 0x4C7CCB) is known color: Havelock Blue. HEX triplet: 4C, 7C and CB. RGB value is (76,124,203). Sum of RGB (Red+Green+Blue) = 76+124+203=403 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.86% from 403); Green value is 124 (48.83% from 255 or 30.77% from 403); Blue value is 203 (79.69% from 255 or 50.37% from 403); Max value from RGB is 203 - color contains mainly: blue. Hex color #4C7CCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C7CCB is #B38334. Grayscale: #767676. Windows color (decimal): -11764533 or 13335628. OLE color: 13335628.
HSL color Cylindrical-coordinate representation of color #4C7CCB: hue angle of 217.32º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4C7CCB is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 76 | 124 | 203 | - |
| CMYK | 0.63 | 0.39 | 0 | 0.20 |
| HSL | 217.32º | 0.55% | 0.55% | - |
| HSV(B) | 217.32º | 0.63% | 0.8% | - |
| XYZ | 20.97 | 20.26 | 59.31 | - |
| YUV | 118.65 | 175.6 | 97.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 124 | 203 | 0.63 | 0.39 | 0 | 0.20 | 217.32 | 0.55 | 0.55 |
| Hex | 4C | 7C | CB | 3F | 27 | 0 | 14 | D9 | 37 | 37 |
| Octal | 114 | 174 | 313 | 77 | 47 | 0 | 24 | 331 | 67 | 67 |
| Binary | 1001100 | 1111100 | 11001011 | 111111 | 100111 | 0 | 10100 | 11011001 | 110111 | 110111 |
Color Harmonies of #4C7CCB
Complementary color
Monochromatic Colors of #4C7CCB
Black with #4C7CCB
Text Example
Text Example
White with #4C7CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7CCB; }
p { color: rgb(76,124,203); }
H1.HeaderClassName
{
color: #4C7CCB;
}
.AnyTagClassName
{
color: #4C7CCB;
}
</style>
background-color css
<style>
a { background-color: #4C7CCB; }
a { background-color: rgb(76,124,203); }
div.DivClassName
{
background-color: #4C7CCB;
}
.BgClassName
{
background-color: #4C7CCB;
}
</style>
border-color css
<style>
span { border-color: #4C7CCB; }
span { border-color: rgb(76,124,203); }
td.TdClassName
{
border-color: #4C7CCB;
}
.TagClassName
{
border-color: #4C7CCB;
}
</style>