#47474B

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

Shades of Payne's Grey #47474B

Tints of Payne's Grey #47474B

Color information

#47474B (or 0x47474B) is unknown color: approx Payne's Grey. HEX triplet: 47, 47 and 4B. RGB value is (71,71,75). Sum of RGB (Red+Green+Blue) = 71+71+75=217 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.72% from 217); Green value is 71 (28.12% from 255 or 32.72% from 217); Blue value is 75 (29.69% from 255 or 34.56% from 217); Max value from RGB is 75 - color contains mainly: blue. Hex color #47474B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47474B is #B8B8B4. Grayscale: #474747. Windows color (decimal): -12105909 or 4933447. OLE color: 4933447.

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

Color convert

RGB717175-
CMYK0.050.0500.71
HSL240º2.74%28.63%-
HSV(B)240º5.33%29.41%-
XYZ6.126.357.56-
YUV71.46130127.67-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.72%
GREEN value IS 71 (28.12% from 255) = 32.72%
BLUE value IS 75 (29.69% from 255) = 34.56%
R=32.72%
G=32.72%
B=34.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7171750.050.0500.712402.7428.63
Hex47474B55047f031d
Octal107107113550107360335
Binary10001111000111100101110110101000111111100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47474B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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