Color Hex Logo

#497aab Color Hex

#497AAB
(73,122,171)
0 Favorites   0 Comments

Color spaces of #497aab

RGB 73122171
HSL0.580.400.48
HSV210°57°67°
CMYK 0.570.290.00   0.33
XYZ17.057918.275841.1566
Yxy18.27580.22300.2389
Hunter Lab42.7502-3.5890-27.1547
CIE-Lab49.8289-1.7129-31.1090

#497aab color RGB value is (73,122,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01111010 10101011
Octal 111 172 253
Decimal 73 122 171
Hex 49 7A AB

RGB Percentages of Color #497aab

%19.95
%33.33
%46.72

CMYK Percentages of Color #497aab

%57
%29
%0
%33

Triadic Colors of #497aab

#497aab #ab497a #7aab49

Analogous Colors of #497aab

#497aab #4949ab #49abab

Monochromatic Colors of #497aab

#497aab

Complementary Color

#497aab #ab7a49

#497aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#497aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#497aab Color CSS Codes

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

#497aab Text Font Color

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

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


#497aab Background Color

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

This div background color is #497aab


#497aab Border Color

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

This div border color is #497aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #497aab


Comments

No comments written yet.

Please login to write comment.