#494547

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

Shades of Liver #494547

Tints of Liver #494547

Color information

#494547 (or 0x494547) is unknown color: approx Liver. HEX triplet: 49, 45 and 47. RGB value is (73,69,71). Sum of RGB (Red+Green+Blue) = 73+69+71=213 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.27% from 213); Green value is 69 (27.34% from 255 or 32.39% from 213); Blue value is 71 (28.12% from 255 or 33.33% from 213); Max value from RGB is 73 - color contains mainly: red. Hex color #494547 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494547 is #B6BAB8. Grayscale: #464646. Windows color (decimal): -11975353 or 4670793. OLE color: 4670793.

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

Color convert

RGB736971-
CMYK00.050.030.71
HSL330º2.82%27.84%-
HSV(B)330º5.48%28.63%-
XYZ6.016.136.83-
YUV70.42128.33129.84-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.27%
GREEN value IS 69 (27.34% from 255) = 32.39%
BLUE value IS 71 (28.12% from 255) = 33.33%
R=34.27%
G=32.39%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.03
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73697100.050.030.713302.8227.84
Hex4945470534714a31c
Octal111105107053107512334
Binary10010011000101100011101011110001111010010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494547; }

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

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

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

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

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

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

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

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