#474850

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

Shades of Payne's Grey #474850

Tints of Payne's Grey #474850

Color information

#474850 (or 0x474850) is unknown color: approx Payne's Grey. HEX triplet: 47, 48 and 50. RGB value is (71,72,80). Sum of RGB (Red+Green+Blue) = 71+72+80=223 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.84% from 223); Green value is 72 (28.52% from 255 or 32.29% from 223); Blue value is 80 (31.64% from 255 or 35.87% from 223); Max value from RGB is 80 - color contains mainly: blue. Hex color #474850 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474850 is #B8B7AF. Grayscale: #484848. Windows color (decimal): -12105648 or 5261383. OLE color: 5261383.

HSL color Cylindrical-coordinate representation of color #474850: hue angle of 233.33º degrees, saturation: 0.06, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #474850 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB717280-
CMYK0.110.1000.69
HSL233.33º5.96%29.61%-
HSV(B)233.33º11.25%31.37%-
XYZ6.366.558.52-
YUV72.61132.17126.85-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.84%
GREEN value IS 72 (28.52% from 255) = 32.29%
BLUE value IS 80 (31.64% from 255) = 35.87%
R=31.84%
G=32.29%
B=35.87%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7172800.110.1000.69233.335.9629.61
Hex474850BA045e961e
Octal10711012013120105351636
Binary10001111001000101000010111010010001011110100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474850; }

 p { color: rgb(71,72,80); }

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

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

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

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

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

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

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