Shades of Havelock Blue #4978CA
Tints of Havelock Blue #4978CA
RGB
CMYK
RGB Variations
Color information
#4978CA (or 0x4978CA) is known color: Havelock Blue. HEX triplet: 49, 78 and CA. RGB value is (73,120,202). Sum of RGB (Red+Green+Blue) = 73+120+202=395 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.48% from 395); Green value is 120 (47.27% from 255 or 30.38% from 395); Blue value is 202 (79.30% from 255 or 51.14% from 395); Max value from RGB is 202 - color contains mainly: blue. Hex color #4978CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4978CA is #B68735. Grayscale: #727272. Windows color (decimal): -11962166 or 13269065. OLE color: 13269065.
HSL color Cylindrical-coordinate representation of color #4978CA: hue angle of 218.14º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4978CA is Cyan = 0.64, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 73 | 120 | 202 | - |
| CMYK | 0.64 | 0.41 | 0 | 0.21 |
| HSL | 218.14º | 0.55% | 0.54% | - |
| HSV(B) | 218.14º | 0.64% | 0.79% | - |
| XYZ | 20.12 | 19.11 | 58.51 | - |
| YUV | 115.3 | 176.93 | 97.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 120 | 202 | 0.64 | 0.41 | 0 | 0.21 | 218.14 | 0.55 | 0.54 |
| Hex | 49 | 78 | CA | 40 | 29 | 0 | 15 | DA | 37 | 36 |
| Octal | 111 | 170 | 312 | 100 | 51 | 0 | 25 | 332 | 67 | 66 |
| Binary | 1001001 | 1111000 | 11001010 | 1000000 | 101001 | 0 | 10101 | 11011010 | 110111 | 110110 |
Color Harmonies of #4978CA
Complementary color
Monochromatic Colors of #4978CA
Black with #4978CA
Text Example
Text Example
White with #4978CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4978CA; }
p { color: rgb(73,120,202); }
H1.HeaderClassName
{
color: #4978CA;
}
.AnyTagClassName
{
color: #4978CA;
}
</style>
background-color css
<style>
a { background-color: #4978CA; }
a { background-color: rgb(73,120,202); }
div.DivClassName
{
background-color: #4978CA;
}
.BgClassName
{
background-color: #4978CA;
}
</style>
border-color css
<style>
span { border-color: #4978CA; }
span { border-color: rgb(73,120,202); }
td.TdClassName
{
border-color: #4978CA;
}
.TagClassName
{
border-color: #4978CA;
}
</style>