#4F484C

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

Shades of Liver #4F484C

Tints of Liver #4F484C

Color information

#4F484C (or 0x4F484C) is unknown color: approx Liver. HEX triplet: 4F, 48 and 4C. RGB value is (79,72,76). Sum of RGB (Red+Green+Blue) = 79+72+76=227 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.80% from 227); Green value is 72 (28.52% from 255 or 31.72% from 227); Blue value is 76 (30.08% from 255 or 33.48% from 227); Max value from RGB is 79 - color contains mainly: red. Hex color #4F484C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F484C is #B0B7B3. Grayscale: #4A4A4A. Windows color (decimal): -11581364 or 4999247. OLE color: 4999247.

HSL color Cylindrical-coordinate representation of color #4F484C: hue angle of 325.71º degrees, saturation: 0.05, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #4F484C is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.69.

Color convert

RGB797276-
CMYK00.090.040.69
HSL325.71º4.64%29.61%-
HSV(B)325.71º8.86%30.98%-
XYZ6.856.827.79-
YUV74.55128.82131.17-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 34.80%
GREEN value IS 72 (28.52% from 255) = 31.72%
BLUE value IS 76 (30.08% from 255) = 33.48%
R=34.80%
G=31.72%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.04
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79727600.090.040.69325.714.6429.61
Hex4F484C0944514651e
Octal1171101140114105506536
Binary10011111001000100110001001100100010110100011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F484C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,72,76); }

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

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

 a { background-color: rgb(79,72,76); }

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

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

 span { border-color: rgb(79,72,76); }

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