Shades of Havelock Blue #4278CC
Tints of Havelock Blue #4278CC
RGB
CMYK
RGB Variations
Color information
#4278CC (or 0x4278CC) is known color: Havelock Blue. HEX triplet: 42, 78 and CC. RGB value is (66,120,204). Sum of RGB (Red+Green+Blue) = 66+120+204=390 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.92% from 390); Green value is 120 (47.27% from 255 or 30.77% from 390); Blue value is 204 (80.08% from 255 or 52.31% from 390); Max value from RGB is 204 - color contains mainly: blue. Hex color #4278CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4278CC is #BD8733. Grayscale: #717171. Windows color (decimal): -12420916 or 13400130. OLE color: 13400130.
HSL color Cylindrical-coordinate representation of color #4278CC: hue angle of 216.52º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4278CC is Cyan = 0.68, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 66 | 120 | 204 | - |
| CMYK | 0.68 | 0.41 | 0 | 0.2 |
| HSL | 216.52º | 0.58% | 0.53% | - |
| HSV(B) | 216.52º | 0.68% | 0.8% | - |
| XYZ | 19.86 | 18.95 | 59.74 | - |
| YUV | 113.43 | 179.11 | 94.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 120 | 204 | 0.68 | 0.41 | 0 | 0.2 | 216.52 | 0.58 | 0.53 |
| Hex | 42 | 78 | CC | 44 | 29 | 0 | 14 | D9 | 3A | 35 |
| Octal | 102 | 170 | 314 | 104 | 51 | 0 | 24 | 331 | 72 | 65 |
| Binary | 1000010 | 1111000 | 11001100 | 1000100 | 101001 | 0 | 10100 | 11011001 | 111010 | 110101 |
Color Harmonies of #4278CC
Complementary color
Monochromatic Colors of #4278CC
Black with #4278CC
Text Example
Text Example
White with #4278CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4278CC; }
p { color: rgb(66,120,204); }
H1.HeaderClassName
{
color: #4278CC;
}
.AnyTagClassName
{
color: #4278CC;
}
</style>
background-color css
<style>
a { background-color: #4278CC; }
a { background-color: rgb(66,120,204); }
div.DivClassName
{
background-color: #4278CC;
}
.BgClassName
{
background-color: #4278CC;
}
</style>
border-color css
<style>
span { border-color: #4278CC; }
span { border-color: rgb(66,120,204); }
td.TdClassName
{
border-color: #4278CC;
}
.TagClassName
{
border-color: #4278CC;
}
</style>