Html Css Color HEX #4A4047 Purple Taupe

📋 copy color: '#4A4047'

red 74 ◦ green 64 ◦ blue 71

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

Shades of Purple Taupe #4A4047

Tints of Purple Taupe #4A4047

RGB

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

 GREEN value IS 64 (25.39% from 255) = 30.62%

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

R = 35.41%
G = 30.62%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.04

 K value IS 0.71

RGB Variations

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

Color information

#4A4047 (or 0x4A4047) is known color: Purple Taupe. HEX triplet: 4A, 40 and 47. RGB value is (74,64,71). Sum of RGB (Red+Green+Blue) = 74+64+71=209 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.41% from 209); Green value is 64 (25.39% from 255 or 30.62% from 209); Blue value is 71 (28.12% from 255 or 33.97% from 209); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4047 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A4047 is #B5BFB8. Grayscale: #434343. Windows color (decimal): -11911097 or 4669514. OLE color: 4669514.

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

Color convert

RGB 74 64 71 -
CMYK 0 0.14 0.04 0.71
HSL 318º 0.07% 0.27% -
HSV(B) 318º 0.14% 0.29% -
XYZ 5.79 5.58 6.73 -
YUV 67.79 129.81 132.43 -
System Red Green Blue C M Y K H S L
Decimal 74 64 71 0 0.14 0.04 0.71 318 0.07 0.27
Hex 4A 40 47 0 E 4 47 13E 7 1B
Octal 112 100 107 0 16 4 107 476 7 33
Binary 1001010 1000000 1000111 0 1110 100 1000111 100111110 111 11011

Color Harmonies of #4A4047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4047

Black with #4A4047

Text Example


Text Example

White with #4A4047

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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