Shades of Havelock Blue #4C7DC9
Tints of Havelock Blue #4C7DC9
RGB
CMYK
RGB Variations
Color information
#4C7DC9 (or 0x4C7DC9) is known color: Havelock Blue. HEX triplet: 4C, 7D and C9. RGB value is (76,125,201). Sum of RGB (Red+Green+Blue) = 76+125+201=402 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.91% from 402); Green value is 125 (49.22% from 255 or 31.09% from 402); Blue value is 201 (78.91% from 255 or 50% from 402); Max value from RGB is 201 - color contains mainly: blue. Hex color #4C7DC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C7DC9 is #B38236. Grayscale: #767676. Windows color (decimal): -11764279 or 13204812. OLE color: 13204812.
HSL color Cylindrical-coordinate representation of color #4C7DC9: hue angle of 216.48º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4C7DC9 is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 76 | 125 | 201 | - |
| CMYK | 0.62 | 0.38 | 0 | 0.21 |
| HSL | 216.48º | 0.54% | 0.54% | - |
| HSV(B) | 216.48º | 0.62% | 0.79% | - |
| XYZ | 20.86 | 20.42 | 58.1 | - |
| YUV | 119.01 | 174.27 | 97.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 125 | 201 | 0.62 | 0.38 | 0 | 0.21 | 216.48 | 0.54 | 0.54 |
| Hex | 4C | 7D | C9 | 3E | 26 | 0 | 15 | D8 | 36 | 36 |
| Octal | 114 | 175 | 311 | 76 | 46 | 0 | 25 | 330 | 66 | 66 |
| Binary | 1001100 | 1111101 | 11001001 | 111110 | 100110 | 0 | 10101 | 11011000 | 110110 | 110110 |
Color Harmonies of #4C7DC9
Complementary color
Monochromatic Colors of #4C7DC9
Black with #4C7DC9
Text Example
Text Example
White with #4C7DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7DC9; }
p { color: rgb(76,125,201); }
H1.HeaderClassName
{
color: #4C7DC9;
}
.AnyTagClassName
{
color: #4C7DC9;
}
</style>
background-color css
<style>
a { background-color: #4C7DC9; }
a { background-color: rgb(76,125,201); }
div.DivClassName
{
background-color: #4C7DC9;
}
.BgClassName
{
background-color: #4C7DC9;
}
</style>
border-color css
<style>
span { border-color: #4C7DC9; }
span { border-color: rgb(76,125,201); }
td.TdClassName
{
border-color: #4C7DC9;
}
.TagClassName
{
border-color: #4C7DC9;
}
</style>