#484346

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

Shades of Liver #484346

Tints of Liver #484346

Color information

#484346 (or 0x484346) is unknown color: approx Liver. HEX triplet: 48, 43 and 46. RGB value is (72,67,70). Sum of RGB (Red+Green+Blue) = 72+67+70=209 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.45% from 209); Green value is 67 (26.56% from 255 or 32.06% from 209); Blue value is 70 (27.73% from 255 or 33.49% from 209); Max value from RGB is 72 - color contains mainly: red. Hex color #484346 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484346 is #B7BCB9. Grayscale: #444444. Windows color (decimal): -12041402 or 4604744. OLE color: 4604744.

HSL color Cylindrical-coordinate representation of color #484346: hue angle of 324º degrees, saturation: 0.04, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #484346 is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.72.

Color convert

RGB726770-
CMYK00.070.030.72
HSL324º3.6%27.25%-
HSV(B)324º6.94%28.24%-
XYZ5.795.836.62-
YUV68.84128.66130.26-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.45%
GREEN value IS 67 (26.56% from 255) = 32.06%
BLUE value IS 70 (27.73% from 255) = 33.49%
R=34.45%
G=32.06%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.03
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72677000.070.030.723243.627.25
Hex4843460734814441b
Octal110103106073110504433
Binary100100010000111000110011111100100010100010010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484346; }

 p { color: rgb(72,67,70); }

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

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

 a { background-color: rgb(72,67,70); }

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

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

 span { border-color: rgb(72,67,70); }

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