COLOR #4E409B

HEX: #4E409B RGB: (78,64,155)

Color info

#4E409B contains mainly blue color. Web safe color of #4E409B is #663399 (or #639).

RGB color model

#4E409B color RGB value is (78,64,155).

RGB: (78,64,155) (31%, 25%, 61%)

RGB channels and saturation

R 78 of 255 = 31%
G 64 of 255 = 25%
B 155 of 255 = 61%

78
64
155

R + G + B ~ 39%. #4E409B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 64 + 155 = 297 (100%)
R 78 of 297 ~ 26.26%
G 64 of 297 ~ 21.55%
B 155 of 297 ~ 52.19'%

%26.26
%21.55
%52.19

CMYK color model

#4E409B color CMYK value is (50,59,0,39).

  • cyan value is 49.68%
  • magenta value is 58.71%
  • yellow value is 0.00%
  • key color value is 39.22%

CMYK: (50,59,0,39)
C50M59Y0K39 (50%, 59%, 0%, 39%)
(0.50 / 0.59 / 0.00 / 0.39)

CMYK percentages

%49.68
%58.71
%0
%39.22

Codes

Color #4E409B in popluar color models

4E 40 9B
RGB 78 64 155
HSL 249° 41.55% 42.94%
HSB/HSV 249° 58.71% 60.78%
CMYK 49.68% 58.71% 0.00%
39.22%

Color #4E409B in popluar number systems.

HEX 4E 40 9B
Decimal 78 64 155
Binary 1001110 1000000 10011011
Octal 116 100 233

Shades and tints

Shades of #4E409B

#4E409B
(78,64,155)
#473B8D
(71,59,141)
#40367F
(64,54,127)
#393171
(57,49,113)
#322C63
(50,44,99)
#2B2755
(43,39,85)
#242247
(36,34,71)
#1D1D39
(29,29,57)
#16182B
(22,24,43)
#0F131D
(15,19,29)
#080E0F
(8,14,15)
#000000
(0,0,0)

Tints of #4E409B

#4E409B
(78,64,155)
#5E51A4
(94,81,164)
#6E62AD
(110,98,173)
#7E73B6
(126,115,182)
#8E84BF
(142,132,191)
#9E95C8
(158,149,200)
#AEA6D1
(174,166,209)
#BEB7DA
(190,183,218)
#CEC8E3
(206,200,227)
#DED9EC
(222,217,236)
#EEEAF5
(238,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E409B; }

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

This text font color is #4E409B.

Background Color

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

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

This div background color is #4E409B.

Border color

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

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

This div border color is #4E409B.

Opacity

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

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

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

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

This text has shadow with #4E409B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E409B.

Preview

Color preview on black background

This text has color #4E409B on black background.


Color preview on white background

This text has color #4E409B on white background.


Black color preview on #4E409B background

This text has black color on #4E409B background.


White color preview on #4E409B background

This text has white color on #4E409B background.


Related colors

Complementary color

Complementary color for #hex is #B1BF64.


I love getcolorcode.com

Triadic colors

1 #9B4E40 and #409B4E with #4E409B are triadic colors.

2 #9B404E and #404E9B with #4E409B are triadic colors.