#4E4854

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

Shades of Mulled Wine #4E4854

Tints of Mulled Wine #4E4854

Color information

#4E4854 (or 0x4E4854) is unknown color: approx Mulled Wine. HEX triplet: 4E, 48 and 54. RGB value is (78,72,84). Sum of RGB (Red+Green+Blue) = 78+72+84=234 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.33% from 234); Green value is 72 (28.52% from 255 or 30.77% from 234); Blue value is 84 (33.20% from 255 or 35.90% from 234); Max value from RGB is 84 - color contains mainly: blue. Hex color #4E4854 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E4854 is #B1B7AB. Grayscale: #4B4B4B. Windows color (decimal): -11646892 or 5523534. OLE color: 5523534.

HSL color Cylindrical-coordinate representation of color #4E4854: hue angle of 270º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #4E4854 is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB787284-
CMYK0.070.1400.67
HSL270º7.69%30.59%-
HSV(B)270º14.29%32.94%-
XYZ7.066.899.35-
YUV75.16132.99130.02-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 33.33%
GREEN value IS 72 (28.52% from 255) = 30.77%
BLUE value IS 84 (33.20% from 255) = 35.90%
R=33.33%
G=30.77%
B=35.90%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7872840.070.1400.672707.6930.59
Hex4E48547E04310e81f
Octal11611012471601034161037
Binary100111010010001010100111111001000011100001110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,72,84); }

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

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

 a { background-color: rgb(78,72,84); }

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

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

 span { border-color: rgb(78,72,84); }

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