Color Hex Logo

#494647 Color Hex

#494647
(73,70,71)
0 Favorites   0 Comments

Color spaces of #494647

RGB 737071
HSL0.940.020.28
HSV340°29°
CMYK 0.000.040.03   0.71
XYZ6.07516.25176.8477
Yxy6.25170.31680.3260
Hunter Lab25.0034-0.38561.2646
CIE-Lab30.03881.4702-0.1577

#494647 color RGB value is (73,70,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01000110 01000111
Octal 111 106 107
Decimal 73 70 71
Hex 49 46 47

RGB Percentages of Color #494647

%34.11
%32.71
%33.18

CMYK Percentages of Color #494647

%0
%4
%3
%71

Triadic Colors of #494647

#494647 #474946 #464749

Analogous Colors of #494647

#494647 #494746 #494649

Monochromatic Colors of #494647

#494647

Complementary Color

#494647 #464948

#494647 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494647 Color Preview on White Background

Lorem ipsum dolor sit amet.

#494647 Color CSS Codes

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

#494647 Text Font Color

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

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


#494647 Background Color

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

This div background color is #494647


#494647 Border Color

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

This div border color is #494647


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #494647


Comments

No comments written yet.

Please login to write comment.