Shades of Havelock Blue #4C6EBA
Tints of Havelock Blue #4C6EBA
RGB
CMYK
RGB Variations
Color information
#4C6EBA (or 0x4C6EBA) is known color: Havelock Blue. HEX triplet: 4C, 6E and BA. RGB value is (76,110,186). Sum of RGB (Red+Green+Blue) = 76+110+186=372 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.43% from 372); Green value is 110 (43.36% from 255 or 29.57% from 372); Blue value is 186 (73.05% from 255 or 50% from 372); Max value from RGB is 186 - color contains mainly: blue. Hex color #4C6EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C6EBA is #B39145. Grayscale: #6C6C6C. Windows color (decimal): -11768134 or 12217932. OLE color: 12217932.
HSL color Cylindrical-coordinate representation of color #4C6EBA: hue angle of 221.45º 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 #4C6EBA is Cyan = 0.59, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 76 | 110 | 186 | - |
| CMYK | 0.59 | 0.41 | 0 | 0.27 |
| HSL | 221.45º | 0.44% | 0.51% | - |
| HSV(B) | 221.45º | 0.59% | 0.73% | - |
| XYZ | 17.42 | 16.23 | 48.67 | - |
| YUV | 108.5 | 171.74 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 110 | 186 | 0.59 | 0.41 | 0 | 0.27 | 221.45 | 0.44 | 0.51 |
| Hex | 4C | 6E | BA | 3B | 29 | 0 | 1B | DD | 2C | 33 |
| Octal | 114 | 156 | 272 | 73 | 51 | 0 | 33 | 335 | 54 | 63 |
| Binary | 1001100 | 1101110 | 10111010 | 111011 | 101001 | 0 | 11011 | 11011101 | 101100 | 110011 |
Color Harmonies of #4C6EBA
Complementary color
Monochromatic Colors of #4C6EBA
Black with #4C6EBA
Text Example
Text Example
White with #4C6EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C6EBA; }
p { color: rgb(76,110,186); }
H1.HeaderClassName
{
color: #4C6EBA;
}
.AnyTagClassName
{
color: #4C6EBA;
}
</style>
background-color css
<style>
a { background-color: #4C6EBA; }
a { background-color: rgb(76,110,186); }
div.DivClassName
{
background-color: #4C6EBA;
}
.BgClassName
{
background-color: #4C6EBA;
}
</style>
border-color css
<style>
span { border-color: #4C6EBA; }
span { border-color: rgb(76,110,186); }
td.TdClassName
{
border-color: #4C6EBA;
}
.TagClassName
{
border-color: #4C6EBA;
}
</style>