#4B4145

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

Shades of Liver #4B4145

Tints of Liver #4B4145

Color information

#4B4145 (or 0x4B4145) is unknown color: approx Liver. HEX triplet: 4B, 41 and 45. RGB value is (75,65,69). Sum of RGB (Red+Green+Blue) = 75+65+69=209 (27% of max value = 765). Red value is 75 (29.69% from 255 or 35.89% from 209); Green value is 65 (25.78% from 255 or 31.10% from 209); Blue value is 69 (27.34% from 255 or 33.01% from 209); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4145 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4145 is #B4BEBA. Grayscale: #444444. Windows color (decimal): -11845307 or 4538699. OLE color: 4538699.

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

Color convert

RGB756569-
CMYK00.130.080.71
HSL336º7.14%27.45%-
HSV(B)336º13.33%29.41%-
XYZ5.875.716.42-
YUV68.45128.31132.67-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 35.89%
GREEN value IS 65 (25.78% from 255) = 31.10%
BLUE value IS 69 (27.34% from 255) = 33.01%
R=35.89%
G=31.10%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.08
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75656900.130.080.713367.1427.45
Hex4B41450D84715071b
Octal11310110501510107520733
Binary100101110000011000101011011000100011110101000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,65,69); }

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

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

 a { background-color: rgb(75,65,69); }

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

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

 span { border-color: rgb(75,65,69); }

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