Color Hex Logo

#497ead Color Hex

#497EAD
(73,126,173)
0 Favorites   0 Comments

Color spaces of #497ead

RGB 73126173
HSL0.580.410.48
HSV208°58°68°
CMYK 0.580.270.00   0.32
XYZ17.751319.355342.3355
Yxy19.35530.22340.2436
Hunter Lab43.9947-4.9681-26.2578
CIE-Lab51.1003-3.4222-30.2847

#497ead color RGB value is (73,126,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01111110 10101101
Octal 111 176 255
Decimal 73 126 173
Hex 49 7E AD

RGB Percentages of Color #497ead

%19.62
%33.87
%46.51

CMYK Percentages of Color #497ead

%58
%27
%0
%32

Triadic Colors of #497ead

#497ead #ad497e #7ead49

Analogous Colors of #497ead

#497ead #494cad #49adaa

Monochromatic Colors of #497ead

#497ead

Complementary Color

#497ead #ad7849

#497ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#497ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#497ead Color CSS Codes

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

#497ead Text Font Color

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

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


#497ead Background Color

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

This div background color is #497ead


#497ead Border Color

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

This div border color is #497ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #497ead


Comments

No comments written yet.

Please login to write comment.