Shades of Havelock Blue #4078CC
Tints of Havelock Blue #4078CC
RGB
CMYK
RGB Variations
Color information
#4078CC (or 0x4078CC) is known color: Havelock Blue. HEX triplet: 40, 78 and CC. RGB value is (64,120,204). Sum of RGB (Red+Green+Blue) = 64+120+204=388 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.49% from 388); Green value is 120 (47.27% from 255 or 30.93% from 388); Blue value is 204 (80.08% from 255 or 52.58% from 388); Max value from RGB is 204 - color contains mainly: blue. Hex color #4078CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4078CC is #BF8733. Grayscale: #707070. Windows color (decimal): -12551988 or 13400128. OLE color: 13400128.
HSL color Cylindrical-coordinate representation of color #4078CC: hue angle of 216º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4078CC is Cyan = 0.69, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 64 | 120 | 204 | - |
| CMYK | 0.69 | 0.41 | 0 | 0.2 |
| HSL | 216º | 0.58% | 0.53% | - |
| HSV(B) | 216º | 0.69% | 0.8% | - |
| XYZ | 19.73 | 18.88 | 59.73 | - |
| YUV | 112.83 | 179.45 | 93.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 120 | 204 | 0.69 | 0.41 | 0 | 0.2 | 216 | 0.58 | 0.53 |
| Hex | 40 | 78 | CC | 45 | 29 | 0 | 14 | D8 | 3A | 35 |
| Octal | 100 | 170 | 314 | 105 | 51 | 0 | 24 | 330 | 72 | 65 |
| Binary | 1000000 | 1111000 | 11001100 | 1000101 | 101001 | 0 | 10100 | 11011000 | 111010 | 110101 |
Color Harmonies of #4078CC
Complementary color
Monochromatic Colors of #4078CC
Black with #4078CC
Text Example
Text Example
White with #4078CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4078CC; }
p { color: rgb(64,120,204); }
H1.HeaderClassName
{
color: #4078CC;
}
.AnyTagClassName
{
color: #4078CC;
}
</style>
background-color css
<style>
a { background-color: #4078CC; }
a { background-color: rgb(64,120,204); }
div.DivClassName
{
background-color: #4078CC;
}
.BgClassName
{
background-color: #4078CC;
}
</style>
border-color css
<style>
span { border-color: #4078CC; }
span { border-color: rgb(64,120,204); }
td.TdClassName
{
border-color: #4078CC;
}
.TagClassName
{
border-color: #4078CC;
}
</style>