#4C474A

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

Shades of Liver #4C474A

Tints of Liver #4C474A

Color information

#4C474A (or 0x4C474A) is unknown color: approx Liver. HEX triplet: 4C, 47 and 4A. RGB value is (76,71,74). Sum of RGB (Red+Green+Blue) = 76+71+74=221 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.39% from 221); Green value is 71 (28.12% from 255 or 32.13% from 221); Blue value is 74 (29.30% from 255 or 33.48% from 221); Max value from RGB is 76 - color contains mainly: red. Hex color #4C474A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C474A is #B3B8B5. Grayscale: #484848. Windows color (decimal): -11778230 or 4867916. OLE color: 4867916.

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

Color convert

RGB767174-
CMYK00.070.030.70
HSL324º3.4%28.82%-
HSV(B)324º6.58%29.8%-
XYZ6.476.547.4-
YUV72.84128.66130.26-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 34.39%
GREEN value IS 71 (28.12% from 255) = 32.13%
BLUE value IS 74 (29.30% from 255) = 33.48%
R=34.39%
G=32.13%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.03
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76717400.070.030.703243.428.82
Hex4C474A0734614431d
Octal114107112073106504335
Binary10011001000111100101001111110001101010001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C474A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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