Html Css Color HEX #473F46 Purple Taupe

📋 copy color: '#473F46'

red 71 ◦ green 63 ◦ blue 70

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

Shades of Purple Taupe #473F46

Tints of Purple Taupe #473F46

RGB

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

 GREEN value IS 63 (25% from 255) = 30.88%

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

R = 34.8%
G = 30.88%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.01

 K value IS 0.72

RGB Variations

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

Color information

#473F46 (or 0x473F46) is known color: Purple Taupe. HEX triplet: 47, 3F and 46. RGB value is (71,63,70). Sum of RGB (Red+Green+Blue) = 71+63+70=204 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.80% from 204); Green value is 63 (25% from 255 or 30.88% from 204); Blue value is 70 (27.73% from 255 or 34.31% from 204); Max value from RGB is 71 - color contains mainly: red. Hex color #473F46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473F46 is #B8C0B9. Grayscale: #424242. Windows color (decimal): -12107962 or 4603719. OLE color: 4603719.

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

Color convert

RGB 71 63 70 -
CMYK 0 0.11 0.01 0.72
HSL 307.5º 0.06% 0.26% -
HSV(B) 307.5º 0.11% 0.28% -
XYZ 5.48 5.34 6.54 -
YUV 66.19 130.15 131.43 -
System Red Green Blue C M Y K H S L
Decimal 71 63 70 0 0.11 0.01 0.72 307.5 0.06 0.26
Hex 47 3F 46 0 B 1 48 134 6 1A
Octal 107 77 106 0 13 1 110 464 6 32
Binary 1000111 111111 1000110 0 1011 1 1001000 100110100 110 11010

Color Harmonies of #473F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473F46

Black with #473F46

Text Example


Text Example

White with #473F46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473F46; }

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

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

background-color css

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

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

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

border-color css

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

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

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