Html Css Color HEX #474346 Purple Taupe

📋 copy color: '#474346'

red 71 ◦ green 67 ◦ blue 70

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

Shades of Purple Taupe #474346

Tints of Purple Taupe #474346

RGB

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

 GREEN value IS 67 (26.56% from 255) = 32.21%

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

R = 34.13%
G = 32.21%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.01

 K value IS 0.72

RGB Variations

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

Color information

#474346 (or 0x474346) is known color: Purple Taupe. HEX triplet: 47, 43 and 46. RGB value is (71,67,70). Sum of RGB (Red+Green+Blue) = 71+67+70=208 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.13% from 208); Green value is 67 (26.56% from 255 or 32.21% from 208); Blue value is 70 (27.73% from 255 or 33.65% from 208); Max value from RGB is 71 - color contains mainly: red. Hex color #474346 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474346 is #B8BCB9. Grayscale: #444444. Windows color (decimal): -12106938 or 4604743. OLE color: 4604743.

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

Color convert

RGB 71 67 70 -
CMYK 0 0.06 0.01 0.72
HSL 315º 0.03% 0.27% -
HSV(B) 315º 0.06% 0.28% -
XYZ 5.71 5.8 6.61 -
YUV 68.54 128.83 129.76 -
System Red Green Blue C M Y K H S L
Decimal 71 67 70 0 0.06 0.01 0.72 315 0.03 0.27
Hex 47 43 46 0 6 1 48 13B 3 1B
Octal 107 103 106 0 6 1 110 473 3 33
Binary 1000111 1000011 1000110 0 110 1 1001000 100111011 11 11011

Color Harmonies of #474346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474346

Black with #474346

Text Example


Text Example

White with #474346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474346; }

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

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

background-color css

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

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

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

border-color css

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

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

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