Html Css Color HEX #494448 Purple Taupe

📋 copy color: '#494448'

red 73 ◦ green 68 ◦ blue 72

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

Shades of Purple Taupe #494448

Tints of Purple Taupe #494448

RGB

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

 GREEN value IS 68 (26.95% from 255) = 31.92%

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

R = 34.27%
G = 31.92%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.01

 K value IS 0.71

RGB Variations

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

Color information

#494448 (or 0x494448) is known color: Purple Taupe. HEX triplet: 49, 44 and 48. RGB value is (73,68,72). Sum of RGB (Red+Green+Blue) = 73+68+72=213 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.27% from 213); Green value is 68 (26.95% from 255 or 31.92% from 213); Blue value is 72 (28.52% from 255 or 33.80% from 213); Max value from RGB is 73 - color contains mainly: red. Hex color #494448 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494448 is #B6BBB7. Grayscale: #454545. Windows color (decimal): -11975608 or 4736073. OLE color: 4736073.

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

Color convert

RGB 73 68 72 -
CMYK 0 0.07 0.01 0.71
HSL 312º 0.04% 0.28% -
HSV(B) 312º 0.07% 0.29% -
XYZ 5.98 6.02 6.98 -
YUV 69.95 129.16 130.17 -
System Red Green Blue C M Y K H S L
Decimal 73 68 72 0 0.07 0.01 0.71 312 0.04 0.28
Hex 49 44 48 0 7 1 47 138 4 1C
Octal 111 104 110 0 7 1 107 470 4 34
Binary 1001001 1000100 1001000 0 111 1 1000111 100111000 100 11100

Color Harmonies of #494448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494448

Black with #494448

Text Example


Text Example

White with #494448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494448; }

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

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

background-color css

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

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

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

border-color css

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

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

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