Color Hex Logo

#497168 Color Hex

#497168
(73,113,104)
0 Favorites   0 Comments

Color spaces of #497168

RGB 73113104
HSL0.460.220.36
HSV167°35°44°
CMYK 0.350.000.08   0.56
XYZ11.151514.226215.2549
Yxy14.22620.27440.3501
Hunter Lab37.7176-13.23102.4225
CIE-Lab44.5556-16.23980.5307

#497168 color RGB value is (73,113,104).

#497168 hex color red value is 73, green value is 113 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #497168 hue: 0.46 , saturation: 0.22 and the lightness value of 497168 is 0.36.

The process color (four color CMYK) of #497168 color hex is 0.35, 0.00, 0.08, 0.56. Web safe color of #497168 is #336666. Color #497168 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01110001 01101000
Octal 111 161 150
Decimal 73 113 104
Hex 49 71 68

RGB Percentages of Color #497168

%25.17
%38.97
%35.86

CMYK Percentages of Color #497168

%35
%0
%8
%56

Triadic Colors of #497168

#497168 #684971 #716849

Analogous Colors of #497168

#497168 #496671 #497154

Monochromatic Colors of #497168

#497168

Complementary Color

#497168 #714952

#497168 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#497168 Color Preview on White Background

Lorem ipsum dolor sit amet.

#497168 Color CSS Codes

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

#497168 Text Font Color

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

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


#497168 Background Color

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

This div background color is #497168


#497168 Border Color

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

This div border color is #497168


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #497168


Comments

No comments written yet.

Please login to write comment.