#50474A

Color #50474A Liver (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Liver #50474A

Tints of Liver #50474A

Color information

#50474A (or 0x50474A) is unknown color: approx Liver. HEX triplet: 50, 47 and 4A. RGB value is (80,71,74). Sum of RGB (Red+Green+Blue) = 80+71+74=225 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.56% from 225); Green value is 71 (28.12% from 255 or 31.56% from 225); Blue value is 74 (29.30% from 255 or 32.89% from 225); Max value from RGB is 80 - color contains mainly: red. Hex color #50474A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50474A is #AFB8B5. Grayscale: #4A4A4A. Windows color (decimal): -11516086 or 4867920. OLE color: 4867920.

HSL color Cylindrical-coordinate representation of color #50474A: hue angle of 340º 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 #50474A is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.69.

Color convert

RGB807174-
CMYK00.110.080.69
HSL340º5.96%29.61%-
HSV(B)340º11.25%31.37%-
XYZ6.86.717.41-
YUV74.03127.98132.26-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.56%
GREEN value IS 71 (28.12% from 255) = 31.56%
BLUE value IS 74 (29.30% from 255) = 32.89%
R=35.56%
G=31.56%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80717400.110.080.693405.9629.61
Hex50474A0B84515461e
Octal12010711201310105524636
Binary101000010001111001010010111000100010110101010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50474A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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