#494748

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

Shades of Liver #494748

Tints of Liver #494748

Color information

#494748 (or 0x494748) is unknown color: approx Liver. HEX triplet: 49, 47 and 48. RGB value is (73,71,72). Sum of RGB (Red+Green+Blue) = 73+71+72=216 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.80% from 216); Green value is 71 (28.12% from 255 or 32.87% from 216); Blue value is 72 (28.52% from 255 or 33.33% from 216); Max value from RGB is 73 - color contains mainly: red. Hex color #494748 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494748 is #B6B8B7. Grayscale: #474747. Windows color (decimal): -11974840 or 4736841. OLE color: 4736841.

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

Color convert

RGB737172-
CMYK00.030.010.71
HSL330º1.39%28.24%-
HSV(B)330º2.74%28.63%-
XYZ6.176.397.04-
YUV71.71128.16128.92-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.80%
GREEN value IS 71 (28.12% from 255) = 32.87%
BLUE value IS 72 (28.52% from 255) = 33.33%
R=33.80%
G=32.87%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.01
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73717200.030.010.713301.3928.24
Hex4947480314714a11c
Octal111107110031107512134
Binary10010011000111100100001111000111101001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494748; }

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

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

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

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

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

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

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

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