#474044

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

Shades of Liver #474044

Tints of Liver #474044

Color information

#474044 (or 0x474044) is unknown color: approx Liver. HEX triplet: 47, 40 and 44. RGB value is (71,64,68). Sum of RGB (Red+Green+Blue) = 71+64+68=203 (26% of max value = 765). Red value is 71 (28.12% from 255 or 34.98% from 203); Green value is 64 (25.39% from 255 or 31.53% from 203); Blue value is 68 (26.95% from 255 or 33.50% from 203); Max value from RGB is 71 - color contains mainly: red. Hex color #474044 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474044 is #B8BFBB. Grayscale: #424242. Windows color (decimal): -12107708 or 4472903. OLE color: 4472903.

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

Color convert

RGB716468-
CMYK00.100.040.72
HSL325.71º5.19%26.47%-
HSV(B)325.71º9.86%27.84%-
XYZ5.485.426.23-
YUV66.55128.82131.17-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.98%
GREEN value IS 64 (25.39% from 255) = 31.53%
BLUE value IS 68 (26.95% from 255) = 33.50%
R=34.98%
G=31.53%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.04
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71646800.100.040.72325.715.1926.47
Hex4740440A44814651a
Octal1071001040124110506532
Binary10001111000000100010001010100100100010100011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474044; }

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

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

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

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

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

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

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

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