Html Css Color HEX #494548 Purple Taupe

📋 copy color: '#494548'

red 73 ◦ green 69 ◦ blue 72

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

Shades of Purple Taupe #494548

Tints of Purple Taupe #494548

RGB

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

 GREEN value IS 69 (27.34% from 255) = 32.24%

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

R = 34.11%
G = 32.24%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.01

 K value IS 0.71

RGB Variations

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

Color information

#494548 (or 0x494548) is known color: Purple Taupe. HEX triplet: 49, 45 and 48. RGB value is (73,69,72). Sum of RGB (Red+Green+Blue) = 73+69+72=214 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.11% from 214); Green value is 69 (27.34% from 255 or 32.24% from 214); Blue value is 72 (28.52% from 255 or 33.64% from 214); Max value from RGB is 73 - color contains mainly: red. Hex color #494548 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494548 is #B6BAB7. Grayscale: #464646. Windows color (decimal): -11975352 or 4736329. OLE color: 4736329.

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

Color convert

RGB 73 69 72 -
CMYK 0 0.05 0.01 0.71
HSL 315º 0.03% 0.28% -
HSV(B) 315º 0.05% 0.29% -
XYZ 6.05 6.14 7 -
YUV 70.54 128.83 129.76 -
System Red Green Blue C M Y K H S L
Decimal 73 69 72 0 0.05 0.01 0.71 315 0.03 0.28
Hex 49 45 48 0 5 1 47 13B 3 1C
Octal 111 105 110 0 5 1 107 473 3 34
Binary 1001001 1000101 1001000 0 101 1 1000111 100111011 11 11100

Color Harmonies of #494548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494548

Black with #494548

Text Example


Text Example

White with #494548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494548; }

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

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

background-color css

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

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

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

border-color css

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

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

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