Shades of Havelock Blue #4C6DBB
Tints of Havelock Blue #4C6DBB
RGB
CMYK
RGB Variations
Color information
#4C6DBB (or 0x4C6DBB) is known color: Havelock Blue. HEX triplet: 4C, 6D and BB. RGB value is (76,109,187). Sum of RGB (Red+Green+Blue) = 76+109+187=372 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.43% from 372); Green value is 109 (42.97% from 255 or 29.30% from 372); Blue value is 187 (73.44% from 255 or 50.27% from 372); Max value from RGB is 187 - color contains mainly: blue. Hex color #4C6DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C6DBB is #B39244. Grayscale: #6B6B6B. Windows color (decimal): -11768389 or 12283212. OLE color: 12283212.
HSL color Cylindrical-coordinate representation of color #4C6DBB: hue angle of 222.16º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4C6DBB is Cyan = 0.59, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 76 | 109 | 187 | - |
| CMYK | 0.59 | 0.42 | 0 | 0.27 |
| HSL | 222.16º | 0.45% | 0.52% | - |
| HSV(B) | 222.16º | 0.59% | 0.73% | - |
| XYZ | 17.42 | 16.06 | 49.2 | - |
| YUV | 108.03 | 172.57 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 109 | 187 | 0.59 | 0.42 | 0 | 0.27 | 222.16 | 0.45 | 0.52 |
| Hex | 4C | 6D | BB | 3B | 2A | 0 | 1B | DE | 2D | 34 |
| Octal | 114 | 155 | 273 | 73 | 52 | 0 | 33 | 336 | 55 | 64 |
| Binary | 1001100 | 1101101 | 10111011 | 111011 | 101010 | 0 | 11011 | 11011110 | 101101 | 110100 |
Color Harmonies of #4C6DBB
Complementary color
Monochromatic Colors of #4C6DBB
Black with #4C6DBB
Text Example
Text Example
White with #4C6DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C6DBB; }
p { color: rgb(76,109,187); }
H1.HeaderClassName
{
color: #4C6DBB;
}
.AnyTagClassName
{
color: #4C6DBB;
}
</style>
background-color css
<style>
a { background-color: #4C6DBB; }
a { background-color: rgb(76,109,187); }
div.DivClassName
{
background-color: #4C6DBB;
}
.BgClassName
{
background-color: #4C6DBB;
}
</style>
border-color css
<style>
span { border-color: #4C6DBB; }
span { border-color: rgb(76,109,187); }
td.TdClassName
{
border-color: #4C6DBB;
}
.TagClassName
{
border-color: #4C6DBB;
}
</style>