COLOR #4E4592

HEX: #4E4592
RGB: (78,69,146)

Color info

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

RGB color model

#4E4592 color RGB value is (78,69,146).

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

RGB channels and saturation

R 78 of 255 = 31%
G 69 of 255 = 27%
B 146 of 255 = 57%

78
69
146

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

Portions of RGB colors in percentages

R + G + B =
78 + 69 + 146 = 293 (100%)
R 78 of 293 ~ 26.62%
G 69 of 293 ~ 23.55%
B 146 of 293 ~ 49.83%

%26.62
%23.55
%49.83

CMYK color model

#4E4592 color CMYK value is (47,53,0,43).

  • cyan value is 46.58%
  • magenta value is 52.74%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(47,53,0,43)
C47M53Y0K43 
(47%,53%,0%,43%)
(0.47/0.53/0.00/0.43)	

CMYK percentages

%46.58
%52.74
%0
%42.75

Codes

Color #4E4592 in popluar color models

4E4592
RGB7869146
HSL247°35.81%42.16%
HSB/HSV247°52.74%57.25%
CMYK46.58%52.74%0.00%
42.75%

Color #4E4592 in popluar number systems.

HEX4E4592
Decimal7869146
Binary1001110100010110010010
Octal116105222

Shades and tints

Shades of #4E4592

#4E4592
(78,69,146)
#473F85
(71,63,133)
#403978
(64,57,120)
#39336B
(57,51,107)
#322D5E
(50,45,94)
#2B2751
(43,39,81)
#242144
(36,33,68)
#1D1B37
(29,27,55)
#16152A
(22,21,42)
#0F0F1D
(15,15,29)
#080910
(8,9,16)
#000000
(0,0,0)

Tints of #4E4592

#4E4592
(78,69,146)
#5E559B
(94,85,155)
#6E65A4
(110,101,164)
#7E75AD
(126,117,173)
#8E85B6
(142,133,182)
#9E95BF
(158,149,191)
#AEA5C8
(174,165,200)
#BEB5D1
(190,181,209)
#CEC5DA
(206,197,218)
#DED5E3
(222,213,227)
#EEE5EC
(238,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E4592; }

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

This text font color is #4E4592.


Background Color

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

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

This div background color is #4E4592.


Border color

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

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

This div border color is #4E4592.


Opacity

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

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

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

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

This text has shadow with #4E4592 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E4592 on black background.


Color preview on white background

This text has color #4E4592 on white background.



Black color preview on #4E4592 background

This text has black color on #4E4592 background.


White color preview on #4E4592 background

This text has white color on #4E4592 background.