#47474A

Color #47474A Payne's Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Payne's Grey #47474A

Tints of Payne's Grey #47474A

Color information

#47474A (or 0x47474A) is unknown color: approx Payne's Grey. HEX triplet: 47, 47 and 4A. RGB value is (71,71,74). Sum of RGB (Red+Green+Blue) = 71+71+74=216 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.87% from 216); Green value is 71 (28.12% from 255 or 32.87% from 216); Blue value is 74 (29.30% from 255 or 34.26% from 216); Max value from RGB is 74 - color contains mainly: blue. Hex color #47474A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47474A is #B8B8B5. Grayscale: #474747. Windows color (decimal): -12105910 or 4867911. OLE color: 4867911.

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

Color convert

RGB717174-
CMYK0.040.0400.71
HSL240º2.07%28.43%-
HSV(B)240º4.05%29.02%-
XYZ6.096.347.38-
YUV71.34129.5127.76-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.87%
GREEN value IS 71 (28.12% from 255) = 32.87%
BLUE value IS 74 (29.30% from 255) = 34.26%
R=32.87%
G=32.87%
B=34.26%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7171740.040.0400.712402.0728.43
Hex47474A44047f021c
Octal107107112440107360234
Binary10001111000111100101010010001000111111100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47474A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47474A; }

 p { color: rgb(71,71,74); }

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

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

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

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

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

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

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