#496EC1

Color #496EC1 Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #496EC1

Tints of Havelock Blue #496EC1

Color information

#496EC1 (or 0x496EC1) is unknown color: approx Havelock Blue. HEX triplet: 49, 6E and C1. RGB value is (73,110,193). Sum of RGB (Red+Green+Blue) = 73+110+193=376 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.41% from 376); Green value is 110 (43.36% from 255 or 29.26% from 376); Blue value is 193 (75.78% from 255 or 51.33% from 376); Max value from RGB is 193 - color contains mainly: blue. Hex color #496EC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #496EC1 is #B6913E. Grayscale: #6C6C6C. Windows color (decimal): -11964735 or 12676681. OLE color: 12676681.

HSL color Cylindrical-coordinate representation of color #496EC1: hue angle of 221.5º 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 #496EC1 is Cyan = 0.62, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB73110193-
CMYK0.620.4300.24
HSL221.5º49.18%52.16%-
HSV(B)221.5º62.18%75.69%-
XYZ17.9516.4252.68-
YUV108.4175.74102.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 73 (28.91% from 255) = 19.41%
GREEN value IS 110 (43.36% from 255) = 29.26%
BLUE value IS 193 (75.78% from 255) = 51.33%
R=19.41%
G=29.26%
B=51.33%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal731101930.620.4300.24221.549.1852.16
Hex496EC13E2B018de3134
Octal11115630176530303366164
Binary100100111011101100000111111010101101100011011110110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496EC1; }

 p { color: rgb(73,110,193); }

 H1.HeaderClassName
 {
   color: #496EC1;
 }
 .AnyTagClassName
 {
   color: #496EC1;
 }
</style>
background-color css

<style>
 a { background-color: #496EC1; }

 a { background-color: rgb(73,110,193); }

 div.DivClassName
 {
   background-color: #496EC1;
 }
 .BgClassName
 {
   background-color: #496EC1;
 }
</style>
border-color css

<style>
 span { border-color: #496EC1; }

 span { border-color: rgb(73,110,193); }

 td.TdClassName
 {
   border-color: #496EC1;
 }
 .TagClassName
 {
   border-color: #496EC1;
 }
</style>