Shades of Havelock Blue #4378CA
Tints of Havelock Blue #4378CA
RGB
CMYK
RGB Variations
Color information
#4378CA (or 0x4378CA) is known color: Havelock Blue. HEX triplet: 43, 78 and CA. RGB value is (67,120,202). Sum of RGB (Red+Green+Blue) = 67+120+202=389 (51% of max value = 765). Red value is 67 (26.56% from 255 or 17.22% from 389); Green value is 120 (47.27% from 255 or 30.85% from 389); Blue value is 202 (79.30% from 255 or 51.93% from 389); Max value from RGB is 202 - color contains mainly: blue. Hex color #4378CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4378CA is #BC8735. Grayscale: #717171. Windows color (decimal): -12355382 or 13269059. OLE color: 13269059.
HSL color Cylindrical-coordinate representation of color #4378CA: hue angle of 216.44º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4378CA is Cyan = 0.67, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 67 | 120 | 202 | - |
| CMYK | 0.67 | 0.41 | 0 | 0.21 |
| HSL | 216.44º | 0.56% | 0.53% | - |
| HSV(B) | 216.44º | 0.67% | 0.79% | - |
| XYZ | 19.69 | 18.89 | 58.49 | - |
| YUV | 113.5 | 177.94 | 94.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 120 | 202 | 0.67 | 0.41 | 0 | 0.21 | 216.44 | 0.56 | 0.53 |
| Hex | 43 | 78 | CA | 43 | 29 | 0 | 15 | D8 | 38 | 35 |
| Octal | 103 | 170 | 312 | 103 | 51 | 0 | 25 | 330 | 70 | 65 |
| Binary | 1000011 | 1111000 | 11001010 | 1000011 | 101001 | 0 | 10101 | 11011000 | 111000 | 110101 |
Color Harmonies of #4378CA
Complementary color
Monochromatic Colors of #4378CA
Black with #4378CA
Text Example
Text Example
White with #4378CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4378CA; }
p { color: rgb(67,120,202); }
H1.HeaderClassName
{
color: #4378CA;
}
.AnyTagClassName
{
color: #4378CA;
}
</style>
background-color css
<style>
a { background-color: #4378CA; }
a { background-color: rgb(67,120,202); }
div.DivClassName
{
background-color: #4378CA;
}
.BgClassName
{
background-color: #4378CA;
}
</style>
border-color css
<style>
span { border-color: #4378CA; }
span { border-color: rgb(67,120,202); }
td.TdClassName
{
border-color: #4378CA;
}
.TagClassName
{
border-color: #4378CA;
}
</style>