COLOR #4E1F7B

HEX: #4E1F7B
RGB: (78,31,123)

Color info

#4E1F7B contains mainly red and blue colors. Web safe color of #4E1F7B is #663366 (or #636).

RGB color model

#4E1F7B color RGB value is (78,31,123).

  • red value is 78;
  • green value is 31;
  • blue value is 123.
RGB:
(78,31,123)
(31%,12%,48%)

RGB channels and saturation

R 78 of 255 = 31%
G 31 of 255 = 12%
B 123 of 255 = 48%

78
31
123

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

Portions of RGB colors in percentages

R + G + B =
78 + 31 + 123 = 232 (100%)
R 78 of 232 ~ 33.62%
G 31 of 232 ~ 13.36%
B 123 of 232 ~ 53.02%

%33.62
%13.36
%53.02

CMYK color model

#4E1F7B color CMYK value is (37,75,0,52).

  • cyan value is 36.59%
  • magenta value is 74.80%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(37,75,0,52)
C37M75Y0K52 
(37%,75%,0%,52%)
(0.37/0.75/0.00/0.52)	

CMYK percentages

%36.59
%74.8
%0
%51.76

Codes

Color #4E1F7B in popluar color models

4E1F7B
RGB7831123
HSL271°59.74%30.20%
HSB/HSV271°74.80%48.24%
CMYK36.59%74.80%0.00%
51.76%

Color #4E1F7B in popluar number systems.

HEX4E1F7B
Decimal7831123
Binary1001110111111111011
Octal11637173

Shades and tints

Shades of #4E1F7B

#4E1F7B
(78,31,123)
#471D70
(71,29,112)
#401B65
(64,27,101)
#39195A
(57,25,90)
#32174F
(50,23,79)
#2B1544
(43,21,68)
#241339
(36,19,57)
#1D112E
(29,17,46)
#160F23
(22,15,35)
#0F0D18
(15,13,24)
#080B0D
(8,11,13)
#000000
(0,0,0)

Tints of #4E1F7B

#4E1F7B
(78,31,123)
#5E3387
(94,51,135)
#6E4793
(110,71,147)
#7E5B9F
(126,91,159)
#8E6FAB
(142,111,171)
#9E83B7
(158,131,183)
#AE97C3
(174,151,195)
#BEABCF
(190,171,207)
#CEBFDB
(206,191,219)
#DED3E7
(222,211,231)
#EEE7F3
(238,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E1F7B; }

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

This text font color is #4E1F7B.


Background Color

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

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

This div background color is #4E1F7B.


Border color

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

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

This div border color is #4E1F7B.


Opacity

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

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

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

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

This text has shadow with #4E1F7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E1F7B on black background.


Color preview on white background

This text has color #4E1F7B on white background.



Black color preview on #4E1F7B background

This text has black color on #4E1F7B background.


White color preview on #4E1F7B background

This text has white color on #4E1F7B background.