Html Css Color HEX #494048 Purple Taupe

📋 copy color: '#494048'

red 73 ◦ green 64 ◦ blue 72

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

Shades of Purple Taupe #494048

Tints of Purple Taupe #494048

RGB

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

 GREEN value IS 64 (25.39% from 255) = 30.62%

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

R = 34.93%
G = 30.62%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.01

 K value IS 0.71

RGB Variations

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

Color information

#494048 (or 0x494048) is known color: Purple Taupe. HEX triplet: 49, 40 and 48. RGB value is (73,64,72). Sum of RGB (Red+Green+Blue) = 73+64+72=209 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.93% from 209); Green value is 64 (25.39% from 255 or 30.62% from 209); Blue value is 72 (28.52% from 255 or 34.45% from 209); Max value from RGB is 73 - color contains mainly: red. Hex color #494048 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494048 is #B6BFB7. Grayscale: #434343. Windows color (decimal): -11976632 or 4735049. OLE color: 4735049.

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

Color convert

RGB 73 64 72 -
CMYK 0 0.12 0.01 0.71
HSL 306.67º 0.07% 0.27% -
HSV(B) 306.67º 0.12% 0.29% -
XYZ 5.75 5.55 6.9 -
YUV 67.6 130.48 131.85 -
System Red Green Blue C M Y K H S L
Decimal 73 64 72 0 0.12 0.01 0.71 306.67 0.07 0.27
Hex 49 40 48 0 C 1 47 133 7 1B
Octal 111 100 110 0 14 1 107 463 7 33
Binary 1001001 1000000 1001000 0 1100 1 1000111 100110011 111 11011

Color Harmonies of #494048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494048

Black with #494048

Text Example


Text Example

White with #494048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494048; }

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

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

background-color css

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

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

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

border-color css

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

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

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