Html Css Color HEX #494148 Purple Taupe

📋 copy color: '#494148'

red 73 ◦ green 65 ◦ blue 72

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

Shades of Purple Taupe #494148

Tints of Purple Taupe #494148

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.95%

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

R = 34.76%
G = 30.95%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.01

 K value IS 0.71

RGB Variations

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

Color information

#494148 (or 0x494148) is known color: Purple Taupe. HEX triplet: 49, 41 and 48. RGB value is (73,65,72). Sum of RGB (Red+Green+Blue) = 73+65+72=210 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.76% from 210); Green value is 65 (25.78% from 255 or 30.95% from 210); Blue value is 72 (28.52% from 255 or 34.29% from 210); Max value from RGB is 73 - color contains mainly: red. Hex color #494148 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494148 is #B6BEB7. Grayscale: #444444. Windows color (decimal): -11976376 or 4735305. OLE color: 4735305.

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

Color convert

RGB 73 65 72 -
CMYK 0 0.11 0.01 0.71
HSL 307.5º 0.06% 0.27% -
HSV(B) 307.5º 0.11% 0.29% -
XYZ 5.81 5.66 6.92 -
YUV 68.19 130.15 131.43 -
System Red Green Blue C M Y K H S L
Decimal 73 65 72 0 0.11 0.01 0.71 307.5 0.06 0.27
Hex 49 41 48 0 B 1 47 134 6 1B
Octal 111 101 110 0 13 1 107 464 6 33
Binary 1001001 1000001 1001000 0 1011 1 1000111 100110100 110 11011

Color Harmonies of #494148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494148

Black with #494148

Text Example


Text Example

White with #494148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494148; }

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

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

background-color css

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

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

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

border-color css

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

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

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