Color Hex Logo

#494247 Color Hex

#494247
(73,66,71)
0 Favorites   0 Comments

Color spaces of #494247

RGB 736671
HSL0.880.050.27
HSV317°10°29°
CMYK 0.000.100.03   0.71
XYZ5.83325.76786.7671
Yxy5.76780.31760.3140
Hunter Lab24.01621.32670.1051
CIE-Lab28.81894.0389-1.9477

#494247 color RGB value is (73,66,71).

#494247 hex color red value is 73, green value is 66 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #494247 hue: 0.88 , saturation: 0.05 and the lightness value of 494247 is 0.27.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01000010 01000111
Octal 111 102 107
Decimal 73 66 71
Hex 49 42 47

RGB Percentages of Color #494247

%34.76
%31.43
%33.81

CMYK Percentages of Color #494247

%0
%10
%3
%71

Triadic Colors of #494247

#494247 #474942 #424749

Analogous Colors of #494247

#494247 #494244 #484249

Monochromatic Colors of #494247

#494247

Complementary Color

#494247 #424944

#494247 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494247 Color Preview on White Background

Lorem ipsum dolor sit amet.

#494247 Color CSS Codes

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

#494247 Text Font Color

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

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


#494247 Background Color

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

This div background color is #494247


#494247 Border Color

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

This div border color is #494247


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,66,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 #494247">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #494247


Comments

No comments written yet.

Please login to write comment.