#4A4347

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

Shades of Liver #4A4347

Tints of Liver #4A4347

Color information

#4A4347 (or 0x4A4347) is unknown color: approx Liver. HEX triplet: 4A, 43 and 47. RGB value is (74,67,71). Sum of RGB (Red+Green+Blue) = 74+67+71=212 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.91% from 212); Green value is 67 (26.56% from 255 or 31.60% from 212); Blue value is 71 (28.12% from 255 or 33.49% from 212); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4347 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A4347 is #B5BCB8. Grayscale: #454545. Windows color (decimal): -11910329 or 4670282. OLE color: 4670282.

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

Color convert

RGB746771-
CMYK00.090.040.71
HSL325.71º4.96%27.65%-
HSV(B)325.71º9.46%29.02%-
XYZ5.975.936.79-
YUV69.55128.82131.17-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 34.91%
GREEN value IS 67 (26.56% from 255) = 31.60%
BLUE value IS 71 (28.12% from 255) = 33.49%
R=34.91%
G=31.60%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.04
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74677100.090.040.71325.714.9627.65
Hex4A43470944714651c
Octal1121031070114107506534
Binary10010101000011100011101001100100011110100011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A4347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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