Html Css Color HEX #494248 Purple Taupe

📋 copy color: '#494248'

red 73 ◦ green 66 ◦ blue 72

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

Shades of Purple Taupe #494248

Tints of Purple Taupe #494248

RGB

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

 GREEN value IS 66 (26.17% from 255) = 31.28%

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

R = 34.6%
G = 31.28%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.01

 K value IS 0.71

RGB Variations

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

Color information

#494248 (or 0x494248) is known color: Purple Taupe. HEX triplet: 49, 42 and 48. RGB value is (73,66,72). Sum of RGB (Red+Green+Blue) = 73+66+72=211 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.60% from 211); Green value is 66 (26.17% from 255 or 31.28% from 211); Blue value is 72 (28.52% from 255 or 34.12% from 211); Max value from RGB is 73 - color contains mainly: red. Hex color #494248 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494248 is #B6BDB7. Grayscale: #444444. Windows color (decimal): -11976120 or 4735561. OLE color: 4735561.

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

Color convert

RGB 73 66 72 -
CMYK 0 0.10 0.01 0.71
HSL 308.57º 0.05% 0.27% -
HSV(B) 308.57º 0.1% 0.29% -
XYZ 5.87 5.78 6.94 -
YUV 68.78 129.82 131.01 -
System Red Green Blue C M Y K H S L
Decimal 73 66 72 0 0.10 0.01 0.71 308.57 0.05 0.27
Hex 49 42 48 0 A 1 47 135 5 1B
Octal 111 102 110 0 12 1 107 465 5 33
Binary 1001001 1000010 1001000 0 1010 1 1000111 100110101 101 11011

Color Harmonies of #494248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494248

Black with #494248

Text Example


Text Example

White with #494248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494248; }

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

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

background-color css

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

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

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

border-color css

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

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

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