Shades of Havelock Blue #496FC5
Tints of Havelock Blue #496FC5
RGB
CMYK
RGB Variations
Color information
#496FC5 (or 0x496FC5) is known color: Havelock Blue. HEX triplet: 49, 6F and C5. RGB value is (73,111,197). Sum of RGB (Red+Green+Blue) = 73+111+197=381 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.16% from 381); Green value is 111 (43.75% from 255 or 29.13% from 381); Blue value is 197 (77.34% from 255 or 51.71% from 381); Max value from RGB is 197 - color contains mainly: blue. Hex color #496FC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #496FC5 is #B6903A. Grayscale: #6D6D6D. Windows color (decimal): -11964475 or 12939081. OLE color: 12939081.
HSL color Cylindrical-coordinate representation of color #496FC5: hue angle of 221.61º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #496FC5 is Cyan = 0.63, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 73 | 111 | 197 | - |
| CMYK | 0.63 | 0.44 | 0 | 0.23 |
| HSL | 221.61º | 0.52% | 0.53% | - |
| HSV(B) | 221.61º | 0.63% | 0.77% | - |
| XYZ | 18.51 | 16.82 | 55.09 | - |
| YUV | 109.44 | 177.41 | 102.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 111 | 197 | 0.63 | 0.44 | 0 | 0.23 | 221.61 | 0.52 | 0.53 |
| Hex | 49 | 6F | C5 | 3F | 2C | 0 | 17 | DE | 34 | 35 |
| Octal | 111 | 157 | 305 | 77 | 54 | 0 | 27 | 336 | 64 | 65 |
| Binary | 1001001 | 1101111 | 11000101 | 111111 | 101100 | 0 | 10111 | 11011110 | 110100 | 110101 |
Color Harmonies of #496FC5
Complementary color
Monochromatic Colors of #496FC5
Black with #496FC5
Text Example
Text Example
White with #496FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496FC5; }
p { color: rgb(73,111,197); }
H1.HeaderClassName
{
color: #496FC5;
}
.AnyTagClassName
{
color: #496FC5;
}
</style>
background-color css
<style>
a { background-color: #496FC5; }
a { background-color: rgb(73,111,197); }
div.DivClassName
{
background-color: #496FC5;
}
.BgClassName
{
background-color: #496FC5;
}
</style>
border-color css
<style>
span { border-color: #496FC5; }
span { border-color: rgb(73,111,197); }
td.TdClassName
{
border-color: #496FC5;
}
.TagClassName
{
border-color: #496FC5;
}
</style>