COLOR #4E5CC2

HEX: #4E5CC2
RGB: (78,92,194)

Color info

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

RGB color model

#4E5CC2 color RGB value is (78,92,194).

  • red value is 78;
  • green value is 92;
  • blue value is 194.
RGB:
(78,92,194)
(31%,36%,76%)

RGB channels and saturation

R 78 of 255 = 31%
G 92 of 255 = 36%
B 194 of 255 = 76%

78
92
194

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

Portions of RGB colors in percentages

R + G + B =
78 + 92 + 194 = 364 (100%)
R 78 of 364 ~ 21.43%
G 92 of 364 ~ 25.27%
B 194 of 364 ~ 53.3%

%21.43
%25.27
%53.3

CMYK color model

#4E5CC2 color CMYK value is (60,53,0,24).

  • cyan value is 59.79%
  • magenta value is 52.58%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(60,53,0,24)
C60M53Y0K24 
(60%,53%,0%,24%)
(0.60/0.53/0.00/0.24)	

CMYK percentages

%59.79
%52.58
%0
%23.92

Codes

Color #4E5CC2 in popluar color models

4E5CC2
RGB7892194
HSL233°48.74%53.33%
HSB/HSV233°59.79%76.08%
CMYK59.79%52.58%0.00%
23.92%

Color #4E5CC2 in popluar number systems.

HEX4E5CC2
Decimal7892194
Binary1001110101110011000010
Octal116134302

Shades and tints

Shades of #4E5CC2

#4E5CC2
(78,92,194)
#4754B1
(71,84,177)
#404CA0
(64,76,160)
#39448F
(57,68,143)
#323C7E
(50,60,126)
#2B346D
(43,52,109)
#242C5C
(36,44,92)
#1D244B
(29,36,75)
#161C3A
(22,28,58)
#0F1429
(15,20,41)
#080C18
(8,12,24)
#000000
(0,0,0)

Tints of #4E5CC2

#4E5CC2
(78,92,194)
#5E6AC7
(94,106,199)
#6E78CC
(110,120,204)
#7E86D1
(126,134,209)
#8E94D6
(142,148,214)
#9EA2DB
(158,162,219)
#AEB0E0
(174,176,224)
#BEBEE5
(190,190,229)
#CECCEA
(206,204,234)
#DEDAEF
(222,218,239)
#EEE8F4
(238,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E5CC2 color. Also use rgb(78,92,194) instead hex code.

Text Font Color

.myTextColor { color: #4E5CC2; }

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

This text font color is #4E5CC2.


Background Color

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

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

This div background color is #4E5CC2.


Border color

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

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

This div border color is #4E5CC2.


Opacity

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

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

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

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

This text has shadow with #4E5CC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E5CC2 on black background.


Color preview on white background

This text has color #4E5CC2 on white background.



Black color preview on #4E5CC2 background

This text has black color on #4E5CC2 background.


White color preview on #4E5CC2 background

This text has white color on #4E5CC2 background.