COLOR #4E4B8D

HEX: #4E4B8D
RGB: (78,75,141)

Color info

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

RGB color model

#4E4B8D color RGB value is (78,75,141).

  • red value is 78;
  • green value is 75;
  • blue value is 141.
RGB:
(78,75,141)
(31%,29%,55%)

RGB channels and saturation

R 78 of 255 = 31%
G 75 of 255 = 29%
B 141 of 255 = 55%

78
75
141

R + G + B ~ 38%. #4E4B8D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 75 + 141 = 294 (100%)
R 78 of 294 ~ 26.53%
G 75 of 294 ~ 25.51%
B 141 of 294 ~ 47.96%

%26.53
%25.51
%47.96

CMYK color model

#4E4B8D color CMYK value is (45,47,0,45).

  • cyan value is 44.68%
  • magenta value is 46.81%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(45,47,0,45)
C45M47Y0K45 
(45%,47%,0%,45%)
(0.45/0.47/0.00/0.45)	

CMYK percentages

%44.68
%46.81
%0
%44.71

Codes

Color #4E4B8D in popluar color models

4E4B8D
RGB7875141
HSL243°30.56%42.35%
HSB/HSV243°46.81%55.29%
CMYK44.68%46.81%0.00%
44.71%

Color #4E4B8D in popluar number systems.

HEX4E4B8D
Decimal7875141
Binary1001110100101110001101
Octal116113215

Shades and tints

Shades of #4E4B8D

#4E4B8D
(78,75,141)
#474581
(71,69,129)
#403F75
(64,63,117)
#393969
(57,57,105)
#32335D
(50,51,93)
#2B2D51
(43,45,81)
#242745
(36,39,69)
#1D2139
(29,33,57)
#161B2D
(22,27,45)
#0F1521
(15,21,33)
#080F15
(8,15,21)
#000000
(0,0,0)

Tints of #4E4B8D

#4E4B8D
(78,75,141)
#5E5B97
(94,91,151)
#6E6BA1
(110,107,161)
#7E7BAB
(126,123,171)
#8E8BB5
(142,139,181)
#9E9BBF
(158,155,191)
#AEABC9
(174,171,201)
#BEBBD3
(190,187,211)
#CECBDD
(206,203,221)
#DEDBE7
(222,219,231)
#EEEBF1
(238,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E4B8D color. Also use rgb(78,75,141) instead hex code.

Text Font Color

.myTextColor { color: #4E4B8D; }

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

This text font color is #4E4B8D.


Background Color

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

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

This div background color is #4E4B8D.


Border color

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

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

This div border color is #4E4B8D.


Opacity

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

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

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

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

This text has shadow with #4E4B8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E4B8D on black background.


Color preview on white background

This text has color #4E4B8D on white background.



Black color preview on #4E4B8D background

This text has black color on #4E4B8D background.


White color preview on #4E4B8D background

This text has white color on #4E4B8D background.