Html Css Color HEX #474046 Purple Taupe

📋 copy color: '#474046'

red 71 ◦ green 64 ◦ blue 70

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

Shades of Purple Taupe #474046

Tints of Purple Taupe #474046

RGB

 RED value IS 71 (28.13% from 255) = 34.63%

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

 BLUE value IS 70 (27.73% from 255) = 34.15%

R = 34.63%
G = 31.22%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.01

 K value IS 0.72

RGB Variations

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

Color information

#474046 (or 0x474046) is known color: Purple Taupe. HEX triplet: 47, 40 and 46. RGB value is (71,64,70). Sum of RGB (Red+Green+Blue) = 71+64+70=205 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.63% from 205); Green value is 64 (25.39% from 255 or 31.22% from 205); Blue value is 70 (27.73% from 255 or 34.15% from 205); Max value from RGB is 71 - color contains mainly: red. Hex color #474046 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474046 is #B8BFB9. Grayscale: #424242. Windows color (decimal): -12107706 or 4603975. OLE color: 4603975.

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

Color convert

RGB 71 64 70 -
CMYK 0 0.10 0.01 0.72
HSL 308.57º 0.05% 0.26% -
HSV(B) 308.57º 0.1% 0.28% -
XYZ 5.54 5.45 6.55 -
YUV 66.78 129.82 131.01 -
System Red Green Blue C M Y K H S L
Decimal 71 64 70 0 0.10 0.01 0.72 308.57 0.05 0.26
Hex 47 40 46 0 A 1 48 135 5 1A
Octal 107 100 106 0 12 1 110 465 5 32
Binary 1000111 1000000 1000110 0 1010 1 1001000 100110101 101 11010

Color Harmonies of #474046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474046

Black with #474046

Text Example


Text Example

White with #474046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474046; }

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

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

background-color css

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

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

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

border-color css

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

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

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