Color Hex Logo

#497465 Color Hex

#497465
(73,116,101)
0 Favorites   0 Comments

Color spaces of #497465

RGB 73116101
HSL0.440.230.37
HSV159°37°45°
CMYK 0.370.000.13   0.55
XYZ11.342014.846814.5799
Yxy14.84680.27820.3642
Hunter Lab38.5315-14.88764.5374
CIE-Lab45.4236-18.59543.5826

#497465 color RGB value is (73,116,101).

#497465 hex color red value is 73, green value is 116 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #497465 hue: 0.44 , saturation: 0.23 and the lightness value of 497465 is 0.37.

The process color (four color CMYK) of #497465 color hex is 0.37, 0.00, 0.13, 0.55. Web safe color of #497465 is #336666. Color #497465 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01110100 01100101
Octal 111 164 145
Decimal 73 116 101
Hex 49 74 65

RGB Percentages of Color #497465

%25.17
%40.00
%34.83

CMYK Percentages of Color #497465

%37
%0
%13
%55

Triadic Colors of #497465

#497465 #654974 #746549

Analogous Colors of #497465

#497465 #496e74 #497450

Monochromatic Colors of #497465

#497465

Complementary Color

#497465 #744958

#497465 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#497465 Color Preview on White Background

Lorem ipsum dolor sit amet.

#497465 Color CSS Codes

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

#497465 Text Font Color

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

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


#497465 Background Color

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

This div background color is #497465


#497465 Border Color

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

This div border color is #497465


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #497465


Comments

No comments written yet.

Please login to write comment.