COLOR #4E2969

HEX: #4E2969 RGB: (78,41,105)

Color info

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

RGB color model

#4E2969 color RGB value is (78,41,105).

RGB: (78,41,105) (31%, 16%, 41%)

RGB channels and saturation

R 78 of 255 = 31%
G 41 of 255 = 16%
B 105 of 255 = 41%

78
41
105

R + G + B ~ 29%. #4E2969 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 41 + 105 = 224 (100%)
R 78 of 224 ~ 34.82%
G 41 of 224 ~ 18.3%
B 105 of 224 ~ 46.88'%

%34.82
%18.3
%46.88

CMYK color model

#4E2969 color CMYK value is (26,61,0,59).

  • cyan value is 25.71%
  • magenta value is 60.95%
  • yellow value is 0.00%
  • key color value is 58.82%

CMYK: (26,61,0,59)
C26M61Y0K59 (26%, 61%, 0%, 59%)
(0.26 / 0.61 / 0.00 / 0.59)

CMYK percentages

%25.71
%60.95
%0
%58.82

Codes

Color #4E2969 in popluar color models

4E 29 69
RGB 78 41 105
HSL 275° 43.84% 28.63%
HSB/HSV 275° 60.95% 41.18%
CMYK 25.71% 60.95% 0.00%
58.82%

Color #4E2969 in popluar number systems.

HEX 4E 29 69
Decimal 78 41 105
Binary 1001110 101001 1101001
Octal 116 51 151

Shades and tints

Shades of #4E2969

#4E2969
(78,41,105)
#472660
(71,38,96)
#402357
(64,35,87)
#39204E
(57,32,78)
#321D45
(50,29,69)
#2B1A3C
(43,26,60)
#241733
(36,23,51)
#1D142A
(29,20,42)
#161121
(22,17,33)
#0F0E18
(15,14,24)
#080B0F
(8,11,15)
#000000
(0,0,0)

Tints of #4E2969

#4E2969
(78,41,105)
#5E3C76
(94,60,118)
#6E4F83
(110,79,131)
#7E6290
(126,98,144)
#8E759D
(142,117,157)
#9E88AA
(158,136,170)
#AE9BB7
(174,155,183)
#BEAEC4
(190,174,196)
#CEC1D1
(206,193,209)
#DED4DE
(222,212,222)
#EEE7EB
(238,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E2969; }

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

This text font color is #4E2969.

Background Color

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

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

This div background color is #4E2969.

Border color

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

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

This div border color is #4E2969.

Opacity

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

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

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

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

This text has shadow with #4E2969 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E2969.

Preview

Color preview on black background

This text has color #4E2969 on black background.


Color preview on white background

This text has color #4E2969 on white background.


Black color preview on #4E2969 background

This text has black color on #4E2969 background.


White color preview on #4E2969 background

This text has white color on #4E2969 background.


Related colors

Complementary color

Complementary color for #hex is #B1D696.


I love getcolorcode.com

Triadic colors

1 #694E29 and #29694E with #4E2969 are triadic colors.

2 #69294E and #294E69 with #4E2969 are triadic colors.