Color Hex Logo

#497eac Color Hex

#497EAC
(73,126,172)
0 Favorites   0 Comments

Color spaces of #497eac

RGB 73126172
HSL0.580.400.48
HSV208°58°67°
CMYK 0.580.270.00   0.33
XYZ17.654919.316741.8277
Yxy19.31670.22400.2451
Hunter Lab43.9508-5.2109-25.6604
CIE-Lab51.0557-3.7481-29.7757

#497eac color RGB value is (73,126,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01111110 10101100
Octal 111 176 254
Decimal 73 126 172
Hex 49 7E AC

RGB Percentages of Color #497eac

%19.68
%33.96
%46.36

CMYK Percentages of Color #497eac

%58
%27
%0
%33

Triadic Colors of #497eac

#497eac #ac497e #7eac49

Analogous Colors of #497eac

#497eac #494dac #49aca9

Monochromatic Colors of #497eac

#497eac

Complementary Color

#497eac #ac7749

#497eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#497eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#497eac Color CSS Codes

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

#497eac Text Font Color

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

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


#497eac Background Color

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

This div background color is #497eac


#497eac Border Color

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

This div border color is #497eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #497eac


Comments

No comments written yet.

Please login to write comment.