Html Css Color HEX #4A3D47 Purple Taupe

📋 copy color: '#4A3D47'

red 74 ◦ green 61 ◦ blue 71

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

Shades of Purple Taupe #4A3D47

Tints of Purple Taupe #4A3D47

RGB

 RED value IS 74 (29.3% from 255) = 35.92%

 GREEN value IS 61 (24.22% from 255) = 29.61%

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

R = 35.92%
G = 29.61%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.04

 K value IS 0.71

RGB Variations

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

Color information

#4A3D47 (or 0x4A3D47) is known color: Purple Taupe. HEX triplet: 4A, 3D and 47. RGB value is (74,61,71). Sum of RGB (Red+Green+Blue) = 74+61+71=206 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.92% from 206); Green value is 61 (24.22% from 255 or 29.61% from 206); Blue value is 71 (28.12% from 255 or 34.47% from 206); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3D47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A3D47 is #B5C2B8. Grayscale: #424242. Windows color (decimal): -11911865 or 4668746. OLE color: 4668746.

HSL color Cylindrical-coordinate representation of color #4A3D47: hue angle of 313.85º degrees, saturation: 0.1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4A3D47 is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 61 71 -
CMYK 0 0.18 0.04 0.71
HSL 313.85º 0.1% 0.26% -
HSV(B) 313.85º 0.18% 0.29% -
XYZ 5.63 5.25 6.68 -
YUV 66.03 130.81 133.69 -
System Red Green Blue C M Y K H S L
Decimal 74 61 71 0 0.18 0.04 0.71 313.85 0.1 0.26
Hex 4A 3D 47 0 12 4 47 13A A 1A
Octal 112 75 107 0 22 4 107 472 12 32
Binary 1001010 111101 1000111 0 10010 100 1000111 100111010 1010 11010

Color Harmonies of #4A3D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3D47

Black with #4A3D47

Text Example


Text Example

White with #4A3D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A3D47; }

 p { color: rgb(74,61,71); }

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

background-color css

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

 a { background-color: rgb(74,61,71); }

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

border-color css

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

 span { border-color: rgb(74,61,71); }

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