Shades of Havelock Blue #4978CE
Tints of Havelock Blue #4978CE
RGB
CMYK
RGB Variations
Color information
#4978CE (or 0x4978CE) is known color: Havelock Blue. HEX triplet: 49, 78 and CE. RGB value is (73,120,206). Sum of RGB (Red+Green+Blue) = 73+120+206=399 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.30% from 399); Green value is 120 (47.27% from 255 or 30.08% from 399); Blue value is 206 (80.86% from 255 or 51.63% from 399); Max value from RGB is 206 - color contains mainly: blue. Hex color #4978CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4978CE is #B68731. Grayscale: #737373. Windows color (decimal): -11962162 or 13531209. OLE color: 13531209.
HSL color Cylindrical-coordinate representation of color #4978CE: hue angle of 218.8º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4978CE is Cyan = 0.65, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 120 | 206 | - |
| CMYK | 0.65 | 0.42 | 0 | 0.19 |
| HSL | 218.8º | 0.58% | 0.55% | - |
| HSV(B) | 218.8º | 0.65% | 0.81% | - |
| XYZ | 20.6 | 19.31 | 61.03 | - |
| YUV | 115.75 | 178.93 | 97.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 120 | 206 | 0.65 | 0.42 | 0 | 0.19 | 218.8 | 0.58 | 0.55 |
| Hex | 49 | 78 | CE | 41 | 2A | 0 | 13 | DB | 3A | 37 |
| Octal | 111 | 170 | 316 | 101 | 52 | 0 | 23 | 333 | 72 | 67 |
| Binary | 1001001 | 1111000 | 11001110 | 1000001 | 101010 | 0 | 10011 | 11011011 | 111010 | 110111 |
Color Harmonies of #4978CE
Complementary color
Monochromatic Colors of #4978CE
Black with #4978CE
Text Example
Text Example
White with #4978CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4978CE; }
p { color: rgb(73,120,206); }
H1.HeaderClassName
{
color: #4978CE;
}
.AnyTagClassName
{
color: #4978CE;
}
</style>
background-color css
<style>
a { background-color: #4978CE; }
a { background-color: rgb(73,120,206); }
div.DivClassName
{
background-color: #4978CE;
}
.BgClassName
{
background-color: #4978CE;
}
</style>
border-color css
<style>
span { border-color: #4978CE; }
span { border-color: rgb(73,120,206); }
td.TdClassName
{
border-color: #4978CE;
}
.TagClassName
{
border-color: #4978CE;
}
</style>