Shades of Havelock Blue #4972C6
Tints of Havelock Blue #4972C6
RGB
CMYK
RGB Variations
Color information
#4972C6 (or 0x4972C6) is known color: Havelock Blue. HEX triplet: 49, 72 and C6. RGB value is (73,114,198). Sum of RGB (Red+Green+Blue) = 73+114+198=385 (50% of max value = 765). Red value is 73 (28.91% from 255 or 18.96% from 385); Green value is 114 (44.92% from 255 or 29.61% from 385); Blue value is 198 (77.73% from 255 or 51.43% from 385); Max value from RGB is 198 - color contains mainly: blue. Hex color #4972C6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4972C6 is #B68D39. Grayscale: #6E6E6E. Windows color (decimal): -11963706 or 13005385. OLE color: 13005385.
HSL color Cylindrical-coordinate representation of color #4972C6: hue angle of 220.32º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4972C6 is Cyan = 0.63, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 73 | 114 | 198 | - |
| CMYK | 0.63 | 0.42 | 0 | 0.22 |
| HSL | 220.32º | 0.52% | 0.53% | - |
| HSV(B) | 220.32º | 0.63% | 0.78% | - |
| XYZ | 18.96 | 17.53 | 55.81 | - |
| YUV | 111.32 | 176.92 | 100.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 114 | 198 | 0.63 | 0.42 | 0 | 0.22 | 220.32 | 0.52 | 0.53 |
| Hex | 49 | 72 | C6 | 3F | 2A | 0 | 16 | DC | 34 | 35 |
| Octal | 111 | 162 | 306 | 77 | 52 | 0 | 26 | 334 | 64 | 65 |
| Binary | 1001001 | 1110010 | 11000110 | 111111 | 101010 | 0 | 10110 | 11011100 | 110100 | 110101 |
Color Harmonies of #4972C6
Complementary color
Monochromatic Colors of #4972C6
Black with #4972C6
Text Example
Text Example
White with #4972C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4972C6; }
p { color: rgb(73,114,198); }
H1.HeaderClassName
{
color: #4972C6;
}
.AnyTagClassName
{
color: #4972C6;
}
</style>
background-color css
<style>
a { background-color: #4972C6; }
a { background-color: rgb(73,114,198); }
div.DivClassName
{
background-color: #4972C6;
}
.BgClassName
{
background-color: #4972C6;
}
</style>
border-color css
<style>
span { border-color: #4972C6; }
span { border-color: rgb(73,114,198); }
td.TdClassName
{
border-color: #4972C6;
}
.TagClassName
{
border-color: #4972C6;
}
</style>