Color Hex Logo

#496374 Color Hex

#496374
(73,99,116)
0 Favorites   0 Comments

Color spaces of #496374

RGB 7399116
HSL0.570.230.37
HSV204°37°45°
CMYK 0.370.150.00   0.55
XYZ10.361911.601118.2161
Yxy11.60110.25790.2887
Hunter Lab34.0604-5.3022-7.8671
CIE-Lab40.5750-5.0012-12.6604

#496374 color RGB value is (73,99,116).

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

The process color (four color CMYK) of #496374 color hex is 0.37, 0.15, 0.00, 0.55. Web safe color of #496374 is #336666. Color #496374 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01100011 01110100
Octal 111 143 164
Decimal 73 99 116
Hex 49 63 74

RGB Percentages of Color #496374

%25.35
%34.38
%40.28

CMYK Percentages of Color #496374

%37
%15
%0
%55

Triadic Colors of #496374

#496374 #744963 #637449

Analogous Colors of #496374

#496374 #494e74 #497470

Monochromatic Colors of #496374

#496374

Complementary Color

#496374 #745a49

#496374 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#496374 Color Preview on White Background

Lorem ipsum dolor sit amet.

#496374 Color CSS Codes

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

#496374 Text Font Color

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

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


#496374 Background Color

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

This div background color is #496374


#496374 Border Color

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

This div border color is #496374


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #496374


Comments

No comments written yet.

Please login to write comment.