Color Hex Logo

#497faa Color Hex

#497FAA
(73,127,170)
0 Favorites   0 Comments

Color spaces of #497faa

RGB 73127170
HSL0.570.400.48
HSV207°57°67°
CMYK 0.570.250.00   0.33
XYZ17.592719.497540.8664
Yxy19.49750.22570.2501
Hunter Lab44.1560-6.1547-23.9638
CIE-Lab51.2642-4.9825-28.2936

#497faa color RGB value is (73,127,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01111111 10101010
Octal 111 177 252
Decimal 73 127 170
Hex 49 7F AA

RGB Percentages of Color #497faa

%19.73
%34.32
%45.95

CMYK Percentages of Color #497faa

%57
%25
%0
%33

Triadic Colors of #497faa

#497faa #aa497f #7faa49

Analogous Colors of #497faa

#497faa #494eaa #49aaa5

Monochromatic Colors of #497faa

#497faa

Complementary Color

#497faa #aa7449

#497faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#497faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#497faa Color CSS Codes

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

#497faa Text Font Color

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

This sample text font color is #497faa
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.


#497faa Background Color

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

This div background color is #497faa


#497faa Border Color

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

This div border color is #497faa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,127,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 #497faa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #497faa

#497faa Color Palettes


Comments

No comments written yet.

Please login to write comment.