#497cc2

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

Shades of Havelock Blue #497CC2

Tints of Havelock Blue #497CC2

Color information

#497CC2 (or 0x497CC2) is unknown color: approx Havelock Blue. HEX triplet: 49, 7C and C2. RGB value is (73,124,194). Sum of RGB (Red+Green+Blue) = 73+124+194=391 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.67% from 391); Green value is 124 (48.83% from 255 or 31.71% from 391); Blue value is 194 (76.17% from 255 or 49.62% from 391); Max value from RGB is 194 - color contains mainly: blue. Hex color #497CC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497CC2 is #B6833D. Grayscale: #747474. Windows color (decimal): -11961150 or 12745801. OLE color: 12745801.

HSL color Cylindrical-coordinate representation of color #497CC2: hue angle of 214.71º degrees, saturation: 0.5, 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 #497CC2 is Cyan = 0.62, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB73124194-
CMYK0.620.3600.24
HSL214.71º49.79%52.35%-
HSV(B)214.71º62.37%76.08%-
XYZ19.6919.7353.81-
YUV116.73171.696.81-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.67%
GREEN value IS 124 (48.83% from 255) = 31.71%
BLUE value IS 194 (76.17% from 255) = 49.62%
R=18.67%
G=31.71%
B=49.62%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal731241940.620.3600.24214.7149.7952.35
Hex497CC23E24018d73234
Octal11117430276440303276264
Binary100100111111001100001011111010010001100011010111110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497cc2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,124,194); }

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

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

 a { background-color: rgb(73,124,194); }

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

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

 span { border-color: rgb(73,124,194); }

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