#494245

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

Shades of Liver #494245

Tints of Liver #494245

Color information

#494245 (or 0x494245) is unknown color: approx Liver. HEX triplet: 49, 42 and 45. RGB value is (73,66,69). Sum of RGB (Red+Green+Blue) = 73+66+69=208 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.10% from 208); Green value is 66 (26.17% from 255 or 31.73% from 208); Blue value is 69 (27.34% from 255 or 33.17% from 208); Max value from RGB is 73 - color contains mainly: red. Hex color #494245 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494245 is #B6BDBA. Grayscale: #444444. Windows color (decimal): -11976123 or 4538953. OLE color: 4538953.

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

Color convert

RGB736669-
CMYK00.100.050.71
HSL334.29º5.04%27.25%-
HSV(B)334.29º9.59%28.63%-
XYZ5.775.746.43-
YUV68.44128.32131.26-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.10%
GREEN value IS 66 (26.17% from 255) = 31.73%
BLUE value IS 69 (27.34% from 255) = 33.17%
R=35.10%
G=31.73%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.05
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73666900.100.050.71334.295.0427.25
Hex4942450A54714e51b
Octal1111021050125107516533
Binary10010011000010100010101010101100011110100111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494245; }

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

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

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

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

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

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

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

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