COLOR #4E3C75

HEX: #4E3C75 RGB: (78,60,117)

Color info

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

RGB color model

#4E3C75 color RGB value is (78,60,117).

RGB: (78,60,117) (31%, 24%, 46%)

RGB channels and saturation

R 78 of 255 = 31%
G 60 of 255 = 24%
B 117 of 255 = 46%

78
60
117

R + G + B ~ 34%. #4E3C75 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 60 + 117 = 255 (100%)
R 78 of 255 ~ 30.59%
G 60 of 255 ~ 23.53%
B 117 of 255 ~ 45.88'%

%30.59
%23.53
%45.88

CMYK color model

#4E3C75 color CMYK value is (33,49,0,54).

  • cyan value is 33.33%
  • magenta value is 48.72%
  • yellow value is 0.00%
  • key color value is 54.12%

CMYK: (33,49,0,54)
C33M49Y0K54 (33%, 49%, 0%, 54%)
(0.33 / 0.49 / 0.00 / 0.54)

CMYK percentages

%33.33
%48.72
%0
%54.12

Codes

Color #4E3C75 in popluar color models

4E 3C 75
RGB 78 60 117
HSL 259° 32.20% 34.71%
HSB/HSV 259° 48.72% 45.88%
CMYK 33.33% 48.72% 0.00%
54.12%

Color #4E3C75 in popluar number systems.

HEX 4E 3C 75
Decimal 78 60 117
Binary 1001110 111100 1110101
Octal 116 74 165

Shades and tints

Shades of #4E3C75

#4E3C75
(78,60,117)
#47376B
(71,55,107)
#403261
(64,50,97)
#392D57
(57,45,87)
#32284D
(50,40,77)
#2B2343
(43,35,67)
#241E39
(36,30,57)
#1D192F
(29,25,47)
#161425
(22,20,37)
#0F0F1B
(15,15,27)
#080A11
(8,10,17)
#000000
(0,0,0)

Tints of #4E3C75

#4E3C75
(78,60,117)
#5E4D81
(94,77,129)
#6E5E8D
(110,94,141)
#7E6F99
(126,111,153)
#8E80A5
(142,128,165)
#9E91B1
(158,145,177)
#AEA2BD
(174,162,189)
#BEB3C9
(190,179,201)
#CEC4D5
(206,196,213)
#DED5E1
(222,213,225)
#EEE6ED
(238,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E3C75; }

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

This text font color is #4E3C75.

Background Color

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

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

This div background color is #4E3C75.

Border color

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

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

This div border color is #4E3C75.

Opacity

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

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

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

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

This text has shadow with #4E3C75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E3C75.

Preview

Color preview on black background

This text has color #4E3C75 on black background.


Color preview on white background

This text has color #4E3C75 on white background.


Black color preview on #4E3C75 background

This text has black color on #4E3C75 background.


White color preview on #4E3C75 background

This text has white color on #4E3C75 background.


Related colors

Complementary color

Complementary color for #hex is #B1C38A.


I love getcolorcode.com

Triadic colors

1 #754E3C and #3C754E with #4E3C75 are triadic colors.

2 #753C4E and #3C4E75 with #4E3C75 are triadic colors.