#483F44

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

Shades of Liver #483F44

Tints of Liver #483F44

Color information

#483F44 (or 0x483F44) is unknown color: approx Liver. HEX triplet: 48, 3F and 44. RGB value is (72,63,68). Sum of RGB (Red+Green+Blue) = 72+63+68=203 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.47% from 203); Green value is 63 (25% from 255 or 31.03% from 203); Blue value is 68 (26.95% from 255 or 33.50% from 203); Max value from RGB is 72 - color contains mainly: red. Hex color #483F44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483F44 is #B7C0BB. Grayscale: #424242. Windows color (decimal): -12042428 or 4472648. OLE color: 4472648.

HSL color Cylindrical-coordinate representation of color #483F44: hue angle of 326.67º degrees, saturation: 0.07, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #483F44 is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.72.

Color convert

RGB726368-
CMYK00.120.060.72
HSL326.67º6.67%26.47%-
HSV(B)326.67º12.5%28.24%-
XYZ5.495.356.21-
YUV66.26128.98132.09-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.47%
GREEN value IS 63 (25% from 255) = 31.03%
BLUE value IS 68 (26.95% from 255) = 33.50%
R=35.47%
G=31.03%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.06
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72636800.120.060.72326.676.6726.47
Hex483F440C64814771a
Octal110771040146110507732
Binary1001000111111100010001100110100100010100011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483F44; }

 p { color: rgb(72,63,68); }

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

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

 a { background-color: rgb(72,63,68); }

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

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

 span { border-color: rgb(72,63,68); }

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