COLOR #4E52B3

HEX: #4E52B3
RGB: (78,82,179)

Color info

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

RGB color model

#4E52B3 color RGB value is (78,82,179).

  • red value is 78;
  • green value is 82;
  • blue value is 179.
RGB:
(78,82,179)
(31%,32%,70%)

RGB channels and saturation

R 78 of 255 = 31%
G 82 of 255 = 32%
B 179 of 255 = 70%

78
82
179

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

Portions of RGB colors in percentages

R + G + B =
78 + 82 + 179 = 339 (100%)
R 78 of 339 ~ 23.01%
G 82 of 339 ~ 24.19%
B 179 of 339 ~ 52.8%

%23.01
%24.19
%52.8

CMYK color model

#4E52B3 color CMYK value is (56,54,0,30).

  • cyan value is 56.42%
  • magenta value is 54.19%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(56,54,0,30)
C56M54Y0K30 
(56%,54%,0%,30%)
(0.56/0.54/0.00/0.30)	

CMYK percentages

%56.42
%54.19
%0
%29.8

Codes

Color #4E52B3 in popluar color models

4E52B3
RGB7882179
HSL238°39.92%50.39%
HSB/HSV238°56.42%70.20%
CMYK56.42%54.19%0.00%
29.80%

Color #4E52B3 in popluar number systems.

HEX4E52B3
Decimal7882179
Binary1001110101001010110011
Octal116122263

Shades and tints

Shades of #4E52B3

#4E52B3
(78,82,179)
#474BA3
(71,75,163)
#404493
(64,68,147)
#393D83
(57,61,131)
#323673
(50,54,115)
#2B2F63
(43,47,99)
#242853
(36,40,83)
#1D2143
(29,33,67)
#161A33
(22,26,51)
#0F1323
(15,19,35)
#080C13
(8,12,19)
#000000
(0,0,0)

Tints of #4E52B3

#4E52B3
(78,82,179)
#5E61B9
(94,97,185)
#6E70BF
(110,112,191)
#7E7FC5
(126,127,197)
#8E8ECB
(142,142,203)
#9E9DD1
(158,157,209)
#AEACD7
(174,172,215)
#BEBBDD
(190,187,221)
#CECAE3
(206,202,227)
#DED9E9
(222,217,233)
#EEE8EF
(238,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E52B3 color. Also use rgb(78,82,179) instead hex code.

Text Font Color

.myTextColor { color: #4E52B3; }

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

This text font color is #4E52B3.


Background Color

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

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

This div background color is #4E52B3.


Border color

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

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

This div border color is #4E52B3.


Opacity

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

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

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

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

This text has shadow with #4E52B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E52B3 on black background.


Color preview on white background

This text has color #4E52B3 on white background.



Black color preview on #4E52B3 background

This text has black color on #4E52B3 background.


White color preview on #4E52B3 background

This text has white color on #4E52B3 background.