COLOR #4E5FBE

HEX: #4E5FBE
RGB: (78,95,190)

Color info

#4E5FBE contains mainly blue color. Web safe color of #4E5FBE is #6666CC (or #66C).

RGB color model

#4E5FBE color RGB value is (78,95,190).

  • red value is 78;
  • green value is 95;
  • blue value is 190.
RGB:
(78,95,190)
(31%,37%,75%)

RGB channels and saturation

R 78 of 255 = 31%
G 95 of 255 = 37%
B 190 of 255 = 75%

78
95
190

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

Portions of RGB colors in percentages

R + G + B =
78 + 95 + 190 = 363 (100%)
R 78 of 363 ~ 21.49%
G 95 of 363 ~ 26.17%
B 190 of 363 ~ 52.34%

%21.49
%26.17
%52.34

CMYK color model

#4E5FBE color CMYK value is (59,50,0,25).

  • cyan value is 58.95%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(59,50,0,25)
C59M50Y0K25 
(59%,50%,0%,25%)
(0.59/0.50/0.00/0.25)	

CMYK percentages

%58.95
%50
%0
%25.49

Codes

Color #4E5FBE in popluar color models

4E5FBE
RGB7895190
HSL231°46.28%52.55%
HSB/HSV231°58.95%74.51%
CMYK58.95%50.00%0.00%
25.49%

Color #4E5FBE in popluar number systems.

HEX4E5FBE
Decimal7895190
Binary1001110101111110111110
Octal116137276

Shades and tints

Shades of #4E5FBE

#4E5FBE
(78,95,190)
#4757AD
(71,87,173)
#404F9C
(64,79,156)
#39478B
(57,71,139)
#323F7A
(50,63,122)
#2B3769
(43,55,105)
#242F58
(36,47,88)
#1D2747
(29,39,71)
#161F36
(22,31,54)
#0F1725
(15,23,37)
#080F14
(8,15,20)
#000000
(0,0,0)

Tints of #4E5FBE

#4E5FBE
(78,95,190)
#5E6DC3
(94,109,195)
#6E7BC8
(110,123,200)
#7E89CD
(126,137,205)
#8E97D2
(142,151,210)
#9EA5D7
(158,165,215)
#AEB3DC
(174,179,220)
#BEC1E1
(190,193,225)
#CECFE6
(206,207,230)
#DEDDEB
(222,221,235)
#EEEBF0
(238,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E5FBE color. Also use rgb(78,95,190) instead hex code.

Text Font Color

.myTextColor { color: #4E5FBE; }

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

This text font color is #4E5FBE.


Background Color

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

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

This div background color is #4E5FBE.


Border color

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

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

This div border color is #4E5FBE.


Opacity

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

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

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

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

This text has shadow with #4E5FBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E5FBE on black background.


Color preview on white background

This text has color #4E5FBE on white background.



Black color preview on #4E5FBE background

This text has black color on #4E5FBE background.


White color preview on #4E5FBE background

This text has white color on #4E5FBE background.