#4F484B

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

Shades of Liver #4F484B

Tints of Liver #4F484B

Color information

#4F484B (or 0x4F484B) is unknown color: approx Liver. HEX triplet: 4F, 48 and 4B. RGB value is (79,72,75). Sum of RGB (Red+Green+Blue) = 79+72+75=226 (29% of max value = 765). Red value is 79 (31.25% from 255 or 34.96% from 226); Green value is 72 (28.52% from 255 or 31.86% from 226); Blue value is 75 (29.69% from 255 or 33.19% from 226); Max value from RGB is 79 - color contains mainly: red. Hex color #4F484B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F484B is #B0B7B4. Grayscale: #4A4A4A. Windows color (decimal): -11581365 or 4933711. OLE color: 4933711.

HSL color Cylindrical-coordinate representation of color #4F484B: hue angle of 334.29º 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 #4F484B is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.69.

Color convert

RGB797275-
CMYK00.090.050.69
HSL334.29º4.64%29.61%-
HSV(B)334.29º8.86%30.98%-
XYZ6.816.87.61-
YUV74.43128.32131.26-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 34.96%
GREEN value IS 72 (28.52% from 255) = 31.86%
BLUE value IS 75 (29.69% from 255) = 33.19%
R=34.96%
G=31.86%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.05
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79727500.090.050.69334.294.6429.61
Hex4F484B0954514e51e
Octal1171101130115105516536
Binary10011111001000100101101001101100010110100111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F484B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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