Color Hex Logo

#496e71 Color Hex

#496E71
(73,110,113)
0 Favorites   0 Comments

Color spaces of #496e71

RGB 73110113
HSL0.510.220.36
HSV185°35°44°
CMYK 0.350.030.00   0.56
XYZ11.304213.760617.6830
Yxy13.76060.26440.3219
Hunter Lab37.0953-10.5217-2.2963
CIE-Lab43.8876-12.2484-5.8632

#496e71 color RGB value is (73,110,113).

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

The process color (four color CMYK) of #496e71 color hex is 0.35, 0.03, 0.00, 0.56. Web safe color of #496e71 is #336666. Color #496e71 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01101110 01110001
Octal 111 156 161
Decimal 73 110 113
Hex 49 6E 71

RGB Percentages of Color #496e71

%24.66
%37.16
%38.18

CMYK Percentages of Color #496e71

%35
%3
%0
%56

Triadic Colors of #496e71

#496e71 #71496e #6e7149

Analogous Colors of #496e71

#496e71 #495a71 #497160

Monochromatic Colors of #496e71

#496e71

Complementary Color

#496e71 #714c49

#496e71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#496e71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#496e71 Color CSS Codes

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

#496e71 Text Font Color

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

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


#496e71 Background Color

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

This div background color is #496e71


#496e71 Border Color

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

This div border color is #496e71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #496e71


Comments

No comments written yet.

Please login to write comment.