#4F444A

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

Shades of Liver #4F444A

Tints of Liver #4F444A

Color information

#4F444A (or 0x4F444A) is unknown color: approx Liver. HEX triplet: 4F, 44 and 4A. RGB value is (79,68,74). Sum of RGB (Red+Green+Blue) = 79+68+74=221 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.75% from 221); Green value is 68 (26.95% from 255 or 30.77% from 221); Blue value is 74 (29.30% from 255 or 33.48% from 221); Max value from RGB is 79 - color contains mainly: red. Hex color #4F444A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F444A is #B0BBB5. Grayscale: #474747. Windows color (decimal): -11582390 or 4867151. OLE color: 4867151.

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

Color convert

RGB796874-
CMYK00.140.060.69
HSL327.27º7.48%28.82%-
HSV(B)327.27º13.92%30.98%-
XYZ6.536.297.35-
YUV71.97129.14133.01-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 35.75%
GREEN value IS 68 (26.95% from 255) = 30.77%
BLUE value IS 74 (29.30% from 255) = 33.48%
R=35.75%
G=30.77%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.06
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79687400.140.060.69327.277.4828.82
Hex4F444A0E64514771d
Octal1171041120166105507735
Binary10011111000100100101001110110100010110100011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F444A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F444A; }

 p { color: rgb(79,68,74); }

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

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

 a { background-color: rgb(79,68,74); }

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

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

 span { border-color: rgb(79,68,74); }

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