Html Css Color HEX #474446 Purple Taupe

📋 copy color: '#474446'

red 71 ◦ green 68 ◦ blue 70

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

Shades of Purple Taupe #474446

Tints of Purple Taupe #474446

RGB

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

 GREEN value IS 68 (26.95% from 255) = 32.54%

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

R = 33.97%
G = 32.54%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.01

 K value IS 0.72

RGB Variations

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

Color information

#474446 (or 0x474446) is known color: Purple Taupe. HEX triplet: 47, 44 and 46. RGB value is (71,68,70). Sum of RGB (Red+Green+Blue) = 71+68+70=209 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.97% from 209); Green value is 68 (26.95% from 255 or 32.54% from 209); Blue value is 70 (27.73% from 255 or 33.49% from 209); Max value from RGB is 71 - color contains mainly: red. Hex color #474446 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474446 is #B8BBB9. Grayscale: #454545. Windows color (decimal): -12106682 or 4604999. OLE color: 4604999.

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

Color convert

RGB 71 68 70 -
CMYK 0 0.04 0.01 0.72
HSL 320º 0.02% 0.27% -
HSV(B) 320º 0.04% 0.28% -
XYZ 5.77 5.92 6.63 -
YUV 69.13 128.49 129.34 -
System Red Green Blue C M Y K H S L
Decimal 71 68 70 0 0.04 0.01 0.72 320 0.02 0.27
Hex 47 44 46 0 4 1 48 140 2 1B
Octal 107 104 106 0 4 1 110 500 2 33
Binary 1000111 1000100 1000110 0 100 1 1001000 101000000 10 11011

Color Harmonies of #474446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474446

Black with #474446

Text Example


Text Example

White with #474446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474446; }

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

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

background-color css

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

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

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

border-color css

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

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

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