Color Hex Logo

#494440 Color Hex

#494440
(73,68,64)
0 Favorites   0 Comments

Color spaces of #494440

RGB 736864
HSL0.070.070.27
HSV27°12°29°
CMYK 0.000.070.12   0.71
XYZ5.74025.92095.6908
Yxy5.92090.33080.3412
Hunter Lab24.3329-0.47393.1667
CIE-Lab29.21201.29073.1748

#494440 color RGB value is (73,68,64).

#494440 hex color red value is 73, green value is 68 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #494440 hue: 0.07 , saturation: 0.07 and the lightness value of 494440 is 0.27.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01000100 01000000
Octal 111 104 100
Decimal 73 68 64
Hex 49 44 40

RGB Percentages of Color #494440

%35.61
%33.17
%31.22

CMYK Percentages of Color #494440

%0
%7
%12
%71

Triadic Colors of #494440

#494440 #404944 #444049

Analogous Colors of #494440

#494440 #494940 #494041

Monochromatic Colors of #494440

#494440

Complementary Color

#494440 #404549

#494440 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494440 Color Preview on White Background

Lorem ipsum dolor sit amet.

#494440 Color CSS Codes

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

#494440 Text Font Color

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

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


#494440 Background Color

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

This div background color is #494440


#494440 Border Color

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

This div border color is #494440


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #494440


Comments

No comments written yet.

Please login to write comment.