#474345

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

Shades of Liver #474345

Tints of Liver #474345

Color information

#474345 (or 0x474345) is unknown color: approx Liver. HEX triplet: 47, 43 and 45. RGB value is (71,67,69). Sum of RGB (Red+Green+Blue) = 71+67+69=207 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.30% from 207); Green value is 67 (26.56% from 255 or 32.37% from 207); Blue value is 69 (27.34% from 255 or 33.33% from 207); Max value from RGB is 71 - color contains mainly: red. Hex color #474345 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474345 is #B8BCBA. Grayscale: #444444. Windows color (decimal): -12106939 or 4539207. OLE color: 4539207.

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

Color convert

RGB716769-
CMYK00.060.030.72
HSL330º2.9%27.06%-
HSV(B)330º5.63%27.84%-
XYZ5.685.786.45-
YUV68.42128.33129.84-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.30%
GREEN value IS 67 (26.56% from 255) = 32.37%
BLUE value IS 69 (27.34% from 255) = 33.33%
R=34.30%
G=32.37%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.03
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71676900.060.030.723302.927.06
Hex4743450634814a31b
Octal107103105063110512333
Binary10001111000011100010101101110010001010010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474345; }

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

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

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

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

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

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

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

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