COLOR #4E30D4

HEX: #4E30D4
RGB: (78,48,212)

Color info

#4E30D4 contains mainly blue color. Web safe color of #4E30D4 is #6633CC (or #63C).

RGB color model

#4E30D4 color RGB value is (78,48,212).

  • red value is 78;
  • green value is 48;
  • blue value is 212.
RGB:
(78,48,212)
(31%,19%,83%)

RGB channels and saturation

R 78 of 255 = 31%
G 48 of 255 = 19%
B 212 of 255 = 83%

78
48
212

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

Portions of RGB colors in percentages

R + G + B =
78 + 48 + 212 = 338 (100%)
R 78 of 338 ~ 23.08%
G 48 of 338 ~ 14.2%
B 212 of 338 ~ 62.72%

%23.08
%14.2
%62.72

CMYK color model

#4E30D4 color CMYK value is (63,77,0,17).

  • cyan value is 63.21%
  • magenta value is 77.36%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(63,77,0,17)
C63M77Y0K17 
(63%,77%,0%,17%)
(0.63/0.77/0.00/0.17)	

CMYK percentages

%63.21
%77.36
%0
%16.86

Codes

Color #4E30D4 in popluar color models

4E30D4
RGB7848212
HSL251°65.60%50.98%
HSB/HSV251°77.36%83.14%
CMYK63.21%77.36%0.00%
16.86%

Color #4E30D4 in popluar number systems.

HEX4E30D4
Decimal7848212
Binary100111011000011010100
Octal11660324

Shades and tints

Shades of #4E30D4

#4E30D4
(78,48,212)
#472CC1
(71,44,193)
#4028AE
(64,40,174)
#39249B
(57,36,155)
#322088
(50,32,136)
#2B1C75
(43,28,117)
#241862
(36,24,98)
#1D144F
(29,20,79)
#16103C
(22,16,60)
#0F0C29
(15,12,41)
#080816
(8,8,22)
#000000
(0,0,0)

Tints of #4E30D4

#4E30D4
(78,48,212)
#5E42D7
(94,66,215)
#6E54DA
(110,84,218)
#7E66DD
(126,102,221)
#8E78E0
(142,120,224)
#9E8AE3
(158,138,227)
#AE9CE6
(174,156,230)
#BEAEE9
(190,174,233)
#CEC0EC
(206,192,236)
#DED2EF
(222,210,239)
#EEE4F2
(238,228,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E30D4 color. Also use rgb(78,48,212) instead hex code.

Text Font Color

.myTextColor { color: #4E30D4; }

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

This text font color is #4E30D4.


Background Color

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

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

This div background color is #4E30D4.


Border color

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

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

This div border color is #4E30D4.


Opacity

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

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

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

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

This text has shadow with #4E30D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E30D4 on black background.


Color preview on white background

This text has color #4E30D4 on white background.



Black color preview on #4E30D4 background

This text has black color on #4E30D4 background.


White color preview on #4E30D4 background

This text has white color on #4E30D4 background.