Color Hex Logo

#497aad Color Hex

#497AAD
(73,122,173)
0 Favorites   0 Comments

Color spaces of #497aad

RGB 73122173
HSL0.590.410.48
HSV211°58°68°
CMYK 0.580.290.00   0.32
XYZ17.250018.352742.1684
Yxy18.35270.22180.2360
Hunter Lab42.8401-3.0952-28.3724
CIE-Lab49.9211-1.0556-32.1255

#497aad color RGB value is (73,122,173).

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

The process color (four color CMYK) of #497aad color hex is 0.58, 0.29, 0.00, 0.32. Web safe color of #497aad is #336699. Color #497aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01111010 10101101
Octal 111 172 255
Decimal 73 122 173
Hex 49 7A AD

RGB Percentages of Color #497aad

%19.84
%33.15
%47.01

CMYK Percentages of Color #497aad

%58
%29
%0
%32

Triadic Colors of #497aad

#497aad #ad497a #7aad49

Analogous Colors of #497aad

#497aad #4a49ad #49acad

Monochromatic Colors of #497aad

#497aad

Complementary Color

#497aad #ad7c49

#497aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#497aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#497aad Color CSS Codes

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

#497aad Text Font Color

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

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


#497aad Background Color

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

This div background color is #497aad


#497aad Border Color

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

This div border color is #497aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #497aad


Comments

No comments written yet.

Please login to write comment.