#494046

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

Shades of Purple Taupe #494046

Tints of Purple Taupe #494046

Color information

#494046 (or 0x494046) is unknown color: approx Purple Taupe. HEX triplet: 49, 40 and 46. RGB value is (73,64,70). Sum of RGB (Red+Green+Blue) = 73+64+70=207 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.27% from 207); Green value is 64 (25.39% from 255 or 30.92% from 207); Blue value is 70 (27.73% from 255 or 33.82% from 207); Max value from RGB is 73 - color contains mainly: red. Hex color #494046 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494046 is #B6BFB9. Grayscale: #434343. Windows color (decimal): -11976634 or 4603977. OLE color: 4603977.

HSL color Cylindrical-coordinate representation of color #494046: hue angle of 320º degrees, saturation: 0.07, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #494046 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.71.

Color convert

RGB736470-
CMYK00.120.040.71
HSL320º6.57%26.86%-
HSV(B)320º12.33%28.63%-
XYZ5.695.536.56-
YUV67.38129.48132.01-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.27%
GREEN value IS 64 (25.39% from 255) = 30.92%
BLUE value IS 70 (27.73% from 255) = 33.82%
R=35.27%
G=30.92%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.04
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73647000.120.040.713206.5726.86
Hex4940460C44714071b
Octal1111001060144107500733
Binary10010011000000100011001100100100011110100000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494046; }

 p { color: rgb(73,64,70); }

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

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

 a { background-color: rgb(73,64,70); }

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

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

 span { border-color: rgb(73,64,70); }

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