Shades of Havelock Blue #4B6EC0
Tints of Havelock Blue #4B6EC0
RGB
CMYK
RGB Variations
Color information
#4B6EC0 (or 0x4B6EC0) is known color: Havelock Blue. HEX triplet: 4B, 6E and C0. RGB value is (75,110,192). Sum of RGB (Red+Green+Blue) = 75+110+192=377 (49% of max value = 765). Red value is 75 (29.69% from 255 or 19.89% from 377); Green value is 110 (43.36% from 255 or 29.18% from 377); Blue value is 192 (75.39% from 255 or 50.93% from 377); Max value from RGB is 192 - color contains mainly: blue. Hex color #4B6EC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B6EC0 is #B4913F. Grayscale: #6C6C6C. Windows color (decimal): -11833664 or 12611147. OLE color: 12611147.
HSL color Cylindrical-coordinate representation of color #4B6EC0: hue angle of 222.05º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4B6EC0 is Cyan = 0.61, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 75 | 110 | 192 | - |
| CMYK | 0.61 | 0.43 | 0 | 0.25 |
| HSL | 222.05º | 0.48% | 0.52% | - |
| HSV(B) | 222.05º | 0.61% | 0.75% | - |
| XYZ | 17.99 | 16.45 | 52.1 | - |
| YUV | 108.88 | 174.9 | 103.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 110 | 192 | 0.61 | 0.43 | 0 | 0.25 | 222.05 | 0.48 | 0.52 |
| Hex | 4B | 6E | C0 | 3D | 2B | 0 | 19 | DE | 30 | 34 |
| Octal | 113 | 156 | 300 | 75 | 53 | 0 | 31 | 336 | 60 | 64 |
| Binary | 1001011 | 1101110 | 11000000 | 111101 | 101011 | 0 | 11001 | 11011110 | 110000 | 110100 |
Color Harmonies of #4B6EC0
Complementary color
Monochromatic Colors of #4B6EC0
Black with #4B6EC0
Text Example
Text Example
White with #4B6EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6EC0; }
p { color: rgb(75,110,192); }
H1.HeaderClassName
{
color: #4B6EC0;
}
.AnyTagClassName
{
color: #4B6EC0;
}
</style>
background-color css
<style>
a { background-color: #4B6EC0; }
a { background-color: rgb(75,110,192); }
div.DivClassName
{
background-color: #4B6EC0;
}
.BgClassName
{
background-color: #4B6EC0;
}
</style>
border-color css
<style>
span { border-color: #4B6EC0; }
span { border-color: rgb(75,110,192); }
td.TdClassName
{
border-color: #4B6EC0;
}
.TagClassName
{
border-color: #4B6EC0;
}
</style>