Color Hex Logo

#497195 Color Hex

#497195
(73,113,149)
0 Favorites   0 Comments

Color spaces of #497195

RGB 73113149
HSL0.580.340.44
HSV208°51°58°
CMYK 0.510.240.00   0.42
XYZ14.077615.396630.6637
Yxy15.39660.23410.2560
Hunter Lab39.2385-4.6269-18.8664
CIE-Lab46.1727-3.4404-23.9003

#497195 color RGB value is (73,113,149).

#497195 hex color red value is 73, green value is 113 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #497195 hue: 0.58 , saturation: 0.34 and the lightness value of 497195 is 0.44.

The process color (four color CMYK) of #497195 color hex is 0.51, 0.24, 0.00, 0.42. Web safe color of #497195 is #336699. Color #497195 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01110001 10010101
Octal 111 161 225
Decimal 73 113 149
Hex 49 71 95

RGB Percentages of Color #497195

%21.79
%33.73
%44.48

CMYK Percentages of Color #497195

%51
%24
%0
%42

Triadic Colors of #497195

#497195 #954971 #719549

Analogous Colors of #497195

#497195 #494b95 #499593

Monochromatic Colors of #497195

#497195

Complementary Color

#497195 #956d49

#497195 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#497195 Color Preview on White Background

Lorem ipsum dolor sit amet.

#497195 Color CSS Codes

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

#497195 Text Font Color

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

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


#497195 Background Color

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

This div background color is #497195


#497195 Border Color

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

This div border color is #497195


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,113,149, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #497195; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #497195;
  -webkit-box-shadow: 1px 1px 3px 2px #497195;
  box-shadow:         1px 1px 3px 2px #497195; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #497195


Comments

No comments written yet.

Please login to write comment.