COLOR #4E17DF

HEX: #4E17DF
RGB: (78,23,223)

Color info

#4E17DF contains mainly blue color. Web safe color of #4E17DF is #6600CC (or #60C).

RGB color model

#4E17DF color RGB value is (78,23,223).

  • red value is 78;
  • green value is 23;
  • blue value is 223.
RGB:
(78,23,223)
(31%,9%,87%)

RGB channels and saturation

R 78 of 255 = 31%
G 23 of 255 = 9%
B 223 of 255 = 87%

78
23
223

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

Portions of RGB colors in percentages

R + G + B =
78 + 23 + 223 = 324 (100%)
R 78 of 324 ~ 24.07%
G 23 of 324 ~ 7.1%
B 223 of 324 ~ 68.83%

%24.07
%68.83

CMYK color model

#4E17DF color CMYK value is (65,90,0,13).

  • cyan value is 65.02%
  • magenta value is 89.69%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(65,90,0,13)
C65M90Y0K13 
(65%,90%,0%,13%)
(0.65/0.90/0.00/0.13)	

CMYK percentages

%65.02
%89.69
%0
%12.55

Codes

Color #4E17DF in popluar color models

4E17DF
RGB7823223
HSL257°81.30%48.24%
HSB/HSV257°89.69%87.45%
CMYK65.02%89.69%0.00%
12.55%

Color #4E17DF in popluar number systems.

HEX4E17DF
Decimal7823223
Binary10011101011111011111
Octal11627337

Shades and tints

Shades of #4E17DF

#4E17DF
(78,23,223)
#4715CB
(71,21,203)
#4013B7
(64,19,183)
#3911A3
(57,17,163)
#320F8F
(50,15,143)
#2B0D7B
(43,13,123)
#240B67
(36,11,103)
#1D0953
(29,9,83)
#16073F
(22,7,63)
#0F052B
(15,5,43)
#080317
(8,3,23)
#000000
(0,0,0)

Tints of #4E17DF

#4E17DF
(78,23,223)
#5E2CE1
(94,44,225)
#6E41E3
(110,65,227)
#7E56E5
(126,86,229)
#8E6BE7
(142,107,231)
#9E80E9
(158,128,233)
#AE95EB
(174,149,235)
#BEAAED
(190,170,237)
#CEBFEF
(206,191,239)
#DED4F1
(222,212,241)
#EEE9F3
(238,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E17DF color. Also use rgb(78,23,223) instead hex code.

Text Font Color

.myTextColor { color: #4E17DF; }

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

This text font color is #4E17DF.


Background Color

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

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

This div background color is #4E17DF.


Border color

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

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

This div border color is #4E17DF.


Opacity

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

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

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

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

This text has shadow with #4E17DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E17DF on black background.


Color preview on white background

This text has color #4E17DF on white background.



Black color preview on #4E17DF background

This text has black color on #4E17DF background.


White color preview on #4E17DF background

This text has white color on #4E17DF background.