COLOR #4E1F49

HEX: #4E1F49
RGB: (78,31,73)

Color info

#4E1F49 contains red, green and blue colors in about the same proportion. Web safe color of #4E1F49 is #663333 (or #633).

RGB color model

#4E1F49 color RGB value is (78,31,73).

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

RGB channels and saturation

R 78 of 255 = 31%
G 31 of 255 = 12%
B 73 of 255 = 29%

78
31
73

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

Portions of RGB colors in percentages

R + G + B =
78 + 31 + 73 = 182 (100%)
R 78 of 182 ~ 42.86%
G 31 of 182 ~ 17.03%
B 73 of 182 ~ 40.11%

%42.86
%17.03
%40.11

CMYK color model

#4E1F49 color CMYK value is (0,60,6,69).

  • cyan value is 0.00%
  • magenta value is 60.26%
  • yellow value is 6.41%
  • key color value is 69.41%
CMYK:
(0,60,6,69)
C0M60Y6K69 
(0%,60%,6%,69%)
(0.00/0.60/0.06/0.69)	

CMYK percentages

%0
%60.26
%6.41
%69.41

Codes

Color #4E1F49 in popluar color models

4E1F49
RGB783173
HSL306°43.12%21.37%
HSB/HSV306°60.26%30.59%
CMYK0.00%60.26%6.41%
69.41%

Color #4E1F49 in popluar number systems.

HEX4E1F49
Decimal783173
Binary1001110111111001001
Octal11637111

Shades and tints

Shades of #4E1F49

#4E1F49
(78,31,73)
#471D43
(71,29,67)
#401B3D
(64,27,61)
#391937
(57,25,55)
#321731
(50,23,49)
#2B152B
(43,21,43)
#241325
(36,19,37)
#1D111F
(29,17,31)
#160F19
(22,15,25)
#0F0D13
(15,13,19)
#080B0D
(8,11,13)
#000000
(0,0,0)

Tints of #4E1F49

#4E1F49
(78,31,73)
#5E3359
(94,51,89)
#6E4769
(110,71,105)
#7E5B79
(126,91,121)
#8E6F89
(142,111,137)
#9E8399
(158,131,153)
#AE97A9
(174,151,169)
#BEABB9
(190,171,185)
#CEBFC9
(206,191,201)
#DED3D9
(222,211,217)
#EEE7E9
(238,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E1F49; }

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

This text font color is #4E1F49.


Background Color

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

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

This div background color is #4E1F49.


Border color

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

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

This div border color is #4E1F49.


Opacity

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

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

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

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

This text has shadow with #4E1F49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E1F49 on black background.


Color preview on white background

This text has color #4E1F49 on white background.



Black color preview on #4E1F49 background

This text has black color on #4E1F49 background.


White color preview on #4E1F49 background

This text has white color on #4E1F49 background.