COLOR #4E087F

HEX: #4E087F
RGB: (78,8,127)

Color info

#4E087F contains mainly red and blue colors. Web safe color of #4E087F is #660066 (or #606).

RGB color model

#4E087F color RGB value is (78,8,127).

  • red value is 78;
  • green value is 8;
  • blue value is 127.
RGB:
(78,8,127)
(31%,3%,50%)

RGB channels and saturation

R 78 of 255 = 31%
G 8 of 255 = 3%
B 127 of 255 = 50%

78
8
127

R + G + B ~ 28%. #4E087F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 8 + 127 = 213 (100%)
R 78 of 213 ~ 36.62%
G 8 of 213 ~ 3.76%
B 127 of 213 ~ 59.62%

%36.62
%59.62

CMYK color model

#4E087F color CMYK value is (39,94,0,50).

  • cyan value is 38.58%
  • magenta value is 93.70%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(39,94,0,50)
C39M94Y0K50 
(39%,94%,0%,50%)
(0.39/0.94/0.00/0.50)	

CMYK percentages

%38.58
%93.7
%0
%50.2

Codes

Color #4E087F in popluar color models

4E087F
RGB788127
HSL275°88.15%26.47%
HSB/HSV275°93.70%49.80%
CMYK38.58%93.70%0.00%
50.20%

Color #4E087F in popluar number systems.

HEX4E087F
Decimal788127
Binary100111010001111111
Octal11610177

Shades and tints

Shades of #4E087F

#4E087F
(78,8,127)
#470874
(71,8,116)
#400869
(64,8,105)
#39085E
(57,8,94)
#320853
(50,8,83)
#2B0848
(43,8,72)
#24083D
(36,8,61)
#1D0832
(29,8,50)
#160827
(22,8,39)
#0F081C
(15,8,28)
#080811
(8,8,17)
#000000
(0,0,0)

Tints of #4E087F

#4E087F
(78,8,127)
#5E1E8A
(94,30,138)
#6E3495
(110,52,149)
#7E4AA0
(126,74,160)
#8E60AB
(142,96,171)
#9E76B6
(158,118,182)
#AE8CC1
(174,140,193)
#BEA2CC
(190,162,204)
#CEB8D7
(206,184,215)
#DECEE2
(222,206,226)
#EEE4ED
(238,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E087F; }

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

This text font color is #4E087F.


Background Color

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

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

This div background color is #4E087F.


Border color

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

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

This div border color is #4E087F.


Opacity

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

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

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

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

This text has shadow with #4E087F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E087F on black background.


Color preview on white background

This text has color #4E087F on white background.



Black color preview on #4E087F background

This text has black color on #4E087F background.


White color preview on #4E087F background

This text has white color on #4E087F background.