Color Hex Logo

#496175 Color Hex

#496175
(73,97,117)
0 Favorites   0 Comments

Color spaces of #496175

RGB 7397117
HSL0.580.230.37
HSV207°38°46°
CMYK 0.380.170.00   0.54
XYZ10.233211.250218.4618
Yxy11.25020.25620.2816
Hunter Lab33.5413-4.2383-9.1555
CIE-Lab39.9987-3.5103-14.1472

#496175 color RGB value is (73,97,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01100001 01110101
Octal 111 141 165
Decimal 73 97 117
Hex 49 61 75

RGB Percentages of Color #496175

%25.44
%33.80
%40.77

CMYK Percentages of Color #496175

%38
%17
%0
%54

Triadic Colors of #496175

#496175 #754961 #617549

Analogous Colors of #496175

#496175 #494b75 #497573

Monochromatic Colors of #496175

#496175

Complementary Color

#496175 #755d49

#496175 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#496175 Color Preview on White Background

Lorem ipsum dolor sit amet.

#496175 Color CSS Codes

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

#496175 Text Font Color

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

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


#496175 Background Color

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

This div background color is #496175


#496175 Border Color

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

This div border color is #496175


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #496175


Comments

No comments written yet.

Please login to write comment.