COLOR #4E5396

HEX: #4E5396
RGB: (78,83,150)

Color info

#4E5396 contains mainly blue color. Web safe color of #4E5396 is #666699 (or #669).

RGB color model

#4E5396 color RGB value is (78,83,150).

  • red value is 78;
  • green value is 83;
  • blue value is 150.
RGB:
(78,83,150)
(31%,33%,59%)

RGB channels and saturation

R 78 of 255 = 31%
G 83 of 255 = 33%
B 150 of 255 = 59%

78
83
150

R + G + B ~ 41%. #4E5396 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
78 + 83 + 150 = 311 (100%)
R 78 of 311 ~ 25.08%
G 83 of 311 ~ 26.69%
B 150 of 311 ~ 48.23%

%25.08
%26.69
%48.23

CMYK color model

#4E5396 color CMYK value is (48,45,0,41).

  • cyan value is 48.00%
  • magenta value is 44.67%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(48,45,0,41)
C48M45Y0K41 
(48%,45%,0%,41%)
(0.48/0.45/0.00/0.41)	

CMYK percentages

%48
%44.67
%0
%41.18

Codes

Color #4E5396 in popluar color models

4E5396
RGB7883150
HSL236°31.58%44.71%
HSB/HSV236°48.00%58.82%
CMYK48.00%44.67%0.00%
41.18%

Color #4E5396 in popluar number systems.

HEX4E5396
Decimal7883150
Binary1001110101001110010110
Octal116123226

Shades and tints

Shades of #4E5396

#4E5396
(78,83,150)
#474C89
(71,76,137)
#40457C
(64,69,124)
#393E6F
(57,62,111)
#323762
(50,55,98)
#2B3055
(43,48,85)
#242948
(36,41,72)
#1D223B
(29,34,59)
#161B2E
(22,27,46)
#0F1421
(15,20,33)
#080D14
(8,13,20)
#000000
(0,0,0)

Tints of #4E5396

#4E5396
(78,83,150)
#5E629F
(94,98,159)
#6E71A8
(110,113,168)
#7E80B1
(126,128,177)
#8E8FBA
(142,143,186)
#9E9EC3
(158,158,195)
#AEADCC
(174,173,204)
#BEBCD5
(190,188,213)
#CECBDE
(206,203,222)
#DEDAE7
(222,218,231)
#EEE9F0
(238,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E5396 color. Also use rgb(78,83,150) instead hex code.

Text Font Color

.myTextColor { color: #4E5396; }

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

This text font color is #4E5396.


Background Color

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

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

This div background color is #4E5396.


Border color

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

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

This div border color is #4E5396.


Opacity

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

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

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

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

This text has shadow with #4E5396 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E5396 on black background.


Color preview on white background

This text has color #4E5396 on white background.



Black color preview on #4E5396 background

This text has black color on #4E5396 background.


White color preview on #4E5396 background

This text has white color on #4E5396 background.