Shades of Havelock Blue #4978CC
Tints of Havelock Blue #4978CC
RGB
CMYK
RGB Variations
Color information
#4978CC (or 0x4978CC) is known color: Havelock Blue. HEX triplet: 49, 78 and CC. RGB value is (73,120,204). Sum of RGB (Red+Green+Blue) = 73+120+204=397 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.39% from 397); Green value is 120 (47.27% from 255 or 30.23% from 397); Blue value is 204 (80.08% from 255 or 51.39% from 397); Max value from RGB is 204 - color contains mainly: blue. Hex color #4978CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4978CC is #B68733. Grayscale: #737373. Windows color (decimal): -11962164 or 13400137. OLE color: 13400137.
HSL color Cylindrical-coordinate representation of color #4978CC: hue angle of 218.47º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4978CC is Cyan = 0.64, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 73 | 120 | 204 | - |
| CMYK | 0.64 | 0.41 | 0 | 0.2 |
| HSL | 218.47º | 0.56% | 0.54% | - |
| HSV(B) | 218.47º | 0.64% | 0.8% | - |
| XYZ | 20.36 | 19.21 | 59.76 | - |
| YUV | 115.52 | 177.93 | 97.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 120 | 204 | 0.64 | 0.41 | 0 | 0.2 | 218.47 | 0.56 | 0.54 |
| Hex | 49 | 78 | CC | 40 | 29 | 0 | 14 | DA | 38 | 36 |
| Octal | 111 | 170 | 314 | 100 | 51 | 0 | 24 | 332 | 70 | 66 |
| Binary | 1001001 | 1111000 | 11001100 | 1000000 | 101001 | 0 | 10100 | 11011010 | 111000 | 110110 |
Color Harmonies of #4978CC
Complementary color
Monochromatic Colors of #4978CC
Black with #4978CC
Text Example
Text Example
White with #4978CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4978CC; }
p { color: rgb(73,120,204); }
H1.HeaderClassName
{
color: #4978CC;
}
.AnyTagClassName
{
color: #4978CC;
}
</style>
background-color css
<style>
a { background-color: #4978CC; }
a { background-color: rgb(73,120,204); }
div.DivClassName
{
background-color: #4978CC;
}
.BgClassName
{
background-color: #4978CC;
}
</style>
border-color css
<style>
span { border-color: #4978CC; }
span { border-color: rgb(73,120,204); }
td.TdClassName
{
border-color: #4978CC;
}
.TagClassName
{
border-color: #4978CC;
}
</style>