#497EC0

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

Shades of Havelock Blue #497EC0

Tints of Havelock Blue #497EC0

Color information

#497EC0 (or 0x497EC0) is unknown color: approx Havelock Blue. HEX triplet: 49, 7E and C0. RGB value is (73,126,192). Sum of RGB (Red+Green+Blue) = 73+126+192=391 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.67% from 391); Green value is 126 (49.61% from 255 or 32.23% from 391); Blue value is 192 (75.39% from 255 or 49.10% from 391); Max value from RGB is 192 - color contains mainly: blue. Hex color #497EC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497EC0 is #B6813F. Grayscale: #757575. Windows color (decimal): -11960640 or 12615241. OLE color: 12615241.

HSL color Cylindrical-coordinate representation of color #497EC0: hue angle of 213.28º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #497EC0 is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB73126192-
CMYK0.620.3400.25
HSL213.28º48.57%51.96%-
HSV(B)213.28º61.98%75.29%-
XYZ19.7220.1452.72-
YUV117.68169.9496.13-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.67%
GREEN value IS 126 (49.61% from 255) = 32.23%
BLUE value IS 192 (75.39% from 255) = 49.10%
R=18.67%
G=32.23%
B=49.10%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal731261920.620.3400.25213.2848.5751.96
Hex497EC03E22019d53134
Octal11117630076420313256164
Binary100100111111101100000011111010001001100111010101110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497EC0; }

 p { color: rgb(73,126,192); }

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

<style>
 a { background-color: #497EC0; }

 a { background-color: rgb(73,126,192); }

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

<style>
 span { border-color: #497EC0; }

 span { border-color: rgb(73,126,192); }

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