Html Css Color HEX #473F45 Purple Taupe

📋 copy color: '#473F45'

red 71 ◦ green 63 ◦ blue 69

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

Shades of Purple Taupe #473F45

Tints of Purple Taupe #473F45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 33.99%

R = 34.98%
G = 31.03%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.03

 K value IS 0.72

RGB Variations

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

Color information

#473F45 (or 0x473F45) is known color: Purple Taupe. HEX triplet: 47, 3F and 45. RGB value is (71,63,69). Sum of RGB (Red+Green+Blue) = 71+63+69=203 (26% of max value = 765). Red value is 71 (28.12% from 255 or 34.98% from 203); Green value is 63 (25% from 255 or 31.03% from 203); Blue value is 69 (27.34% from 255 or 33.99% from 203); Max value from RGB is 71 - color contains mainly: red. Hex color #473F45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473F45 is #B8C0BA. Grayscale: #424242. Windows color (decimal): -12107963 or 4538183. OLE color: 4538183.

HSL color Cylindrical-coordinate representation of color #473F45: hue angle of 315º 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 #473F45 is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 63 69 -
CMYK 0 0.11 0.03 0.72
HSL 315º 0.06% 0.26% -
HSV(B) 315º 0.11% 0.28% -
XYZ 5.45 5.32 6.37 -
YUV 66.08 129.65 131.51 -
System Red Green Blue C M Y K H S L
Decimal 71 63 69 0 0.11 0.03 0.72 315 0.06 0.26
Hex 47 3F 45 0 B 3 48 13B 6 1A
Octal 107 77 105 0 13 3 110 473 6 32
Binary 1000111 111111 1000101 0 1011 11 1001000 100111011 110 11010

Color Harmonies of #473F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473F45

Black with #473F45

Text Example


Text Example

White with #473F45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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