Shades of Havelock Blue #4977CE
Tints of Havelock Blue #4977CE
RGB
CMYK
RGB Variations
Color information
#4977CE (or 0x4977CE) is known color: Havelock Blue. HEX triplet: 49, 77 and CE. RGB value is (73,119,206). Sum of RGB (Red+Green+Blue) = 73+119+206=398 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.34% from 398); Green value is 119 (46.88% from 255 or 29.90% from 398); Blue value is 206 (80.86% from 255 or 51.76% from 398); Max value from RGB is 206 - color contains mainly: blue. Hex color #4977CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4977CE is #B68831. Grayscale: #727272. Windows color (decimal): -11962418 or 13530953. OLE color: 13530953.
HSL color Cylindrical-coordinate representation of color #4977CE: hue angle of 219.25º 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 #4977CE is Cyan = 0.65, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 119 | 206 | - |
| CMYK | 0.65 | 0.42 | 0 | 0.19 |
| HSL | 219.25º | 0.58% | 0.55% | - |
| HSV(B) | 219.25º | 0.65% | 0.81% | - |
| XYZ | 20.49 | 19.07 | 60.99 | - |
| YUV | 115.16 | 179.26 | 97.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 119 | 206 | 0.65 | 0.42 | 0 | 0.19 | 219.25 | 0.58 | 0.55 |
| Hex | 49 | 77 | CE | 41 | 2A | 0 | 13 | DB | 3A | 37 |
| Octal | 111 | 167 | 316 | 101 | 52 | 0 | 23 | 333 | 72 | 67 |
| Binary | 1001001 | 1110111 | 11001110 | 1000001 | 101010 | 0 | 10011 | 11011011 | 111010 | 110111 |
Color Harmonies of #4977CE
Complementary color
Monochromatic Colors of #4977CE
Black with #4977CE
Text Example
Text Example
White with #4977CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4977CE; }
p { color: rgb(73,119,206); }
H1.HeaderClassName
{
color: #4977CE;
}
.AnyTagClassName
{
color: #4977CE;
}
</style>
background-color css
<style>
a { background-color: #4977CE; }
a { background-color: rgb(73,119,206); }
div.DivClassName
{
background-color: #4977CE;
}
.BgClassName
{
background-color: #4977CE;
}
</style>
border-color css
<style>
span { border-color: #4977CE; }
span { border-color: rgb(73,119,206); }
td.TdClassName
{
border-color: #4977CE;
}
.TagClassName
{
border-color: #4977CE;
}
</style>