Shades of Havelock Blue #4079CC
Tints of Havelock Blue #4079CC
RGB
CMYK
RGB Variations
Color information
#4079CC (or 0x4079CC) is known color: Havelock Blue. HEX triplet: 40, 79 and CC. RGB value is (64,121,204). Sum of RGB (Red+Green+Blue) = 64+121+204=389 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.45% from 389); Green value is 121 (47.66% from 255 or 31.11% from 389); Blue value is 204 (80.08% from 255 or 52.44% from 389); Max value from RGB is 204 - color contains mainly: blue. Hex color #4079CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4079CC is #BF8633. Grayscale: #717171. Windows color (decimal): -12551732 or 13400384. OLE color: 13400384.
HSL color Cylindrical-coordinate representation of color #4079CC: hue angle of 215.57º 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 #4079CC is Cyan = 0.69, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 64 | 121 | 204 | - |
| CMYK | 0.69 | 0.41 | 0 | 0.2 |
| HSL | 215.57º | 0.58% | 0.53% | - |
| HSV(B) | 215.57º | 0.69% | 0.8% | - |
| XYZ | 19.85 | 19.12 | 59.77 | - |
| YUV | 113.42 | 179.12 | 92.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 121 | 204 | 0.69 | 0.41 | 0 | 0.2 | 215.57 | 0.58 | 0.53 |
| Hex | 40 | 79 | CC | 45 | 29 | 0 | 14 | D8 | 3A | 35 |
| Octal | 100 | 171 | 314 | 105 | 51 | 0 | 24 | 330 | 72 | 65 |
| Binary | 1000000 | 1111001 | 11001100 | 1000101 | 101001 | 0 | 10100 | 11011000 | 111010 | 110101 |
Color Harmonies of #4079CC
Complementary color
Monochromatic Colors of #4079CC
Black with #4079CC
Text Example
Text Example
White with #4079CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4079CC; }
p { color: rgb(64,121,204); }
H1.HeaderClassName
{
color: #4079CC;
}
.AnyTagClassName
{
color: #4079CC;
}
</style>
background-color css
<style>
a { background-color: #4079CC; }
a { background-color: rgb(64,121,204); }
div.DivClassName
{
background-color: #4079CC;
}
.BgClassName
{
background-color: #4079CC;
}
</style>
border-color css
<style>
span { border-color: #4079CC; }
span { border-color: rgb(64,121,204); }
td.TdClassName
{
border-color: #4079CC;
}
.TagClassName
{
border-color: #4079CC;
}
</style>