Shades of Havelock Blue #4C7BC0
Tints of Havelock Blue #4C7BC0
RGB
CMYK
RGB Variations
Color information
#4C7BC0 (or 0x4C7BC0) is known color: Havelock Blue. HEX triplet: 4C, 7B and C0. RGB value is (76,123,192). Sum of RGB (Red+Green+Blue) = 76+123+192=391 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.44% from 391); Green value is 123 (48.44% from 255 or 31.46% from 391); Blue value is 192 (75.39% from 255 or 49.10% from 391); Max value from RGB is 192 - color contains mainly: blue. Hex color #4C7BC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C7BC0 is #B3843F. Grayscale: #747474. Windows color (decimal): -11764800 or 12614476. OLE color: 12614476.
HSL color Cylindrical-coordinate representation of color #4C7BC0: hue angle of 215.69º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4C7BC0 is Cyan = 0.60, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 76 | 123 | 192 | - |
| CMYK | 0.60 | 0.36 | 0 | 0.25 |
| HSL | 215.69º | 0.48% | 0.53% | - |
| HSV(B) | 215.69º | 0.6% | 0.75% | - |
| XYZ | 19.58 | 19.51 | 52.6 | - |
| YUV | 116.81 | 170.43 | 98.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 123 | 192 | 0.60 | 0.36 | 0 | 0.25 | 215.69 | 0.48 | 0.53 |
| Hex | 4C | 7B | C0 | 3C | 24 | 0 | 19 | D8 | 30 | 35 |
| Octal | 114 | 173 | 300 | 74 | 44 | 0 | 31 | 330 | 60 | 65 |
| Binary | 1001100 | 1111011 | 11000000 | 111100 | 100100 | 0 | 11001 | 11011000 | 110000 | 110101 |
Color Harmonies of #4C7BC0
Complementary color
Monochromatic Colors of #4C7BC0
Black with #4C7BC0
Text Example
Text Example
White with #4C7BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7BC0; }
p { color: rgb(76,123,192); }
H1.HeaderClassName
{
color: #4C7BC0;
}
.AnyTagClassName
{
color: #4C7BC0;
}
</style>
background-color css
<style>
a { background-color: #4C7BC0; }
a { background-color: rgb(76,123,192); }
div.DivClassName
{
background-color: #4C7BC0;
}
.BgClassName
{
background-color: #4C7BC0;
}
</style>
border-color css
<style>
span { border-color: #4C7BC0; }
span { border-color: rgb(76,123,192); }
td.TdClassName
{
border-color: #4C7BC0;
}
.TagClassName
{
border-color: #4C7BC0;
}
</style>