Color Hex Logo

#494648 Color Hex

#494648
(73,70,72)
0 Favorites   0 Comments

Color spaces of #494648

RGB 737072
HSL0.890.020.28
HSV320°29°
CMYK 0.000.040.01   0.71
XYZ6.10756.26477.0182
Yxy6.26470.31500.3231
Hunter Lab25.0294-0.24510.8957
CIE-Lab30.07071.6875-0.7575

#494648 color RGB value is (73,70,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01000110 01001000
Octal 111 106 110
Decimal 73 70 72
Hex 49 46 48

RGB Percentages of Color #494648

%33.95
%32.56
%33.49

CMYK Percentages of Color #494648

%0
%4
%1
%71

Triadic Colors of #494648

#494648 #484946 #464849

Analogous Colors of #494648

#494648 #494647 #494649

Monochromatic Colors of #494648

#494648

Complementary Color

#494648 #464947

#494648 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494648 Color Preview on White Background

Lorem ipsum dolor sit amet.

#494648 Color CSS Codes

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

#494648 Text Font Color

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

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


#494648 Background Color

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

This div background color is #494648


#494648 Border Color

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

This div border color is #494648


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #494648


Comments

No comments written yet.

Please login to write comment.