Html Css Color HEX #493E47 Purple Taupe

📋 copy color: '#493E47'

red 73 ◦ green 62 ◦ blue 71

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

Shades of Purple Taupe #493E47

Tints of Purple Taupe #493E47

RGB

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

 GREEN value IS 62 (24.61% from 255) = 30.1%

 BLUE value IS 71 (28.13% from 255) = 34.47%

R = 35.44%
G = 30.1%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.03

 K value IS 0.71

RGB Variations

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

Color information

#493E47 (or 0x493E47) is known color: Purple Taupe. HEX triplet: 49, 3E and 47. RGB value is (73,62,71). Sum of RGB (Red+Green+Blue) = 73+62+71=206 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.44% from 206); Green value is 62 (24.61% from 255 or 30.10% from 206); Blue value is 71 (28.12% from 255 or 34.47% from 206); Max value from RGB is 73 - color contains mainly: red. Hex color #493E47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493E47 is #B6C1B8. Grayscale: #424242. Windows color (decimal): -11977145 or 4669001. OLE color: 4669001.

HSL color Cylindrical-coordinate representation of color #493E47: hue angle of 310.91º degrees, saturation: 0.08, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #493E47 is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 62 71 -
CMYK 0 0.15 0.03 0.71
HSL 310.91º 0.08% 0.26% -
HSV(B) 310.91º 0.15% 0.29% -
XYZ 5.61 5.32 6.69 -
YUV 66.32 130.64 132.77 -
System Red Green Blue C M Y K H S L
Decimal 73 62 71 0 0.15 0.03 0.71 310.91 0.08 0.26
Hex 49 3E 47 0 F 3 47 137 8 1A
Octal 111 76 107 0 17 3 107 467 10 32
Binary 1001001 111110 1000111 0 1111 11 1000111 100110111 1000 11010

Color Harmonies of #493E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493E47

Black with #493E47

Text Example


Text Example

White with #493E47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493E47; }

 p { color: rgb(73,62,71); }

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

background-color css

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

 a { background-color: rgb(73,62,71); }

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

border-color css

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

 span { border-color: rgb(73,62,71); }

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