#4B3F56

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

Shades of Mulled Wine #4B3F56

Tints of Mulled Wine #4B3F56

Color information

#4B3F56 (or 0x4B3F56) is unknown color: approx Mulled Wine. HEX triplet: 4B, 3F and 56. RGB value is (75,63,86). Sum of RGB (Red+Green+Blue) = 75+63+86=224 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.48% from 224); Green value is 63 (25% from 255 or 28.12% from 224); Blue value is 86 (33.98% from 255 or 38.39% from 224); Max value from RGB is 86 - color contains mainly: blue. Hex color #4B3F56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3F56 is #B4C0A9. Grayscale: #454545. Windows color (decimal): -11845802 or 5652299. OLE color: 5652299.

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

Color convert

RGB756386-
CMYK0.130.2700.66
HSL271.3º15.44%29.22%-
HSV(B)271.3º26.74%33.73%-
XYZ6.365.729.57-
YUV69.21137.48132.13-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 33.48%
GREEN value IS 63 (25% from 255) = 28.12%
BLUE value IS 86 (33.98% from 255) = 38.39%
R=33.48%
G=28.12%
B=38.39%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7563860.130.2700.66271.315.4429.22
Hex4B3F56D1B04210ff1d
Octal11377126153301024171735
Binary1001011111111101011011011101101000010100001111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,63,86); }

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

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

 a { background-color: rgb(75,63,86); }

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

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

 span { border-color: rgb(75,63,86); }

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