#494548

Color #494548 Purple Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Taupe #494548

Tints of Purple Taupe #494548

Color information

#494548 (or 0x494548) is unknown color: approx Purple Taupe. HEX triplet: 49, 45 and 48. RGB value is (73,69,72). Sum of RGB (Red+Green+Blue) = 73+69+72=214 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.11% from 214); Green value is 69 (27.34% from 255 or 32.24% from 214); Blue value is 72 (28.52% from 255 or 33.64% from 214); Max value from RGB is 73 - color contains mainly: red. Hex color #494548 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494548 is #B6BAB7. Grayscale: #464646. Windows color (decimal): -11975352 or 4736329. OLE color: 4736329.

HSL color Cylindrical-coordinate representation of color #494548: hue angle of 315º degrees, saturation: 0.03, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #494548 is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.71.

Color convert

RGB736972-
CMYK00.050.010.71
HSL315º2.82%27.84%-
HSV(B)315º5.48%28.63%-
XYZ6.056.147-
YUV70.54128.83129.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 73 (28.91% from 255) = 34.11%
GREEN value IS 69 (27.34% from 255) = 32.24%
BLUE value IS 72 (28.52% from 255) = 33.64%
R=34.11%
G=32.24%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.01
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73697200.050.010.713152.8227.84
Hex4945480514713b31c
Octal111105110051107473334
Binary1001001100010110010000101110001111001110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494548; }

 p { color: rgb(73,69,72); }

 H1.HeaderClassName
 {
   color: #494548;
 }
 .AnyTagClassName
 {
   color: #494548;
 }
</style>
background-color css

<style>
 a { background-color: #494548; }

 a { background-color: rgb(73,69,72); }

 div.DivClassName
 {
   background-color: #494548;
 }
 .BgClassName
 {
   background-color: #494548;
 }
</style>
border-color css

<style>
 span { border-color: #494548; }

 span { border-color: rgb(73,69,72); }

 td.TdClassName
 {
   border-color: #494548;
 }
 .TagClassName
 {
   border-color: #494548;
 }
</style>