COLOR #4E0F5B

HEX: #4E0F5B
RGB: (78,15,91)

Color info

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

RGB color model

#4E0F5B color RGB value is (78,15,91).

  • red value is 78;
  • green value is 15;
  • blue value is 91.
RGB:
(78,15,91)
(31%,6%,36%)

RGB channels and saturation

R 78 of 255 = 31%
G 15 of 255 = 6%
B 91 of 255 = 36%

78
15
91

R + G + B ~ 24%. #4E0F5B is dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 15 + 91 = 184 (100%)
R 78 of 184 ~ 42.39%
G 15 of 184 ~ 8.15%
B 91 of 184 ~ 49.46%

%42.39
%49.46

CMYK color model

#4E0F5B color CMYK value is (14,84,0,64).

  • cyan value is 14.29%
  • magenta value is 83.52%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(14,84,0,64)
C14M84Y0K64 
(14%,84%,0%,64%)
(0.14/0.84/0.00/0.64)	

CMYK percentages

%14.29
%83.52
%0
%64.31

Codes

Color #4E0F5B in popluar color models

4E0F5B
RGB781591
HSL290°71.70%20.78%
HSB/HSV290°83.52%35.69%
CMYK14.29%83.52%0.00%
64.31%

Color #4E0F5B in popluar number systems.

HEX4E0F5B
Decimal781591
Binary100111011111011011
Octal11617133

Shades and tints

Shades of #4E0F5B

#4E0F5B
(78,15,91)
#470E53
(71,14,83)
#400D4B
(64,13,75)
#390C43
(57,12,67)
#320B3B
(50,11,59)
#2B0A33
(43,10,51)
#24092B
(36,9,43)
#1D0823
(29,8,35)
#16071B
(22,7,27)
#0F0613
(15,6,19)
#08050B
(8,5,11)
#000000
(0,0,0)

Tints of #4E0F5B

#4E0F5B
(78,15,91)
#5E2469
(94,36,105)
#6E3977
(110,57,119)
#7E4E85
(126,78,133)
#8E6393
(142,99,147)
#9E78A1
(158,120,161)
#AE8DAF
(174,141,175)
#BEA2BD
(190,162,189)
#CEB7CB
(206,183,203)
#DECCD9
(222,204,217)
#EEE1E7
(238,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E0F5B; }

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

This text font color is #4E0F5B.


Background Color

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

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

This div background color is #4E0F5B.


Border color

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

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

This div border color is #4E0F5B.


Opacity

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

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

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

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

This text has shadow with #4E0F5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E0F5B on black background.


Color preview on white background

This text has color #4E0F5B on white background.



Black color preview on #4E0F5B background

This text has black color on #4E0F5B background.


White color preview on #4E0F5B background

This text has white color on #4E0F5B background.