COLOR #4E146B

HEX: #4E146B
RGB: (78,20,107)

Color info

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

RGB color model

#4E146B color RGB value is (78,20,107).

  • red value is 78;
  • green value is 20;
  • blue value is 107.
RGB:
(78,20,107)
(31%,8%,42%)

RGB channels and saturation

R 78 of 255 = 31%
G 20 of 255 = 8%
B 107 of 255 = 42%

78
20
107

R + G + B ~ 27%. #4E146B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 20 + 107 = 205 (100%)
R 78 of 205 ~ 38.05%
G 20 of 205 ~ 9.76%
B 107 of 205 ~ 52.2%

%38.05
%9.76
%52.2

CMYK color model

#4E146B color CMYK value is (27,81,0,58).

  • cyan value is 27.10%
  • magenta value is 81.31%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(27,81,0,58)
C27M81Y0K58 
(27%,81%,0%,58%)
(0.27/0.81/0.00/0.58)	

CMYK percentages

%27.1
%81.31
%0
%58.04

Codes

Color #4E146B in popluar color models

4E146B
RGB7820107
HSL280°68.50%24.90%
HSB/HSV280°81.31%41.96%
CMYK27.10%81.31%0.00%
58.04%

Color #4E146B in popluar number systems.

HEX4E146B
Decimal7820107
Binary1001110101001101011
Octal11624153

Shades and tints

Shades of #4E146B

#4E146B
(78,20,107)
#471362
(71,19,98)
#401259
(64,18,89)
#391150
(57,17,80)
#321047
(50,16,71)
#2B0F3E
(43,15,62)
#240E35
(36,14,53)
#1D0D2C
(29,13,44)
#160C23
(22,12,35)
#0F0B1A
(15,11,26)
#080A11
(8,10,17)
#000000
(0,0,0)

Tints of #4E146B

#4E146B
(78,20,107)
#5E2978
(94,41,120)
#6E3E85
(110,62,133)
#7E5392
(126,83,146)
#8E689F
(142,104,159)
#9E7DAC
(158,125,172)
#AE92B9
(174,146,185)
#BEA7C6
(190,167,198)
#CEBCD3
(206,188,211)
#DED1E0
(222,209,224)
#EEE6ED
(238,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E146B; }

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

This text font color is #4E146B.


Background Color

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

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

This div background color is #4E146B.


Border color

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

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

This div border color is #4E146B.


Opacity

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

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

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

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

This text has shadow with #4E146B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E146B on black background.


Color preview on white background

This text has color #4E146B on white background.



Black color preview on #4E146B background

This text has black color on #4E146B background.


White color preview on #4E146B background

This text has white color on #4E146B background.