#474045

Color #474045 Purple Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Taupe #474045

Tints of Purple Taupe #474045

Color information

#474045 (or 0x474045) is unknown color: approx Purple Taupe. HEX triplet: 47, 40 and 45. RGB value is (71,64,69). Sum of RGB (Red+Green+Blue) = 71+64+69=204 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.80% from 204); Green value is 64 (25.39% from 255 or 31.37% from 204); Blue value is 69 (27.34% from 255 or 33.82% from 204); Max value from RGB is 71 - color contains mainly: red. Hex color #474045 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474045 is #B8BFBA. Grayscale: #424242. Windows color (decimal): -12107707 or 4538439. OLE color: 4538439.

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

Color convert

RGB716469-
CMYK00.100.030.72
HSL317.14º5.19%26.47%-
HSV(B)317.14º9.86%27.84%-
XYZ5.515.446.39-
YUV66.66129.32131.09-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.80%
GREEN value IS 64 (25.39% from 255) = 31.37%
BLUE value IS 69 (27.34% from 255) = 33.82%
R=34.80%
G=31.37%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.03
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71646900.100.030.72317.145.1926.47
Hex4740450A34813d51a
Octal1071001050123110475532
Binary1000111100000010001010101011100100010011110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474045; }

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

 H1.HeaderClassName
 {
   color: #474045;
 }
 .AnyTagClassName
 {
   color: #474045;
 }
</style>
background-color css

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

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

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

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

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

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