COLOR #4E4589

HEX: #4E4589
RGB: (78,69,137)

Color info

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

RGB color model

#4E4589 color RGB value is (78,69,137).

  • red value is 78;
  • green value is 69;
  • blue value is 137.
RGB:
(78,69,137)
(31%,27%,54%)

RGB channels and saturation

R 78 of 255 = 31%
G 69 of 255 = 27%
B 137 of 255 = 54%

78
69
137

R + G + B ~ 37%. #4E4589 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 69 + 137 = 284 (100%)
R 78 of 284 ~ 27.46%
G 69 of 284 ~ 24.3%
B 137 of 284 ~ 48.24%

%27.46
%24.3
%48.24

CMYK color model

#4E4589 color CMYK value is (43,50,0,46).

  • cyan value is 43.07%
  • magenta value is 49.64%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(43,50,0,46)
C43M50Y0K46 
(43%,50%,0%,46%)
(0.43/0.50/0.00/0.46)	

CMYK percentages

%43.07
%49.64
%0
%46.27

Codes

Color #4E4589 in popluar color models

4E4589
RGB7869137
HSL248°33.01%40.39%
HSB/HSV248°49.64%53.73%
CMYK43.07%49.64%0.00%
46.27%

Color #4E4589 in popluar number systems.

HEX4E4589
Decimal7869137
Binary1001110100010110001001
Octal116105211

Shades and tints

Shades of #4E4589

#4E4589
(78,69,137)
#473F7D
(71,63,125)
#403971
(64,57,113)
#393365
(57,51,101)
#322D59
(50,45,89)
#2B274D
(43,39,77)
#242141
(36,33,65)
#1D1B35
(29,27,53)
#161529
(22,21,41)
#0F0F1D
(15,15,29)
#080911
(8,9,17)
#000000
(0,0,0)

Tints of #4E4589

#4E4589
(78,69,137)
#5E5593
(94,85,147)
#6E659D
(110,101,157)
#7E75A7
(126,117,167)
#8E85B1
(142,133,177)
#9E95BB
(158,149,187)
#AEA5C5
(174,165,197)
#BEB5CF
(190,181,207)
#CEC5D9
(206,197,217)
#DED5E3
(222,213,227)
#EEE5ED
(238,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E4589 color. Also use rgb(78,69,137) instead hex code.

Text Font Color

.myTextColor { color: #4E4589; }

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

This text font color is #4E4589.


Background Color

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

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

This div background color is #4E4589.


Border color

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

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

This div border color is #4E4589.


Opacity

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

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

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

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

This text has shadow with #4E4589 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E4589 on black background.


Color preview on white background

This text has color #4E4589 on white background.



Black color preview on #4E4589 background

This text has black color on #4E4589 background.


White color preview on #4E4589 background

This text has white color on #4E4589 background.