#474749

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

Shades of Payne's Grey #474749

Tints of Payne's Grey #474749

Color information

#474749 (or 0x474749) is unknown color: approx Payne's Grey. HEX triplet: 47, 47 and 49. RGB value is (71,71,73). Sum of RGB (Red+Green+Blue) = 71+71+73=215 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.02% from 215); Green value is 71 (28.12% from 255 or 33.02% from 215); Blue value is 73 (28.91% from 255 or 33.95% from 215); Max value from RGB is 73 - color contains mainly: blue. Hex color #474749 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474749 is #B8B8B6. Grayscale: #474747. Windows color (decimal): -12105911 or 4802375. OLE color: 4802375.

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

Color convert

RGB717173-
CMYK0.030.0300.71
HSL240º1.39%28.24%-
HSV(B)240º2.74%28.63%-
XYZ6.056.337.21-
YUV71.23129127.84-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.02%
GREEN value IS 71 (28.12% from 255) = 33.02%
BLUE value IS 73 (28.91% from 255) = 33.95%
R=33.02%
G=33.02%
B=33.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7171730.030.0300.712401.3928.24
Hex47474933047f011c
Octal107107111330107360134
Binary10001111000111100100111110100011111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474749; }

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

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

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

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

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

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

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

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