#50464C

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

Shades of Liver #50464C

Tints of Liver #50464C

Color information

#50464C (or 0x50464C) is unknown color: approx Liver. HEX triplet: 50, 46 and 4C. RGB value is (80,70,76). Sum of RGB (Red+Green+Blue) = 80+70+76=226 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.40% from 226); Green value is 70 (27.73% from 255 or 30.97% from 226); Blue value is 76 (30.08% from 255 or 33.63% from 226); Max value from RGB is 80 - color contains mainly: red. Hex color #50464C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50464C is #AFB9B3. Grayscale: #494949. Windows color (decimal): -11516340 or 4998736. OLE color: 4998736.

HSL color Cylindrical-coordinate representation of color #50464C: hue angle of 324º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #50464C is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.69.

Color convert

RGB807076-
CMYK00.120.050.69
HSL324º6.67%29.41%-
HSV(B)324º12.5%31.37%-
XYZ6.86.617.75-
YUV73.67129.31132.51-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.40%
GREEN value IS 70 (27.73% from 255) = 30.97%
BLUE value IS 76 (30.08% from 255) = 33.63%
R=35.40%
G=30.97%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.05
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80707600.120.050.693246.6729.41
Hex50464C0C54514471d
Octal1201061140145105504735
Binary10100001000110100110001100101100010110100010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50464C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50464C; }

 p { color: rgb(80,70,76); }

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

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

 a { background-color: rgb(80,70,76); }

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

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

 span { border-color: rgb(80,70,76); }

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