COLOR #4E52C8

HEX: #4E52C8
RGB: (78,82,200)

Color info

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

RGB color model

#4E52C8 color RGB value is (78,82,200).

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

RGB channels and saturation

R 78 of 255 = 31%
G 82 of 255 = 32%
B 200 of 255 = 78%

78
82
200

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

Portions of RGB colors in percentages

R + G + B =
78 + 82 + 200 = 360 (100%)
R 78 of 360 ~ 21.67%
G 82 of 360 ~ 22.78%
B 200 of 360 ~ 55.56%

%21.67
%22.78
%55.56

CMYK color model

#4E52C8 color CMYK value is (61,59,0,22).

  • cyan value is 61.00%
  • magenta value is 59.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(61,59,0,22)
C61M59Y0K22 
(61%,59%,0%,22%)
(0.61/0.59/0.00/0.22)	

CMYK percentages

%61
%59
%0
%21.57

Codes

Color #4E52C8 in popluar color models

4E52C8
RGB7882200
HSL238°52.59%54.51%
HSB/HSV238°61.00%78.43%
CMYK61.00%59.00%0.00%
21.57%

Color #4E52C8 in popluar number systems.

HEX4E52C8
Decimal7882200
Binary1001110101001011001000
Octal116122310

Shades and tints

Shades of #4E52C8

#4E52C8
(78,82,200)
#474BB6
(71,75,182)
#4044A4
(64,68,164)
#393D92
(57,61,146)
#323680
(50,54,128)
#2B2F6E
(43,47,110)
#24285C
(36,40,92)
#1D214A
(29,33,74)
#161A38
(22,26,56)
#0F1326
(15,19,38)
#080C14
(8,12,20)
#000000
(0,0,0)

Tints of #4E52C8

#4E52C8
(78,82,200)
#5E61CD
(94,97,205)
#6E70D2
(110,112,210)
#7E7FD7
(126,127,215)
#8E8EDC
(142,142,220)
#9E9DE1
(158,157,225)
#AEACE6
(174,172,230)
#BEBBEB
(190,187,235)
#CECAF0
(206,202,240)
#DED9F5
(222,217,245)
#EEE8FA
(238,232,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E52C8; }

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

This text font color is #4E52C8.


Background Color

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

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

This div background color is #4E52C8.


Border color

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

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

This div border color is #4E52C8.


Opacity

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

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

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

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

This text has shadow with #4E52C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E52C8 on black background.


Color preview on white background

This text has color #4E52C8 on white background.



Black color preview on #4E52C8 background

This text has black color on #4E52C8 background.


White color preview on #4E52C8 background

This text has white color on #4E52C8 background.