COLOR #4E3C85

HEX: #4E3C85 RGB: (78,60,133)

Color info

#4E3C85 contains mainly red and blue colors. Web safe color of #4E3C85 is #663399 (or #639).

RGB color model

#4E3C85 color RGB value is (78,60,133).

RGB: (78,60,133) (31%, 24%, 52%)

RGB channels and saturation

R 78 of 255 = 31%
G 60 of 255 = 24%
B 133 of 255 = 52%

78
60
133

R + G + B ~ 36%. #4E3C85 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 60 + 133 = 271 (100%)
R 78 of 271 ~ 28.78%
G 60 of 271 ~ 22.14%
B 133 of 271 ~ 49.08'%

%28.78
%22.14
%49.08

CMYK color model

#4E3C85 color CMYK value is (41,55,0,48).

  • cyan value is 41.35%
  • magenta value is 54.89%
  • yellow value is 0.00%
  • key color value is 47.84%

CMYK: (41,55,0,48)
C41M55Y0K48 (41%, 55%, 0%, 48%)
(0.41 / 0.55 / 0.00 / 0.48)

CMYK percentages

%41.35
%54.89
%0
%47.84

Codes

Color #4E3C85 in popluar color models

4E 3C 85
RGB 78 60 133
HSL 255° 37.82% 37.84%
HSB/HSV 255° 54.89% 52.16%
CMYK 41.35% 54.89% 0.00%
47.84%

Color #4E3C85 in popluar number systems.

HEX 4E 3C 85
Decimal 78 60 133
Binary 1001110 111100 10000101
Octal 116 74 205

Shades and tints

Shades of #4E3C85

#4E3C85
(78,60,133)
#473779
(71,55,121)
#40326D
(64,50,109)
#392D61
(57,45,97)
#322855
(50,40,85)
#2B2349
(43,35,73)
#241E3D
(36,30,61)
#1D1931
(29,25,49)
#161425
(22,20,37)
#0F0F19
(15,15,25)
#080A0D
(8,10,13)
#000000
(0,0,0)

Tints of #4E3C85

#4E3C85
(78,60,133)
#5E4D90
(94,77,144)
#6E5E9B
(110,94,155)
#7E6FA6
(126,111,166)
#8E80B1
(142,128,177)
#9E91BC
(158,145,188)
#AEA2C7
(174,162,199)
#BEB3D2
(190,179,210)
#CEC4DD
(206,196,221)
#DED5E8
(222,213,232)
#EEE6F3
(238,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E3C85 color. Also use rgb(78,60,133) instead hex code.

Text Font Color

.myTextColor { color: #4E3C85; }

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

This text font color is #4E3C85.

Background Color

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

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

This div background color is #4E3C85.

Border color

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

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

This div border color is #4E3C85.

Opacity

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

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

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

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

This text has shadow with #4E3C85 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E3C85.

Preview

Color preview on black background

This text has color #4E3C85 on black background.


Color preview on white background

This text has color #4E3C85 on white background.


Black color preview on #4E3C85 background

This text has black color on #4E3C85 background.


White color preview on #4E3C85 background

This text has white color on #4E3C85 background.


Related colors

Complementary color

Complementary color for #hex is #B1C37A.


I love getcolorcode.com

Triadic colors

1 #854E3C and #3C854E with #4E3C85 are triadic colors.

2 #853C4E and #3C4E85 with #4E3C85 are triadic colors.