COLOR #4E5FC0

HEX: #4E5FC0
RGB: (78,95,192)

Color info

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

RGB color model

#4E5FC0 color RGB value is (78,95,192).

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

RGB channels and saturation

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

78
95
192

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

Portions of RGB colors in percentages

R + G + B =
78 + 95 + 192 = 365 (100%)
R 78 of 365 ~ 21.37%
G 95 of 365 ~ 26.03%
B 192 of 365 ~ 52.6%

%21.37
%26.03
%52.6

CMYK color model

#4E5FC0 color CMYK value is (59,51,0,25).

  • cyan value is 59.38%
  • magenta value is 50.52%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(59,51,0,25)
C59M51Y0K25 
(59%,51%,0%,25%)
(0.59/0.51/0.00/0.25)	

CMYK percentages

%59.38
%50.52
%0
%24.71

Codes

Color #4E5FC0 in popluar color models

4E5FC0
RGB7895192
HSL231°47.50%52.94%
HSB/HSV231°59.38%75.29%
CMYK59.38%50.52%0.00%
24.71%

Color #4E5FC0 in popluar number systems.

HEX4E5FC0
Decimal7895192
Binary1001110101111111000000
Octal116137300

Shades and tints

Shades of #4E5FC0

#4E5FC0
(78,95,192)
#4757AF
(71,87,175)
#404F9E
(64,79,158)
#39478D
(57,71,141)
#323F7C
(50,63,124)
#2B376B
(43,55,107)
#242F5A
(36,47,90)
#1D2749
(29,39,73)
#161F38
(22,31,56)
#0F1727
(15,23,39)
#080F16
(8,15,22)
#000000
(0,0,0)

Tints of #4E5FC0

#4E5FC0
(78,95,192)
#5E6DC5
(94,109,197)
#6E7BCA
(110,123,202)
#7E89CF
(126,137,207)
#8E97D4
(142,151,212)
#9EA5D9
(158,165,217)
#AEB3DE
(174,179,222)
#BEC1E3
(190,193,227)
#CECFE8
(206,207,232)
#DEDDED
(222,221,237)
#EEEBF2
(238,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E5FC0; }

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

This text font color is #4E5FC0.


Background Color

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

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

This div background color is #4E5FC0.


Border color

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

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

This div border color is #4E5FC0.


Opacity

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

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

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

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

This text has shadow with #4E5FC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E5FC0 on black background.


Color preview on white background

This text has color #4E5FC0 on white background.



Black color preview on #4E5FC0 background

This text has black color on #4E5FC0 background.


White color preview on #4E5FC0 background

This text has white color on #4E5FC0 background.