Html Css Color HEX #474045 Purple Taupe

📋 copy color: '#474045'

red 71 ◦ green 64 ◦ blue 69

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

Shades of Purple Taupe #474045

Tints of Purple Taupe #474045

RGB

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

 GREEN value IS 64 (25.39% from 255) = 31.37%

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

R = 34.8%
G = 31.37%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.03

 K value IS 0.72

RGB Variations

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

Color information

#474045 (or 0x474045) is known color: 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

RGB 71 64 69 -
CMYK 0 0.10 0.03 0.72
HSL 317.14º 0.05% 0.26% -
HSV(B) 317.14º 0.1% 0.28% -
XYZ 5.51 5.44 6.39 -
YUV 66.66 129.32 131.09 -
System Red Green Blue C M Y K H S L
Decimal 71 64 69 0 0.10 0.03 0.72 317.14 0.05 0.26
Hex 47 40 45 0 A 3 48 13D 5 1A
Octal 107 100 105 0 12 3 110 475 5 32
Binary 1000111 1000000 1000101 0 1010 11 1001000 100111101 101 11010

Color Harmonies of #474045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474045

Black with #474045

Text Example


Text Example

White with #474045

Text Example


Text Example

HTML Codes & Css Web 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>