#4E4B56

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

Shades of Mulled Wine #4E4B56

Tints of Mulled Wine #4E4B56

Color information

#4E4B56 (or 0x4E4B56) is unknown color: approx Mulled Wine. HEX triplet: 4E, 4B and 56. RGB value is (78,75,86). Sum of RGB (Red+Green+Blue) = 78+75+86=239 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.64% from 239); Green value is 75 (29.69% from 255 or 31.38% from 239); Blue value is 86 (33.98% from 255 or 35.98% from 239); Max value from RGB is 86 - color contains mainly: blue. Hex color #4E4B56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E4B56 is #B1B4A9. Grayscale: #4D4D4D. Windows color (decimal): -11646122 or 5655374. OLE color: 5655374.

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

Color convert

RGB787586-
CMYK0.090.1300.66
HSL256.36º6.83%31.57%-
HSV(B)256.36º12.79%33.73%-
XYZ7.347.329.83-
YUV77.15132.99128.61-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 32.64%
GREEN value IS 75 (29.69% from 255) = 31.38%
BLUE value IS 86 (33.98% from 255) = 35.98%
R=32.64%
G=31.38%
B=35.98%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7875860.090.1300.66256.366.8331.57
Hex4E4B569D042100720
Octal11611312611150102400740
Binary1001110100101110101101001110101000010100000000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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