Color Hex Logo

#497eae Color Hex

#497EAE
(73,126,174)
0 Favorites   0 Comments

Color spaces of #497eae

RGB 73126174
HSL0.580.410.48
HSV209°58°68°
CMYK 0.580.280.00   0.32
XYZ17.848519.394242.8471
Yxy19.39420.22290.2422
Hunter Lab44.0388-4.7237-26.8583
CIE-Lab51.1452-3.0952-30.7929

#497eae color RGB value is (73,126,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01111110 10101110
Octal 111 176 256
Decimal 73 126 174
Hex 49 7E AE

RGB Percentages of Color #497eae

%19.57
%33.78
%46.65

CMYK Percentages of Color #497eae

%58
%28
%0
%32

Triadic Colors of #497eae

#497eae #ae497e #7eae49

Analogous Colors of #497eae

#497eae #494cae #49aeac

Monochromatic Colors of #497eae

#497eae

Complementary Color

#497eae #ae7949

#497eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#497eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#497eae Color CSS Codes

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

#497eae Text Font Color

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

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


#497eae Background Color

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

This div background color is #497eae


#497eae Border Color

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

This div border color is #497eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #497eae

#497eae Color Palettes


Comments

No comments written yet.

Please login to write comment.