COLOR #4E2F69

HEX: #4E2F69
RGB: (78,47,105)

Color info

#4E2F69 contains red, green and blue colors in about the same proportion. Web safe color of #4E2F69 is #663366 (or #636).

RGB color model

#4E2F69 color RGB value is (78,47,105).

  • red value is 78;
  • green value is 47;
  • blue value is 105.
RGB:
(78,47,105)
(31%,18%,41%)

RGB channels and saturation

R 78 of 255 = 31%
G 47 of 255 = 18%
B 105 of 255 = 41%

78
47
105

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

Portions of RGB colors in percentages

R + G + B =
78 + 47 + 105 = 230 (100%)
R 78 of 230 ~ 33.91%
G 47 of 230 ~ 20.43%
B 105 of 230 ~ 45.65%

%33.91
%20.43
%45.65

CMYK color model

#4E2F69 color CMYK value is (26,55,0,59).

  • cyan value is 25.71%
  • magenta value is 55.24%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(26,55,0,59)
C26M55Y0K59 
(26%,55%,0%,59%)
(0.26/0.55/0.00/0.59)	

CMYK percentages

%25.71
%55.24
%0
%58.82

Codes

Color #4E2F69 in popluar color models

4E2F69
RGB7847105
HSL272°38.16%29.80%
HSB/HSV272°55.24%41.18%
CMYK25.71%55.24%0.00%
58.82%

Color #4E2F69 in popluar number systems.

HEX4E2F69
Decimal7847105
Binary10011101011111101001
Octal11657151

Shades and tints

Shades of #4E2F69

#4E2F69
(78,47,105)
#472B60
(71,43,96)
#402757
(64,39,87)
#39234E
(57,35,78)
#321F45
(50,31,69)
#2B1B3C
(43,27,60)
#241733
(36,23,51)
#1D132A
(29,19,42)
#160F21
(22,15,33)
#0F0B18
(15,11,24)
#08070F
(8,7,15)
#000000
(0,0,0)

Tints of #4E2F69

#4E2F69
(78,47,105)
#5E4176
(94,65,118)
#6E5383
(110,83,131)
#7E6590
(126,101,144)
#8E779D
(142,119,157)
#9E89AA
(158,137,170)
#AE9BB7
(174,155,183)
#BEADC4
(190,173,196)
#CEBFD1
(206,191,209)
#DED1DE
(222,209,222)
#EEE3EB
(238,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E2F69 color. Also use rgb(78,47,105) instead hex code.

Text Font Color

.myTextColor { color: #4E2F69; }

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

This text font color is #4E2F69.


Background Color

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

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

This div background color is #4E2F69.


Border color

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

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

This div border color is #4E2F69.


Opacity

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

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

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

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

This text has shadow with #4E2F69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E2F69 on black background.


Color preview on white background

This text has color #4E2F69 on white background.



Black color preview on #4E2F69 background

This text has black color on #4E2F69 background.


White color preview on #4E2F69 background

This text has white color on #4E2F69 background.