Color Hex Logo

#497395 Color Hex

#497395
(73,115,149)
0 Favorites   0 Comments

Color spaces of #497395

RGB 73115149
HSL0.570.340.44
HSV207°51°58°
CMYK 0.510.230.00   0.42
XYZ14.303215.847930.7389
Yxy15.84790.23490.2603
Hunter Lab39.8094-5.5329-17.9143
CIE-Lab46.7743-4.6279-22.9701

#497395 color RGB value is (73,115,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01110011 10010101
Octal 111 163 225
Decimal 73 115 149
Hex 49 73 95

RGB Percentages of Color #497395

%21.66
%34.12
%44.21

CMYK Percentages of Color #497395

%51
%23
%0
%42

Triadic Colors of #497395

#497395 #954973 #739549

Analogous Colors of #497395

#497395 #494d95 #499591

Monochromatic Colors of #497395

#497395

Complementary Color

#497395 #956b49

#497395 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#497395 Color Preview on White Background

Lorem ipsum dolor sit amet.

#497395 Color CSS Codes

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

#497395 Text Font Color

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

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


#497395 Background Color

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

This div background color is #497395


#497395 Border Color

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

This div border color is #497395


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #497395


Comments

No comments written yet.

Please login to write comment.