Shades of Havelock Blue #4C73BE
Tints of Havelock Blue #4C73BE
RGB
CMYK
RGB Variations
Color information
#4C73BE (or 0x4C73BE) is known color: Havelock Blue. HEX triplet: 4C, 73 and BE. RGB value is (76,115,190). Sum of RGB (Red+Green+Blue) = 76+115+190=381 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.95% from 381); Green value is 115 (45.31% from 255 or 30.18% from 381); Blue value is 190 (74.61% from 255 or 49.87% from 381); Max value from RGB is 190 - color contains mainly: blue. Hex color #4C73BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C73BE is #B38C41. Grayscale: #6F6F6F. Windows color (decimal): -11766850 or 12481356. OLE color: 12481356.
HSL color Cylindrical-coordinate representation of color #4C73BE: hue angle of 219.47º 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 #4C73BE is Cyan = 0.60, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 76 | 115 | 190 | - |
| CMYK | 0.60 | 0.39 | 0 | 0.25 |
| HSL | 219.47º | 0.47% | 0.52% | - |
| HSV(B) | 219.47º | 0.6% | 0.75% | - |
| XYZ | 18.41 | 17.52 | 51.13 | - |
| YUV | 111.89 | 172.08 | 102.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 115 | 190 | 0.60 | 0.39 | 0 | 0.25 | 219.47 | 0.47 | 0.52 |
| Hex | 4C | 73 | BE | 3C | 27 | 0 | 19 | DB | 2F | 34 |
| Octal | 114 | 163 | 276 | 74 | 47 | 0 | 31 | 333 | 57 | 64 |
| Binary | 1001100 | 1110011 | 10111110 | 111100 | 100111 | 0 | 11001 | 11011011 | 101111 | 110100 |
Color Harmonies of #4C73BE
Complementary color
Monochromatic Colors of #4C73BE
Black with #4C73BE
Text Example
Text Example
White with #4C73BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C73BE; }
p { color: rgb(76,115,190); }
H1.HeaderClassName
{
color: #4C73BE;
}
.AnyTagClassName
{
color: #4C73BE;
}
</style>
background-color css
<style>
a { background-color: #4C73BE; }
a { background-color: rgb(76,115,190); }
div.DivClassName
{
background-color: #4C73BE;
}
.BgClassName
{
background-color: #4C73BE;
}
</style>
border-color css
<style>
span { border-color: #4C73BE; }
span { border-color: rgb(76,115,190); }
td.TdClassName
{
border-color: #4C73BE;
}
.TagClassName
{
border-color: #4C73BE;
}
</style>