Shades of Havelock Blue #4C6DB9
Tints of Havelock Blue #4C6DB9
RGB
CMYK
RGB Variations
Color information
#4C6DB9 (or 0x4C6DB9) is known color: Havelock Blue. HEX triplet: 4C, 6D and B9. RGB value is (76,109,185). Sum of RGB (Red+Green+Blue) = 76+109+185=370 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.54% from 370); Green value is 109 (42.97% from 255 or 29.46% from 370); Blue value is 185 (72.66% from 255 or 50% from 370); Max value from RGB is 185 - color contains mainly: blue. Hex color #4C6DB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C6DB9 is #B39246. Grayscale: #6B6B6B. Windows color (decimal): -11768391 or 12152140. OLE color: 12152140.
HSL color Cylindrical-coordinate representation of color #4C6DB9: hue angle of 221.83º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4C6DB9 is Cyan = 0.59, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 76 | 109 | 185 | - |
| CMYK | 0.59 | 0.41 | 0 | 0.27 |
| HSL | 221.83º | 0.44% | 0.51% | - |
| HSV(B) | 221.83º | 0.59% | 0.73% | - |
| XYZ | 17.21 | 15.98 | 48.08 | - |
| YUV | 107.8 | 171.57 | 105.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 109 | 185 | 0.59 | 0.41 | 0 | 0.27 | 221.83 | 0.44 | 0.51 |
| Hex | 4C | 6D | B9 | 3B | 29 | 0 | 1B | DE | 2C | 33 |
| Octal | 114 | 155 | 271 | 73 | 51 | 0 | 33 | 336 | 54 | 63 |
| Binary | 1001100 | 1101101 | 10111001 | 111011 | 101001 | 0 | 11011 | 11011110 | 101100 | 110011 |
Color Harmonies of #4C6DB9
Complementary color
Monochromatic Colors of #4C6DB9
Black with #4C6DB9
Text Example
Text Example
White with #4C6DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C6DB9; }
p { color: rgb(76,109,185); }
H1.HeaderClassName
{
color: #4C6DB9;
}
.AnyTagClassName
{
color: #4C6DB9;
}
</style>
background-color css
<style>
a { background-color: #4C6DB9; }
a { background-color: rgb(76,109,185); }
div.DivClassName
{
background-color: #4C6DB9;
}
.BgClassName
{
background-color: #4C6DB9;
}
</style>
border-color css
<style>
span { border-color: #4C6DB9; }
span { border-color: rgb(76,109,185); }
td.TdClassName
{
border-color: #4C6DB9;
}
.TagClassName
{
border-color: #4C6DB9;
}
</style>