Color Hex Logo

#494946 Color Hex

#494946
(73,73,70)
0 Favorites   0 Comments

Color spaces of #494946

RGB 737370
HSL0.170.020.28
HSV60°29°
CMYK 0.000.000.04   0.71
XYZ6.23576.62386.7442
Yxy6.62380.31810.3379
Hunter Lab25.7367-1.79092.4790
CIE-Lab30.9347-0.64501.7896

#494946 color RGB value is (73,73,70).

#494946 hex color red value is 73, green value is 73 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #494946 hue: 0.17 , saturation: 0.02 and the lightness value of 494946 is 0.28.

The process color (four color CMYK) of #494946 color hex is 0.00, 0.00, 0.04, 0.71. Web safe color of #494946 is #333333. Color #494946 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01001001 01000110
Octal 111 111 106
Decimal 73 73 70
Hex 49 49 46

RGB Percentages of Color #494946

%33.80
%33.80
%32.41

CMYK Percentages of Color #494946

%0
%0
%4
%71

Triadic Colors of #494946

#494946 #464949 #494649

Analogous Colors of #494946

#494946 #484946 #494846

Monochromatic Colors of #494946

#494946

Complementary Color

#494946 #464649

#494946 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494946 Color Preview on White Background

Lorem ipsum dolor sit amet.

#494946 Color CSS Codes

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

#494946 Text Font Color

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

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


#494946 Background Color

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

This div background color is #494946


#494946 Border Color

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

This div border color is #494946


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #494946


Comments

No comments written yet.

Please login to write comment.