#4F474A

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

Shades of Liver #4F474A

Tints of Liver #4F474A

Color information

#4F474A (or 0x4F474A) is unknown color: approx Liver. HEX triplet: 4F, 47 and 4A. RGB value is (79,71,74). Sum of RGB (Red+Green+Blue) = 79+71+74=224 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.27% from 224); Green value is 71 (28.12% from 255 or 31.70% from 224); Blue value is 74 (29.30% from 255 or 33.04% from 224); Max value from RGB is 79 - color contains mainly: red. Hex color #4F474A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F474A is #B0B8B5. Grayscale: #494949. Windows color (decimal): -11581622 or 4867919. OLE color: 4867919.

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

Color convert

RGB797174-
CMYK00.100.060.69
HSL337.5º5.33%29.41%-
HSV(B)337.5º10.13%30.98%-
XYZ6.716.667.41-
YUV73.73128.15131.76-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 35.27%
GREEN value IS 71 (28.12% from 255) = 31.70%
BLUE value IS 74 (29.30% from 255) = 33.04%
R=35.27%
G=31.70%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.06
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79717400.100.060.69337.55.3329.41
Hex4F474A0A64515251d
Octal1171071120126105522535
Binary10011111000111100101001010110100010110101001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F474A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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