#484044

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

Shades of Liver #484044

Tints of Liver #484044

Color information

#484044 (or 0x484044) is unknown color: approx Liver. HEX triplet: 48, 40 and 44. RGB value is (72,64,68). Sum of RGB (Red+Green+Blue) = 72+64+68=204 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.29% from 204); Green value is 64 (25.39% from 255 or 31.37% from 204); Blue value is 68 (26.95% from 255 or 33.33% from 204); Max value from RGB is 72 - color contains mainly: red. Hex color #484044 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484044 is #B7BFBB. Grayscale: #424242. Windows color (decimal): -12042172 or 4472904. OLE color: 4472904.

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

Color convert

RGB726468-
CMYK00.110.060.72
HSL330º5.88%26.67%-
HSV(B)330º11.11%28.24%-
XYZ5.555.466.23-
YUV66.85128.65131.67-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.29%
GREEN value IS 64 (25.39% from 255) = 31.37%
BLUE value IS 68 (26.95% from 255) = 33.33%
R=35.29%
G=31.37%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.06
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72646800.110.060.723305.8826.67
Hex4840440B64814a61b
Octal1101001040136110512633
Binary10010001000000100010001011110100100010100101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484044; }

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

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

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

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

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

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

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

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