Html Css Color HEX #493F48 Purple Taupe

📋 copy color: '#493F48'

red 73 ◦ green 63 ◦ blue 72

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

Shades of Purple Taupe #493F48

Tints of Purple Taupe #493F48

RGB

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

 GREEN value IS 63 (25% from 255) = 30.29%

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

R = 35.1%
G = 30.29%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.01

 K value IS 0.71

RGB Variations

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

Color information

#493F48 (or 0x493F48) is known color: Purple Taupe. HEX triplet: 49, 3F and 48. RGB value is (73,63,72). Sum of RGB (Red+Green+Blue) = 73+63+72=208 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.10% from 208); Green value is 63 (25% from 255 or 30.29% from 208); Blue value is 72 (28.52% from 255 or 34.62% from 208); Max value from RGB is 73 - color contains mainly: red. Hex color #493F48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493F48 is #B6C0B7. Grayscale: #424242. Windows color (decimal): -11976888 or 4734793. OLE color: 4734793.

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

Color convert

RGB 73 63 72 -
CMYK 0 0.14 0.01 0.71
HSL 306º 0.07% 0.27% -
HSV(B) 306º 0.14% 0.29% -
XYZ 5.69 5.44 6.88 -
YUV 67.02 130.81 132.27 -
System Red Green Blue C M Y K H S L
Decimal 73 63 72 0 0.14 0.01 0.71 306 0.07 0.27
Hex 49 3F 48 0 E 1 47 132 7 1B
Octal 111 77 110 0 16 1 107 462 7 33
Binary 1001001 111111 1001000 0 1110 1 1000111 100110010 111 11011

Color Harmonies of #493F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493F48

Black with #493F48

Text Example


Text Example

White with #493F48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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