#4F454A

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

Shades of Liver #4F454A

Tints of Liver #4F454A

Color information

#4F454A (or 0x4F454A) is unknown color: approx Liver. HEX triplet: 4F, 45 and 4A. RGB value is (79,69,74). Sum of RGB (Red+Green+Blue) = 79+69+74=222 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.59% from 222); Green value is 69 (27.34% from 255 or 31.08% from 222); Blue value is 74 (29.30% from 255 or 33.33% from 222); Max value from RGB is 79 - color contains mainly: red. Hex color #4F454A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F454A is #B0BAB5. Grayscale: #484848. Windows color (decimal): -11582134 or 4867407. OLE color: 4867407.

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

Color convert

RGB796974-
CMYK00.130.060.69
HSL330º6.76%29.02%-
HSV(B)330º12.66%30.98%-
XYZ6.596.417.37-
YUV72.56128.81132.59-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 35.59%
GREEN value IS 69 (27.34% from 255) = 31.08%
BLUE value IS 74 (29.30% from 255) = 33.33%
R=35.59%
G=31.08%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.06
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79697400.130.060.693306.7629.02
Hex4F454A0D64514a71d
Octal1171051120156105512735
Binary10011111000101100101001101110100010110100101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F454A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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