Color Hex Logo

#494848 Color Hex

#494848
(73,72,72)
0 Favorites   0 Comments

Color spaces of #494848

RGB 737272
HSL0.000.010.28
HSV29°
CMYK 0.000.010.01   0.71
XYZ6.23476.51917.0606
Yxy6.51910.31470.3290
Hunter Lab25.5325-1.09461.4771
CIE-Lab30.68610.41580.1423

#494848 color RGB value is (73,72,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01001000 01001000
Octal 111 110 110
Decimal 73 72 72
Hex 49 48 48

RGB Percentages of Color #494848

%33.64
%33.18
%33.18

CMYK Percentages of Color #494848

%0
%1
%1
%71

Triadic Colors of #494848

#494848 #484948 #484849

Analogous Colors of #494848

#494848 #494948 #494849

Monochromatic Colors of #494848

#494848

Complementary Color

#494848 #484949

#494848 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494848 Color Preview on White Background

Lorem ipsum dolor sit amet.

#494848 Color CSS Codes

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

#494848 Text Font Color

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

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


#494848 Background Color

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

This div background color is #494848


#494848 Border Color

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

This div border color is #494848


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #494848


Comments

No comments written yet.

Please login to write comment.