Html Css Color HEX #493E48 Purple Taupe

📋 copy color: '#493E48'

red 73 ◦ green 62 ◦ blue 72

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

Shades of Purple Taupe #493E48

Tints of Purple Taupe #493E48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 34.78%

R = 35.27%
G = 29.95%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.01

 K value IS 0.71

RGB Variations

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

Color information

#493E48 (or 0x493E48) is known color: Purple Taupe. HEX triplet: 49, 3E and 48. RGB value is (73,62,72). Sum of RGB (Red+Green+Blue) = 73+62+72=207 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.27% from 207); Green value is 62 (24.61% from 255 or 29.95% from 207); Blue value is 72 (28.52% from 255 or 34.78% from 207); Max value from RGB is 73 - color contains mainly: red. Hex color #493E48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493E48 is #B6C1B7. Grayscale: #424242. Windows color (decimal): -11977144 or 4734537. OLE color: 4734537.

HSL color Cylindrical-coordinate representation of color #493E48: hue angle of 305.45º 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 #493E48 is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 62 72 -
CMYK 0 0.15 0.01 0.71
HSL 305.45º 0.08% 0.26% -
HSV(B) 305.45º 0.15% 0.29% -
XYZ 5.64 5.33 6.86 -
YUV 66.43 131.14 132.69 -
System Red Green Blue C M Y K H S L
Decimal 73 62 72 0 0.15 0.01 0.71 305.45 0.08 0.26
Hex 49 3E 48 0 F 1 47 131 8 1A
Octal 111 76 110 0 17 1 107 461 10 32
Binary 1001001 111110 1001000 0 1111 1 1000111 100110001 1000 11010

Color Harmonies of #493E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493E48

Black with #493E48

Text Example


Text Example

White with #493E48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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