#4F4B4D

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

Shades of Liver #4F4B4D

Tints of Liver #4F4B4D

Color information

#4F4B4D (or 0x4F4B4D) is unknown color: approx Liver. HEX triplet: 4F, 4B and 4D. RGB value is (79,75,77). Sum of RGB (Red+Green+Blue) = 79+75+77=231 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.20% from 231); Green value is 75 (29.69% from 255 or 32.47% from 231); Blue value is 77 (30.47% from 255 or 33.33% from 231); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4B4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F4B4D is #B0B4B2. Grayscale: #4C4C4C. Windows color (decimal): -11580595 or 5065551. OLE color: 5065551.

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

Color convert

RGB797577-
CMYK00.050.030.69
HSL330º2.6%30.2%-
HSV(B)330º5.06%30.98%-
XYZ7.087.238.04-
YUV76.42128.33129.84-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 34.20%
GREEN value IS 75 (29.69% from 255) = 32.47%
BLUE value IS 77 (30.47% from 255) = 33.33%
R=34.20%
G=32.47%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.03
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79757700.050.030.693302.630.2
Hex4F4B4D0534514a31e
Octal117113115053105512336
Binary10011111001011100110101011110001011010010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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