#4F4A4D

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

Shades of Liver #4F4A4D

Tints of Liver #4F4A4D

Color information

#4F4A4D (or 0x4F4A4D) is unknown color: approx Liver. HEX triplet: 4F, 4A and 4D. RGB value is (79,74,77). Sum of RGB (Red+Green+Blue) = 79+74+77=230 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.35% from 230); Green value is 74 (29.30% from 255 or 32.17% from 230); Blue value is 77 (30.47% from 255 or 33.48% from 230); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4A4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F4A4D is #B0B5B2. Grayscale: #4B4B4B. Windows color (decimal): -11580851 or 5065295. OLE color: 5065295.

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

Color convert

RGB797477-
CMYK00.060.030.69
HSL324º3.27%30%-
HSV(B)324º6.33%30.98%-
XYZ7.017.18.02-
YUV75.84128.66130.26-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 34.35%
GREEN value IS 74 (29.30% from 255) = 32.17%
BLUE value IS 77 (30.47% from 255) = 33.48%
R=34.35%
G=32.17%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.03
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79747700.060.030.693243.2730
Hex4F4A4D0634514431e
Octal117112115063105504336
Binary10011111001010100110101101110001011010001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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