Shades of Havelock Blue #496FC1
Tints of Havelock Blue #496FC1
RGB
CMYK
RGB Variations
Color information
#496FC1 (or 0x496FC1) is known color: Havelock Blue. HEX triplet: 49, 6F and C1. RGB value is (73,111,193). Sum of RGB (Red+Green+Blue) = 73+111+193=377 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.36% from 377); Green value is 111 (43.75% from 255 or 29.44% from 377); Blue value is 193 (75.78% from 255 or 51.19% from 377); Max value from RGB is 193 - color contains mainly: blue. Hex color #496FC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #496FC1 is #B6903E. Grayscale: #6C6C6C. Windows color (decimal): -11964479 or 12676937. OLE color: 12676937.
HSL color Cylindrical-coordinate representation of color #496FC1: hue angle of 221º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #496FC1 is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 73 | 111 | 193 | - |
| CMYK | 0.62 | 0.42 | 0 | 0.24 |
| HSL | 221º | 0.49% | 0.52% | - |
| HSV(B) | 221º | 0.62% | 0.76% | - |
| XYZ | 18.06 | 16.64 | 52.71 | - |
| YUV | 108.99 | 175.41 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 111 | 193 | 0.62 | 0.42 | 0 | 0.24 | 221 | 0.49 | 0.52 |
| Hex | 49 | 6F | C1 | 3E | 2A | 0 | 18 | DD | 31 | 34 |
| Octal | 111 | 157 | 301 | 76 | 52 | 0 | 30 | 335 | 61 | 64 |
| Binary | 1001001 | 1101111 | 11000001 | 111110 | 101010 | 0 | 11000 | 11011101 | 110001 | 110100 |
Color Harmonies of #496FC1
Complementary color
Monochromatic Colors of #496FC1
Black with #496FC1
Text Example
Text Example
White with #496FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496FC1; }
p { color: rgb(73,111,193); }
H1.HeaderClassName
{
color: #496FC1;
}
.AnyTagClassName
{
color: #496FC1;
}
</style>
background-color css
<style>
a { background-color: #496FC1; }
a { background-color: rgb(73,111,193); }
div.DivClassName
{
background-color: #496FC1;
}
.BgClassName
{
background-color: #496FC1;
}
</style>
border-color css
<style>
span { border-color: #496FC1; }
span { border-color: rgb(73,111,193); }
td.TdClassName
{
border-color: #496FC1;
}
.TagClassName
{
border-color: #496FC1;
}
</style>