COLOR #4E407E

HEX: #4E407E
RGB: (78,64,126)

Color info

#4E407E contains mainly red and blue colors. Web safe color of #4E407E is #663366 (or #636).

RGB color model

#4E407E color RGB value is (78,64,126).

  • red value is 78;
  • green value is 64;
  • blue value is 126.
RGB:
(78,64,126)
(31%,25%,49%)

RGB channels and saturation

R 78 of 255 = 31%
G 64 of 255 = 25%
B 126 of 255 = 49%

78
64
126

R + G + B ~ 35%. #4E407E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 64 + 126 = 268 (100%)
R 78 of 268 ~ 29.1%
G 64 of 268 ~ 23.88%
B 126 of 268 ~ 47.01%

%29.1
%23.88
%47.01

CMYK color model

#4E407E color CMYK value is (38,49,0,51).

  • cyan value is 38.10%
  • magenta value is 49.21%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(38,49,0,51)
C38M49Y0K51 
(38%,49%,0%,51%)
(0.38/0.49/0.00/0.51)	

CMYK percentages

%38.1
%49.21
%0
%50.59

Codes

Color #4E407E in popluar color models

4E407E
RGB7864126
HSL254°32.63%37.25%
HSB/HSV254°49.21%49.41%
CMYK38.10%49.21%0.00%
50.59%

Color #4E407E in popluar number systems.

HEX4E407E
Decimal7864126
Binary100111010000001111110
Octal116100176

Shades and tints

Shades of #4E407E

#4E407E
(78,64,126)
#473B73
(71,59,115)
#403668
(64,54,104)
#39315D
(57,49,93)
#322C52
(50,44,82)
#2B2747
(43,39,71)
#24223C
(36,34,60)
#1D1D31
(29,29,49)
#161826
(22,24,38)
#0F131B
(15,19,27)
#080E10
(8,14,16)
#000000
(0,0,0)

Tints of #4E407E

#4E407E
(78,64,126)
#5E5189
(94,81,137)
#6E6294
(110,98,148)
#7E739F
(126,115,159)
#8E84AA
(142,132,170)
#9E95B5
(158,149,181)
#AEA6C0
(174,166,192)
#BEB7CB
(190,183,203)
#CEC8D6
(206,200,214)
#DED9E1
(222,217,225)
#EEEAEC
(238,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E407E color. Also use rgb(78,64,126) instead hex code.

Text Font Color

.myTextColor { color: #4E407E; }

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

This text font color is #4E407E.


Background Color

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

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

This div background color is #4E407E.


Border color

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

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

This div border color is #4E407E.


Opacity

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

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

Text with #4E407E 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 #4E407E;}

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

This text has shadow with #4E407E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E407E on black background.


Color preview on white background

This text has color #4E407E on white background.



Black color preview on #4E407E background

This text has black color on #4E407E background.


White color preview on #4E407E background

This text has white color on #4E407E background.