Color Hex Logo

#497eaa Color Hex

#497EAA
(73,126,170)
0 Favorites   0 Comments

Color spaces of #497eaa

RGB 73126170
HSL0.580.400.48
HSV207°57°67°
CMYK 0.570.260.00   0.33
XYZ17.464219.240540.8235
Yxy19.24050.22530.2482
Hunter Lab43.8640-5.6932-24.4754
CIE-Lab50.9674-4.3985-28.7549

#497eaa color RGB value is (73,126,170).

#497eaa hex color red value is 73, green value is 126 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #497eaa hue: 0.58 , saturation: 0.40 and the lightness value of 497eaa is 0.48.

The process color (four color CMYK) of #497eaa color hex is 0.57, 0.26, 0.00, 0.33. Web safe color of #497eaa is #336699. Color #497eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01111110 10101010
Octal 111 176 252
Decimal 73 126 170
Hex 49 7E AA

RGB Percentages of Color #497eaa

%19.78
%34.15
%46.07

CMYK Percentages of Color #497eaa

%57
%26
%0
%33

Triadic Colors of #497eaa

#497eaa #aa497e #7eaa49

Analogous Colors of #497eaa

#497eaa #494daa #49aaa6

Monochromatic Colors of #497eaa

#497eaa

Complementary Color

#497eaa #aa7549

#497eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#497eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#497eaa Color CSS Codes

.mybgcolor {background-color:#497eaa; } 
.myforecolor {color:#497eaa; }
.mybordercolor {border:3px solid #497eaa; }

#497eaa Text Font Color

<p style="color:#497eaa">Text here</p>

This sample text font color is #497eaa
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#497eaa Background Color

<div style="background-color:#497eaa">
Div content here</div>

This div background color is #497eaa


#497eaa Border Color

<div style="border:3px solid #497eaa">
Div here</div>

This div border color is #497eaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,126,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #497eaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #497eaa;
  -webkit-box-shadow: 1px 1px 3px 2px #497eaa;
  box-shadow:         1px 1px 3px 2px #497eaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,126,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #497eaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #497eaa;
  -webkit-box-shadow: 1px 1px 3px 2px #497eaa;
  box-shadow:         1px 1px 3px 2px #497eaa;">
Div content here</div>

This div box has shadow with color #497eaa


Comments

No comments written yet.

Please login to write comment.