Color Hex Logo

#497cac Color Hex

#497CAC
(73,124,172)
0 Favorites   0 Comments

Color spaces of #497cac

RGB 73124172
HSL0.580.400.48
HSV209°58°67°
CMYK 0.580.280.00   0.33
XYZ17.401718.810341.7433
Yxy18.81030.22320.2413
Hunter Lab43.3708-4.2794-26.7055
CIE-Lab50.4645-2.5704-30.6971

#497cac color RGB value is (73,124,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01111100 10101100
Octal 111 174 254
Decimal 73 124 172
Hex 49 7C AC

RGB Percentages of Color #497cac

%19.78
%33.60
%46.61

CMYK Percentages of Color #497cac

%58
%28
%0
%33

Triadic Colors of #497cac

#497cac #ac497c #7cac49

Analogous Colors of #497cac

#497cac #494bac #49acab

Monochromatic Colors of #497cac

#497cac

Complementary Color

#497cac #ac7949

#497cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#497cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#497cac Color CSS Codes

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

#497cac Text Font Color

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

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


#497cac Background Color

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

This div background color is #497cac


#497cac Border Color

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

This div border color is #497cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #497cac


Comments

No comments written yet.

Please login to write comment.