Color Hex Logo

#497476 Color Hex

#497476
(73,116,118)
0 Favorites   0 Comments

Color spaces of #497476

RGB 73116118
HSL0.510.240.37
HSV183°38°46°
CMYK 0.380.020.00   0.54
XYZ12.263115.215319.4300
Yxy15.21530.26140.3244
Hunter Lab39.0068-12.1444-2.2287
CIE-Lab45.9277-14.2770-5.8271

#497476 color RGB value is (73,116,118).

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

The process color (four color CMYK) of #497476 color hex is 0.38, 0.02, 0.00, 0.54. Web safe color of #497476 is #336666. Color #497476 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01110100 01110110
Octal 111 164 166
Decimal 73 116 118
Hex 49 74 76

RGB Percentages of Color #497476

%23.78
%37.79
%38.44

CMYK Percentages of Color #497476

%38
%2
%0
%54

Triadic Colors of #497476

#497476 #764974 #747649

Analogous Colors of #497476

#497476 #495e76 #497662

Monochromatic Colors of #497476

#497476

Complementary Color

#497476 #764b49

#497476 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#497476 Color Preview on White Background

Lorem ipsum dolor sit amet.

#497476 Color CSS Codes

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

#497476 Text Font Color

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

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


#497476 Background Color

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

This div background color is #497476


#497476 Border Color

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

This div border color is #497476


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #497476


Comments

No comments written yet.

Please login to write comment.