Shades of Havelock Blue #4378CC
Tints of Havelock Blue #4378CC
RGB
CMYK
RGB Variations
Color information
#4378CC (or 0x4378CC) is known color: Havelock Blue. HEX triplet: 43, 78 and CC. RGB value is (67,120,204). Sum of RGB (Red+Green+Blue) = 67+120+204=391 (51% of max value = 765). Red value is 67 (26.56% from 255 or 17.14% from 391); Green value is 120 (47.27% from 255 or 30.69% from 391); Blue value is 204 (80.08% from 255 or 52.17% from 391); Max value from RGB is 204 - color contains mainly: blue. Hex color #4378CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4378CC is #BC8733. Grayscale: #717171. Windows color (decimal): -12355380 or 13400131. OLE color: 13400131.
HSL color Cylindrical-coordinate representation of color #4378CC: hue angle of 216.79º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4378CC is Cyan = 0.67, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 67 | 120 | 204 | - |
| CMYK | 0.67 | 0.41 | 0 | 0.2 |
| HSL | 216.79º | 0.57% | 0.53% | - |
| HSV(B) | 216.79º | 0.67% | 0.8% | - |
| XYZ | 19.93 | 18.99 | 59.74 | - |
| YUV | 113.73 | 178.94 | 94.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 120 | 204 | 0.67 | 0.41 | 0 | 0.2 | 216.79 | 0.57 | 0.53 |
| Hex | 43 | 78 | CC | 43 | 29 | 0 | 14 | D9 | 39 | 35 |
| Octal | 103 | 170 | 314 | 103 | 51 | 0 | 24 | 331 | 71 | 65 |
| Binary | 1000011 | 1111000 | 11001100 | 1000011 | 101001 | 0 | 10100 | 11011001 | 111001 | 110101 |
Color Harmonies of #4378CC
Complementary color
Monochromatic Colors of #4378CC
Black with #4378CC
Text Example
Text Example
White with #4378CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4378CC; }
p { color: rgb(67,120,204); }
H1.HeaderClassName
{
color: #4378CC;
}
.AnyTagClassName
{
color: #4378CC;
}
</style>
background-color css
<style>
a { background-color: #4378CC; }
a { background-color: rgb(67,120,204); }
div.DivClassName
{
background-color: #4378CC;
}
.BgClassName
{
background-color: #4378CC;
}
</style>
border-color css
<style>
span { border-color: #4378CC; }
span { border-color: rgb(67,120,204); }
td.TdClassName
{
border-color: #4378CC;
}
.TagClassName
{
border-color: #4378CC;
}
</style>