Html Css Color HEX #50464A Liver

📋 copy color: '#50464A'

red 80 ◦ green 70 ◦ blue 74

#50464A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Liver #50464A

Tints of Liver #50464A

RGB

 RED value IS 80 (31.64% from 255) = 35.71%

 GREEN value IS 70 (27.73% from 255) = 31.25%

 BLUE value IS 74 (29.3% from 255) = 33.04%

R = 35.71%
G = 31.25%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.08

 K value IS 0.69

RGB Variations

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

Color information

#50464A (or 0x50464A) is known color: Liver. HEX triplet: 50, 46 and 4A. RGB value is (80,70,74). Sum of RGB (Red+Green+Blue) = 80+70+74=224 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.71% from 224); Green value is 70 (27.73% from 255 or 31.25% from 224); Blue value is 74 (29.30% from 255 or 33.04% from 224); Max value from RGB is 80 - color contains mainly: red. Hex color #50464A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50464A is #AFB9B5. Grayscale: #494949. Windows color (decimal): -11516342 or 4867664. OLE color: 4867664.

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

Color convert

RGB 80 70 74 -
CMYK 0 0.12 0.08 0.69
HSL 336º 0.07% 0.29% -
HSV(B) 336º 0.13% 0.31% -
XYZ 6.73 6.58 7.39 -
YUV 73.45 128.31 132.67 -
System Red Green Blue C M Y K H S L
Decimal 80 70 74 0 0.12 0.08 0.69 336 0.07 0.29
Hex 50 46 4A 0 C 8 45 150 7 1D
Octal 120 106 112 0 14 10 105 520 7 35
Binary 1010000 1000110 1001010 0 1100 1000 1000101 101010000 111 11101

Color Harmonies of #50464A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50464A

Black with #50464A

Text Example


Text Example

White with #50464A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #50464A;
 }
 .AnyTagClassName
 {
   color: #50464A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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