Html Css Color HEX #494146 Purple Taupe

📋 copy color: '#494146'

red 73 ◦ green 65 ◦ blue 70

#494146
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Taupe #494146

Tints of Purple Taupe #494146

RGB

 RED value IS 73 (28.91% from 255) = 35.1%

 GREEN value IS 65 (25.78% from 255) = 31.25%

 BLUE value IS 70 (27.73% from 255) = 33.65%

R = 35.1%
G = 31.25%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.04

 K value IS 0.71

RGB Variations

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

Color information

#494146 (or 0x494146) is known color: Purple Taupe. HEX triplet: 49, 41 and 46. RGB value is (73,65,70). Sum of RGB (Red+Green+Blue) = 73+65+70=208 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.10% from 208); Green value is 65 (25.78% from 255 or 31.25% from 208); Blue value is 70 (27.73% from 255 or 33.65% from 208); Max value from RGB is 73 - color contains mainly: red. Hex color #494146 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494146 is #B6BEB9. Grayscale: #434343. Windows color (decimal): -11976378 or 4604233. OLE color: 4604233.

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

Color convert

RGB 73 65 70 -
CMYK 0 0.11 0.04 0.71
HSL 322.5º 0.06% 0.27% -
HSV(B) 322.5º 0.11% 0.29% -
XYZ 5.74 5.64 6.58 -
YUV 67.96 129.15 131.59 -
System Red Green Blue C M Y K H S L
Decimal 73 65 70 0 0.11 0.04 0.71 322.5 0.06 0.27
Hex 49 41 46 0 B 4 47 142 6 1B
Octal 111 101 106 0 13 4 107 502 6 33
Binary 1001001 1000001 1000110 0 1011 100 1000111 101000010 110 11011

Color Harmonies of #494146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494146

Black with #494146

Text Example


Text Example

White with #494146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494146; }

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

 H1.HeaderClassName
 {
   color: #494146;
 }
 .AnyTagClassName
 {
   color: #494146;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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