#4A4447

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

Shades of Liver #4A4447

Tints of Liver #4A4447

Color information

#4A4447 (or 0x4A4447) is unknown color: approx Liver. HEX triplet: 4A, 44 and 47. RGB value is (74,68,71). Sum of RGB (Red+Green+Blue) = 74+68+71=213 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.74% from 213); Green value is 68 (26.95% from 255 or 31.92% from 213); Blue value is 71 (28.12% from 255 or 33.33% from 213); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4447 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A4447 is #B5BBB8. Grayscale: #464646. Windows color (decimal): -11910073 or 4670538. OLE color: 4670538.

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

Color convert

RGB746871-
CMYK00.080.040.71
HSL330º4.23%27.84%-
HSV(B)330º8.11%29.02%-
XYZ6.036.056.81-
YUV70.14128.49130.76-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 34.74%
GREEN value IS 68 (26.95% from 255) = 31.92%
BLUE value IS 71 (28.12% from 255) = 33.33%
R=34.74%
G=31.92%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74687100.080.040.713304.2327.84
Hex4A44470844714a41c
Octal1121041070104107512434
Binary10010101000100100011101000100100011110100101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A4447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A4447; }

 p { color: rgb(74,68,71); }

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

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

 a { background-color: rgb(74,68,71); }

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

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

 span { border-color: rgb(74,68,71); }

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