Color Hex Logo

#497fae Color Hex

#497FAE
(73,127,174)
0 Favorites   0 Comments

Color spaces of #497fae

RGB 73127174
HSL0.580.410.48
HSV208°58°68°
CMYK 0.580.270.00   0.32
XYZ17.977019.651242.8900
Yxy19.65120.22330.2441
Hunter Lab44.3297-5.1899-26.3337
CIE-Lab51.4405-3.6825-30.3327

#497fae color RGB value is (73,127,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01111111 10101110
Octal 111 177 256
Decimal 73 127 174
Hex 49 7F AE

RGB Percentages of Color #497fae

%19.52
%33.96
%46.52

CMYK Percentages of Color #497fae

%58
%27
%0
%32

Triadic Colors of #497fae

#497fae #ae497f #7fae49

Analogous Colors of #497fae

#497fae #494cae #49aeab

Monochromatic Colors of #497fae

#497fae

Complementary Color

#497fae #ae7849

#497fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#497fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#497fae Color CSS Codes

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

#497fae Text Font Color

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

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


#497fae Background Color

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

This div background color is #497fae


#497fae Border Color

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

This div border color is #497fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #497fae


Comments

No comments written yet.

Please login to write comment.