COLOR #4E50A3

HEX: #4E50A3
RGB: (78,80,163)

Color info

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

RGB color model

#4E50A3 color RGB value is (78,80,163).

  • red value is 78;
  • green value is 80;
  • blue value is 163.
RGB:
(78,80,163)
(31%,31%,64%)

RGB channels and saturation

R 78 of 255 = 31%
G 80 of 255 = 31%
B 163 of 255 = 64%

78
80
163

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

Portions of RGB colors in percentages

R + G + B =
78 + 80 + 163 = 321 (100%)
R 78 of 321 ~ 24.3%
G 80 of 321 ~ 24.92%
B 163 of 321 ~ 50.78%

%24.3
%24.92
%50.78

CMYK color model

#4E50A3 color CMYK value is (52,51,0,36).

  • cyan value is 52.15%
  • magenta value is 50.92%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(52,51,0,36)
C52M51Y0K36 
(52%,51%,0%,36%)
(0.52/0.51/0.00/0.36)	

CMYK percentages

%52.15
%50.92
%0
%36.08

Codes

Color #4E50A3 in popluar color models

4E50A3
RGB7880163
HSL239°35.27%47.25%
HSB/HSV239°52.15%63.92%
CMYK52.15%50.92%0.00%
36.08%

Color #4E50A3 in popluar number systems.

HEX4E50A3
Decimal7880163
Binary1001110101000010100011
Octal116120243

Shades and tints

Shades of #4E50A3

#4E50A3
(78,80,163)
#474995
(71,73,149)
#404287
(64,66,135)
#393B79
(57,59,121)
#32346B
(50,52,107)
#2B2D5D
(43,45,93)
#24264F
(36,38,79)
#1D1F41
(29,31,65)
#161833
(22,24,51)
#0F1125
(15,17,37)
#080A17
(8,10,23)
#000000
(0,0,0)

Tints of #4E50A3

#4E50A3
(78,80,163)
#5E5FAB
(94,95,171)
#6E6EB3
(110,110,179)
#7E7DBB
(126,125,187)
#8E8CC3
(142,140,195)
#9E9BCB
(158,155,203)
#AEAAD3
(174,170,211)
#BEB9DB
(190,185,219)
#CEC8E3
(206,200,227)
#DED7EB
(222,215,235)
#EEE6F3
(238,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E50A3 color. Also use rgb(78,80,163) instead hex code.

Text Font Color

.myTextColor { color: #4E50A3; }

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

This text font color is #4E50A3.


Background Color

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

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

This div background color is #4E50A3.


Border color

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

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

This div border color is #4E50A3.


Opacity

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

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

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

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

This text has shadow with #4E50A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E50A3 on black background.


Color preview on white background

This text has color #4E50A3 on white background.



Black color preview on #4E50A3 background

This text has black color on #4E50A3 background.


White color preview on #4E50A3 background

This text has white color on #4E50A3 background.