Html Css Color HEX #474146 Purple Taupe

📋 copy color: '#474146'

red 71 ◦ green 65 ◦ blue 70

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

Shades of Purple Taupe #474146

Tints of Purple Taupe #474146

RGB

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

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

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

R = 34.47%
G = 31.55%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.01

 K value IS 0.72

RGB Variations

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

Color information

#474146 (or 0x474146) is known color: Purple Taupe. HEX triplet: 47, 41 and 46. RGB value is (71,65,70). Sum of RGB (Red+Green+Blue) = 71+65+70=206 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.47% from 206); Green value is 65 (25.78% from 255 or 31.55% from 206); Blue value is 70 (27.73% from 255 or 33.98% from 206); Max value from RGB is 71 - color contains mainly: red. Hex color #474146 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474146 is #B8BEB9. Grayscale: #434343. Windows color (decimal): -12107450 or 4604231. OLE color: 4604231.

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

Color convert

RGB 71 65 70 -
CMYK 0 0.08 0.01 0.72
HSL 310º 0.04% 0.27% -
HSV(B) 310º 0.08% 0.28% -
XYZ 5.59 5.56 6.57 -
YUV 67.36 129.49 130.59 -
System Red Green Blue C M Y K H S L
Decimal 71 65 70 0 0.08 0.01 0.72 310 0.04 0.27
Hex 47 41 46 0 8 1 48 136 4 1B
Octal 107 101 106 0 10 1 110 466 4 33
Binary 1000111 1000001 1000110 0 1000 1 1001000 100110110 100 11011

Color Harmonies of #474146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474146

Black with #474146

Text Example


Text Example

White with #474146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474146; }

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

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

background-color css

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

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

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

border-color css

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

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

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