#484647

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

Shades of Liver #484647

Tints of Liver #484647

Color information

#484647 (or 0x484647) is unknown color: approx Liver. HEX triplet: 48, 46 and 47. RGB value is (72,70,71). Sum of RGB (Red+Green+Blue) = 72+70+71=213 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.80% from 213); Green value is 70 (27.73% from 255 or 32.86% from 213); Blue value is 71 (28.12% from 255 or 33.33% from 213); Max value from RGB is 72 - color contains mainly: red. Hex color #484647 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484647 is #B7B9B8. Grayscale: #464646. Windows color (decimal): -12040633 or 4671048. OLE color: 4671048.

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

Color convert

RGB727071-
CMYK00.030.010.72
HSL330º1.41%27.84%-
HSV(B)330º2.78%28.24%-
XYZ66.216.84-
YUV70.71128.16128.92-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.80%
GREEN value IS 70 (27.73% from 255) = 32.86%
BLUE value IS 71 (28.12% from 255) = 33.33%
R=33.80%
G=32.86%
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.72
SystemRedGreenBlueCMYKHSL
Decimal72707100.030.010.723301.4127.84
Hex4846470314814a11c
Octal110106107031110512134
Binary10010001000110100011101111001000101001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484647; }

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

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

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

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

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

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

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

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