Color Hex Logo

#497faf Color Hex

#497FAF
(73,127,175)
0 Favorites   0 Comments

Color spaces of #497faf

RGB 73127175
HSL0.580.410.49
HSV208°58°69°
CMYK 0.580.270.00   0.31
XYZ18.074919.690443.4054
Yxy19.69040.22270.2426
Hunter Lab44.3739-4.9455-26.9343
CIE-Lab51.4853-3.3556-30.8403

#497faf color RGB value is (73,127,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01111111 10101111
Octal 111 177 257
Decimal 73 127 175
Hex 49 7F AF

RGB Percentages of Color #497faf

%19.47
%33.87
%46.67

CMYK Percentages of Color #497faf

%58
%27
%0
%31

Triadic Colors of #497faf

#497faf #af497f #7faf49

Analogous Colors of #497faf

#497faf #494caf #49afac

Monochromatic Colors of #497faf

#497faf

Complementary Color

#497faf #af7949

#497faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#497faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#497faf Color CSS Codes

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

#497faf Text Font Color

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

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


#497faf Background Color

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

This div background color is #497faf


#497faf Border Color

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

This div border color is #497faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #497faf


Comments

No comments written yet.

Please login to write comment.