Shades of Havelock Blue #4978CD
Tints of Havelock Blue #4978CD
RGB
CMYK
RGB Variations
Color information
#4978CD (or 0x4978CD) is known color: Havelock Blue. HEX triplet: 49, 78 and CD. RGB value is (73,120,205). Sum of RGB (Red+Green+Blue) = 73+120+205=398 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.34% from 398); Green value is 120 (47.27% from 255 or 30.15% from 398); Blue value is 205 (80.47% from 255 or 51.51% from 398); Max value from RGB is 205 - color contains mainly: blue. Hex color #4978CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4978CD is #B68732. Grayscale: #737373. Windows color (decimal): -11962163 or 13465673. OLE color: 13465673.
HSL color Cylindrical-coordinate representation of color #4978CD: hue angle of 218.64º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4978CD is Cyan = 0.64, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 120 | 205 | - |
| CMYK | 0.64 | 0.41 | 0 | 0.20 |
| HSL | 218.64º | 0.57% | 0.55% | - |
| HSV(B) | 218.64º | 0.64% | 0.8% | - |
| XYZ | 20.48 | 19.26 | 60.4 | - |
| YUV | 115.64 | 178.43 | 97.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 120 | 205 | 0.64 | 0.41 | 0 | 0.20 | 218.64 | 0.57 | 0.55 |
| Hex | 49 | 78 | CD | 40 | 29 | 0 | 14 | DB | 39 | 37 |
| Octal | 111 | 170 | 315 | 100 | 51 | 0 | 24 | 333 | 71 | 67 |
| Binary | 1001001 | 1111000 | 11001101 | 1000000 | 101001 | 0 | 10100 | 11011011 | 111001 | 110111 |
Color Harmonies of #4978CD
Complementary color
Monochromatic Colors of #4978CD
Black with #4978CD
Text Example
Text Example
White with #4978CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4978CD; }
p { color: rgb(73,120,205); }
H1.HeaderClassName
{
color: #4978CD;
}
.AnyTagClassName
{
color: #4978CD;
}
</style>
background-color css
<style>
a { background-color: #4978CD; }
a { background-color: rgb(73,120,205); }
div.DivClassName
{
background-color: #4978CD;
}
.BgClassName
{
background-color: #4978CD;
}
</style>
border-color css
<style>
span { border-color: #4978CD; }
span { border-color: rgb(73,120,205); }
td.TdClassName
{
border-color: #4978CD;
}
.TagClassName
{
border-color: #4978CD;
}
</style>