COLOR #4E284F

HEX: #4E284F
RGB: (78,40,79)

Color info

#4E284F contains red, green and blue colors in about the same proportion. Web safe color of #4E284F is #663366 (or #636).

RGB color model

#4E284F color RGB value is (78,40,79).

  • red value is 78;
  • green value is 40;
  • blue value is 79.
RGB:
(78,40,79)
(31%,16%,31%)

RGB channels and saturation

R 78 of 255 = 31%
G 40 of 255 = 16%
B 79 of 255 = 31%

78
40
79

R + G + B ~ 26%. #4E284F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 40 + 79 = 197 (100%)
R 78 of 197 ~ 39.59%
G 40 of 197 ~ 20.3%
B 79 of 197 ~ 40.1%

%39.59
%20.3
%40.1

CMYK color model

#4E284F color CMYK value is (1,49,0,69).

  • cyan value is 1.27%
  • magenta value is 49.37%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(1,49,0,69)
C1M49Y0K69 
(1%,49%,0%,69%)
(0.01/0.49/0.00/0.69)	

CMYK percentages

%1.27
%49.37
%0
%69.02

Codes

Color #4E284F in popluar color models

4E284F
RGB784079
HSL298°32.77%23.33%
HSB/HSV298°49.37%30.98%
CMYK1.27%49.37%0.00%
69.02%

Color #4E284F in popluar number systems.

HEX4E284F
Decimal784079
Binary10011101010001001111
Octal11650117

Shades and tints

Shades of #4E284F

#4E284F
(78,40,79)
#472548
(71,37,72)
#402241
(64,34,65)
#391F3A
(57,31,58)
#321C33
(50,28,51)
#2B192C
(43,25,44)
#241625
(36,22,37)
#1D131E
(29,19,30)
#161017
(22,16,23)
#0F0D10
(15,13,16)
#080A09
(8,10,9)
#000000
(0,0,0)

Tints of #4E284F

#4E284F
(78,40,79)
#5E3B5F
(94,59,95)
#6E4E6F
(110,78,111)
#7E617F
(126,97,127)
#8E748F
(142,116,143)
#9E879F
(158,135,159)
#AE9AAF
(174,154,175)
#BEADBF
(190,173,191)
#CEC0CF
(206,192,207)
#DED3DF
(222,211,223)
#EEE6EF
(238,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E284F color. Also use rgb(78,40,79) instead hex code.

Text Font Color

.myTextColor { color: #4E284F; }

<p style="color:#4E284F">This sample text font color is #4E284F.</p>

This text font color is #4E284F.


Background Color

.myBgColor { background-color: #4E284F; }

<div style="background-color:#4E284F">Inner text</div>

This div background color is #4E284F.


Border color

.myBorderColor { border: 1px solid #4E284F; }

<div style="border:3px solid #4E284F">Div</div>

This div border color is #4E284F.


Opacity

.myOpacity80 { color: #4E284F; opacity: 0.8; }

<p style="color:#4E284F;opacity:0.8;">80%</p>

Text with #4E284F color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #4E284F;}

<p style="text-shadow: 3px 3px 1px #4E284F">Text here.</p>

This text has shadow with #4E284F color.

.textShadow {text-shadow: 3px 3px 1px #4E284F, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #4E284F, 5px 5px 20px red">Text here.</p>

This text has shadow with #4E284F primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4E284F, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#4E284F, Direction=45, Strength=4)">Text</p>

This text has shadow with #4E284F and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #4E284F;
  -webkit-box-shadow:	1px 1px 3px 2px #4E284F;
  box-shadow:		1px 1px 3px 2px #4E284F;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4E284F;
-webkit-box-shadow: 1px 1px 3px 2px #4E284F;
box-shadow:1px 1px 3px 2px #4E284F;">
Div content here</div>
This div box has shadow with color #4E284F.

Preview

Color preview on black background

This text has color #4E284F on black background.


Color preview on white background

This text has color #4E284F on white background.



Black color preview on #4E284F background

This text has black color on #4E284F background.


White color preview on #4E284F background

This text has white color on #4E284F background.