Html Css Color HEX #50474A Liver

📋 copy color: '#50474A'

red 80 ◦ green 71 ◦ blue 74

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

Shades of Liver #50474A

Tints of Liver #50474A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.56%

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

R = 35.56%
G = 31.56%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.08

 K value IS 0.69

RGB Variations

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

Color information

#50474A (or 0x50474A) is known color: 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

RGB 80 71 74 -
CMYK 0 0.11 0.08 0.69
HSL 340º 0.06% 0.3% -
HSV(B) 340º 0.11% 0.31% -
XYZ 6.8 6.71 7.41 -
YUV 74.03 127.98 132.26 -
System Red Green Blue C M Y K H S L
Decimal 80 71 74 0 0.11 0.08 0.69 340 0.06 0.3
Hex 50 47 4A 0 B 8 45 154 6 1E
Octal 120 107 112 0 13 10 105 524 6 36
Binary 1010000 1000111 1001010 0 1011 1000 1000101 101010100 110 11110

Color Harmonies of #50474A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50474A

Black with #50474A

Text Example


Text Example

White with #50474A

Text Example


Text Example

HTML Codes & Css Web 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>