COLOR #4E048F

HEX: #4E048F
RGB: (78,4,143)

Color info

#4E048F contains mainly blue color. Web safe color of #4E048F is #660099 (or #609).

RGB color model

#4E048F color RGB value is (78,4,143).

  • red value is 78;
  • green value is 4;
  • blue value is 143.
RGB:
(78,4,143)
(31%,2%,56%)

RGB channels and saturation

R 78 of 255 = 31%
G 4 of 255 = 2%
B 143 of 255 = 56%

78
4
143

R + G + B ~ 30%. #4E048F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 4 + 143 = 225 (100%)
R 78 of 225 ~ 34.67%
G 4 of 225 ~ 1.78%
B 143 of 225 ~ 63.56%

%34.67
%63.56

CMYK color model

#4E048F color CMYK value is (45,97,0,44).

  • cyan value is 45.45%
  • magenta value is 97.20%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(45,97,0,44)
C45M97Y0K44 
(45%,97%,0%,44%)
(0.45/0.97/0.00/0.44)	

CMYK percentages

%45.45
%97.2
%0
%43.92

Codes

Color #4E048F in popluar color models

4E048F
RGB784143
HSL272°94.56%28.82%
HSB/HSV272°97.20%56.08%
CMYK45.45%97.20%0.00%
43.92%

Color #4E048F in popluar number systems.

HEX4E048F
Decimal784143
Binary100111010010001111
Octal1164217

Shades and tints

Shades of #4E048F

#4E048F
(78,4,143)
#470482
(71,4,130)
#400475
(64,4,117)
#390468
(57,4,104)
#32045B
(50,4,91)
#2B044E
(43,4,78)
#240441
(36,4,65)
#1D0434
(29,4,52)
#160427
(22,4,39)
#0F041A
(15,4,26)
#08040D
(8,4,13)
#000000
(0,0,0)

Tints of #4E048F

#4E048F
(78,4,143)
#5E1A99
(94,26,153)
#6E30A3
(110,48,163)
#7E46AD
(126,70,173)
#8E5CB7
(142,92,183)
#9E72C1
(158,114,193)
#AE88CB
(174,136,203)
#BE9ED5
(190,158,213)
#CEB4DF
(206,180,223)
#DECAE9
(222,202,233)
#EEE0F3
(238,224,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E048F; }

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

This text font color is #4E048F.


Background Color

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

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

This div background color is #4E048F.


Border color

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

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

This div border color is #4E048F.


Opacity

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

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

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

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

This text has shadow with #4E048F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E048F on black background.


Color preview on white background

This text has color #4E048F on white background.



Black color preview on #4E048F background

This text has black color on #4E048F background.


White color preview on #4E048F background

This text has white color on #4E048F background.