Color Hex Logo

#494045 Color Hex

#494045
(73,64,69)
0 Favorites   0 Comments

Color spaces of #494045

RGB 736469
HSL0.910.070.27
HSV327°12°29°
CMYK 0.000.120.05   0.71
XYZ5.65525.51296.3963
Yxy5.51290.32200.3139
Hunter Lab23.47961.90360.2839
CIE-Lab28.14874.9009-1.6290

#494045 color RGB value is (73,64,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01000000 01000101
Octal 111 100 105
Decimal 73 64 69
Hex 49 40 45

RGB Percentages of Color #494045

%35.44
%31.07
%33.50

CMYK Percentages of Color #494045

%0
%12
%5
%71

Triadic Colors of #494045

#494045 #454940 #404549

Analogous Colors of #494045

#494045 #494041 #494049

Monochromatic Colors of #494045

#494045

Complementary Color

#494045 #404944

#494045 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494045 Color Preview on White Background

Lorem ipsum dolor sit amet.

#494045 Color CSS Codes

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

#494045 Text Font Color

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

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


#494045 Background Color

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

This div background color is #494045


#494045 Border Color

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

This div border color is #494045


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #494045


Comments

No comments written yet.

Please login to write comment.