#494045

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

Shades of Liver #494045

Tints of Liver #494045

Color information

#494045 (or 0x494045) is unknown color: approx Liver. HEX triplet: 49, 40 and 45. RGB value is (73,64,69). Sum of RGB (Red+Green+Blue) = 73+64+69=206 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.44% from 206); Green value is 64 (25.39% from 255 or 31.07% from 206); Blue value is 69 (27.34% from 255 or 33.50% from 206); Max value from RGB is 73 - color contains mainly: red. Hex color #494045 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494045 is #B6BFBA. Grayscale: #434343. Windows color (decimal): -11976635 or 4538441. OLE color: 4538441.

HSL color Cylindrical-coordinate representation of color #494045: hue angle of 326.67º degrees, saturation: 0.07, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #494045 is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.71.

Color convert

RGB736469-
CMYK00.120.050.71
HSL326.67º6.57%26.86%-
HSV(B)326.67º12.33%28.63%-
XYZ5.665.516.4-
YUV67.26128.98132.09-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.44%
GREEN value IS 64 (25.39% from 255) = 31.07%
BLUE value IS 69 (27.34% from 255) = 33.50%
R=35.44%
G=31.07%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.05
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73646900.120.050.71326.676.5726.86
Hex4940450C54714771b
Octal1111001050145107507733
Binary10010011000000100010101100101100011110100011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494045; }

 p { color: rgb(73,64,69); }

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

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

 a { background-color: rgb(73,64,69); }

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

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

 span { border-color: rgb(73,64,69); }

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