#474144

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

Shades of Liver #474144

Tints of Liver #474144

Color information

#474144 (or 0x474144) is unknown color: approx Liver. HEX triplet: 47, 41 and 44. RGB value is (71,65,68). Sum of RGB (Red+Green+Blue) = 71+65+68=204 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.80% from 204); Green value is 65 (25.78% from 255 or 31.86% from 204); Blue value is 68 (26.95% from 255 or 33.33% from 204); Max value from RGB is 71 - color contains mainly: red. Hex color #474144 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474144 is #B8BEBB. Grayscale: #434343. Windows color (decimal): -12107452 or 4473159. OLE color: 4473159.

HSL color Cylindrical-coordinate representation of color #474144: hue angle of 330º degrees, saturation: 0.04, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #474144 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.72.

Color convert

RGB716568-
CMYK00.080.040.72
HSL330º4.41%26.67%-
HSV(B)330º8.45%27.84%-
XYZ5.535.546.25-
YUV67.14128.49130.76-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.80%
GREEN value IS 65 (25.78% from 255) = 31.86%
BLUE value IS 68 (26.95% from 255) = 33.33%
R=34.80%
G=31.86%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71656800.080.040.723304.4126.67
Hex4741440844814a41b
Octal1071011040104110512433
Binary10001111000001100010001000100100100010100101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474144; }

 p { color: rgb(71,65,68); }

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

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

 a { background-color: rgb(71,65,68); }

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

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

 span { border-color: rgb(71,65,68); }

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