#4B4147

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

Shades of Liver #4B4147

Tints of Liver #4B4147

Color information

#4B4147 (or 0x4B4147) is unknown color: approx Liver. HEX triplet: 4B, 41 and 47. RGB value is (75,65,71). Sum of RGB (Red+Green+Blue) = 75+65+71=211 (27% of max value = 765). Red value is 75 (29.69% from 255 or 35.55% from 211); Green value is 65 (25.78% from 255 or 30.81% from 211); Blue value is 71 (28.12% from 255 or 33.65% from 211); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4147 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4147 is #B4BEB8. Grayscale: #444444. Windows color (decimal): -11845305 or 4669771. OLE color: 4669771.

HSL color Cylindrical-coordinate representation of color #4B4147: hue angle of 324º 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 #4B4147 is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.71.

Color convert

RGB756571-
CMYK00.130.050.71
HSL324º7.14%27.45%-
HSV(B)324º13.33%29.41%-
XYZ5.935.736.75-
YUV68.67129.31132.51-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 35.55%
GREEN value IS 65 (25.78% from 255) = 30.81%
BLUE value IS 71 (28.12% from 255) = 33.65%
R=35.55%
G=30.81%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.05
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75657100.130.050.713247.1427.45
Hex4B41470D54714471b
Octal1131011070155107504733
Binary10010111000001100011101101101100011110100010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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