COLOR #4E0B99

HEX: #4E0B99
RGB: (78,11,153)

Color info

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

RGB color model

#4E0B99 color RGB value is (78,11,153).

  • red value is 78;
  • green value is 11;
  • blue value is 153.
RGB:
(78,11,153)
(31%,4%,60%)

RGB channels and saturation

R 78 of 255 = 31%
G 11 of 255 = 4%
B 153 of 255 = 60%

78
11
153

R + G + B ~ 32%. #4E0B99 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 11 + 153 = 242 (100%)
R 78 of 242 ~ 32.23%
G 11 of 242 ~ 4.55%
B 153 of 242 ~ 63.22%

%32.23
%63.22

CMYK color model

#4E0B99 color CMYK value is (49,93,0,40).

  • cyan value is 49.02%
  • magenta value is 92.81%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(49,93,0,40)
C49M93Y0K40 
(49%,93%,0%,40%)
(0.49/0.93/0.00/0.40)	

CMYK percentages

%49.02
%92.81
%0
%40

Codes

Color #4E0B99 in popluar color models

4E0B99
RGB7811153
HSL268°86.59%32.16%
HSB/HSV268°92.81%60.00%
CMYK49.02%92.81%0.00%
40.00%

Color #4E0B99 in popluar number systems.

HEX4E0B99
Decimal7811153
Binary1001110101110011001
Octal11613231

Shades and tints

Shades of #4E0B99

#4E0B99
(78,11,153)
#470A8C
(71,10,140)
#40097F
(64,9,127)
#390872
(57,8,114)
#320765
(50,7,101)
#2B0658
(43,6,88)
#24054B
(36,5,75)
#1D043E
(29,4,62)
#160331
(22,3,49)
#0F0224
(15,2,36)
#080117
(8,1,23)
#000000
(0,0,0)

Tints of #4E0B99

#4E0B99
(78,11,153)
#5E21A2
(94,33,162)
#6E37AB
(110,55,171)
#7E4DB4
(126,77,180)
#8E63BD
(142,99,189)
#9E79C6
(158,121,198)
#AE8FCF
(174,143,207)
#BEA5D8
(190,165,216)
#CEBBE1
(206,187,225)
#DED1EA
(222,209,234)
#EEE7F3
(238,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E0B99; }

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

This text font color is #4E0B99.


Background Color

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

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

This div background color is #4E0B99.


Border color

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

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

This div border color is #4E0B99.


Opacity

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

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

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

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

This text has shadow with #4E0B99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E0B99 on black background.


Color preview on white background

This text has color #4E0B99 on white background.



Black color preview on #4E0B99 background

This text has black color on #4E0B99 background.


White color preview on #4E0B99 background

This text has white color on #4E0B99 background.