Shades of Havelock Blue #4977CD
Tints of Havelock Blue #4977CD
RGB
CMYK
RGB Variations
Color information
#4977CD (or 0x4977CD) is known color: Havelock Blue. HEX triplet: 49, 77 and CD. RGB value is (73,119,205). Sum of RGB (Red+Green+Blue) = 73+119+205=397 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.39% from 397); Green value is 119 (46.88% from 255 or 29.97% from 397); Blue value is 205 (80.47% from 255 or 51.64% from 397); Max value from RGB is 205 - color contains mainly: blue. Hex color #4977CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4977CD is #B68832. Grayscale: #727272. Windows color (decimal): -11962419 or 13465417. OLE color: 13465417.
HSL color Cylindrical-coordinate representation of color #4977CD: hue angle of 219.09º 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 #4977CD is Cyan = 0.64, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 119 | 205 | - |
| CMYK | 0.64 | 0.42 | 0 | 0.20 |
| HSL | 219.09º | 0.57% | 0.55% | - |
| HSV(B) | 219.09º | 0.64% | 0.8% | - |
| XYZ | 20.36 | 19.02 | 60.36 | - |
| YUV | 115.05 | 178.76 | 98.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 119 | 205 | 0.64 | 0.42 | 0 | 0.20 | 219.09 | 0.57 | 0.55 |
| Hex | 49 | 77 | CD | 40 | 2A | 0 | 14 | DB | 39 | 37 |
| Octal | 111 | 167 | 315 | 100 | 52 | 0 | 24 | 333 | 71 | 67 |
| Binary | 1001001 | 1110111 | 11001101 | 1000000 | 101010 | 0 | 10100 | 11011011 | 111001 | 110111 |
Color Harmonies of #4977CD
Complementary color
Monochromatic Colors of #4977CD
Black with #4977CD
Text Example
Text Example
White with #4977CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4977CD; }
p { color: rgb(73,119,205); }
H1.HeaderClassName
{
color: #4977CD;
}
.AnyTagClassName
{
color: #4977CD;
}
</style>
background-color css
<style>
a { background-color: #4977CD; }
a { background-color: rgb(73,119,205); }
div.DivClassName
{
background-color: #4977CD;
}
.BgClassName
{
background-color: #4977CD;
}
</style>
border-color css
<style>
span { border-color: #4977CD; }
span { border-color: rgb(73,119,205); }
td.TdClassName
{
border-color: #4977CD;
}
.TagClassName
{
border-color: #4977CD;
}
</style>