#493F45

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

Shades of Liver #493F45

Tints of Liver #493F45

Color information

#493F45 (or 0x493F45) is unknown color: approx Liver. HEX triplet: 49, 3F and 45. RGB value is (73,63,69). Sum of RGB (Red+Green+Blue) = 73+63+69=205 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.61% from 205); Green value is 63 (25% from 255 or 30.73% from 205); Blue value is 69 (27.34% from 255 or 33.66% from 205); Max value from RGB is 73 - color contains mainly: red. Hex color #493F45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493F45 is #B6C0BA. Grayscale: #424242. Windows color (decimal): -11976891 or 4538185. OLE color: 4538185.

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

Color convert

RGB736369-
CMYK00.140.050.71
HSL324º7.35%26.67%-
HSV(B)324º13.7%28.63%-
XYZ5.65.46.38-
YUV66.67129.31132.51-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.61%
GREEN value IS 63 (25% from 255) = 30.73%
BLUE value IS 69 (27.34% from 255) = 33.66%
R=35.61%
G=30.73%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.05
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73636900.140.050.713247.3526.67
Hex493F450E54714471b
Octal111771050165107504733
Binary1001001111111100010101110101100011110100010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493F45; }

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

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

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

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

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

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

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

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