Html Css Color HEX #494247 Purple Taupe

📋 copy color: '#494247'

red 73 ◦ green 66 ◦ blue 71

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

Shades of Purple Taupe #494247

Tints of Purple Taupe #494247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 33.81%

R = 34.76%
G = 31.43%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.03

 K value IS 0.71

RGB Variations

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

Color information

#494247 (or 0x494247) is known color: Purple Taupe. HEX triplet: 49, 42 and 47. RGB value is (73,66,71). Sum of RGB (Red+Green+Blue) = 73+66+71=210 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.76% from 210); Green value is 66 (26.17% from 255 or 31.43% from 210); Blue value is 71 (28.12% from 255 or 33.81% from 210); Max value from RGB is 73 - color contains mainly: red. Hex color #494247 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494247 is #B6BDB8. Grayscale: #444444. Windows color (decimal): -11976121 or 4670025. OLE color: 4670025.

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

Color convert

RGB 73 66 71 -
CMYK 0 0.10 0.03 0.71
HSL 317.14º 0.05% 0.27% -
HSV(B) 317.14º 0.1% 0.29% -
XYZ 5.83 5.77 6.77 -
YUV 68.66 129.32 131.09 -
System Red Green Blue C M Y K H S L
Decimal 73 66 71 0 0.10 0.03 0.71 317.14 0.05 0.27
Hex 49 42 47 0 A 3 47 13D 5 1B
Octal 111 102 107 0 12 3 107 475 5 33
Binary 1001001 1000010 1000111 0 1010 11 1000111 100111101 101 11011

Color Harmonies of #494247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494247

Black with #494247

Text Example


Text Example

White with #494247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494247; }

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

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

background-color css

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

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

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

border-color css

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

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

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