COLOR #4E2249

HEX: #4E2249 RGB: (78,34,73)

Color info

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

RGB color model

#4E2249 color RGB value is (78,34,73).

RGB: (78,34,73) (31%, 13%, 29%)

RGB channels and saturation

R 78 of 255 = 31%
G 34 of 255 = 13%
B 73 of 255 = 29%

78
34
73

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

Portions of RGB colors in percentages

R + G + B = 78 + 34 + 73 = 185 (100%)
R 78 of 185 ~ 42.16%
G 34 of 185 ~ 18.38%
B 73 of 185 ~ 39.46'%

%42.16
%18.38
%39.46

CMYK color model

#4E2249 color CMYK value is (0,56,6,69).

  • cyan value is 0.00%
  • magenta value is 56.41%
  • yellow value is 6.41%
  • key color value is 69.41%

CMYK: (0,56,6,69)
C0M56Y6K69 (0%, 56%, 6%, 69%)
(0.00 / 0.56 / 0.06 / 0.69)

CMYK percentages

%0
%56.41
%6.41
%69.41

Codes

Color #4E2249 in popluar color models

4E 22 49
RGB 78 34 73
HSL 307° 39.29% 21.96%
HSB/HSV 307° 56.41% 30.59%
CMYK 0.00% 56.41% 6.41%
69.41%

Color #4E2249 in popluar number systems.

HEX 4E 22 49
Decimal 78 34 73
Binary 1001110 100010 1001001
Octal 116 42 111

Shades and tints

Shades of #4E2249

#4E2249
(78,34,73)
#471F43
(71,31,67)
#401C3D
(64,28,61)
#391937
(57,25,55)
#321631
(50,22,49)
#2B132B
(43,19,43)
#241025
(36,16,37)
#1D0D1F
(29,13,31)
#160A19
(22,10,25)
#0F0713
(15,7,19)
#08040D
(8,4,13)
#000000
(0,0,0)

Tints of #4E2249

#4E2249
(78,34,73)
#5E3659
(94,54,89)
#6E4A69
(110,74,105)
#7E5E79
(126,94,121)
#8E7289
(142,114,137)
#9E8699
(158,134,153)
#AE9AA9
(174,154,169)
#BEAEB9
(190,174,185)
#CEC2C9
(206,194,201)
#DED6D9
(222,214,217)
#EEEAE9
(238,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E2249; }

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

This text font color is #4E2249.

Background Color

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

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

This div background color is #4E2249.

Border color

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

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

This div border color is #4E2249.

Opacity

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

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

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

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

This text has shadow with #4E2249 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E2249.

Preview

Color preview on black background

This text has color #4E2249 on black background.


Color preview on white background

This text has color #4E2249 on white background.


Black color preview on #4E2249 background

This text has black color on #4E2249 background.


White color preview on #4E2249 background

This text has white color on #4E2249 background.


Related colors

Complementary color

Complementary color for #hex is #B1DDB6.


I love getcolorcode.com

Triadic colors

1 #494E22 and #22494E with #4E2249 are triadic colors.

2 #49224E and #224E49 with #4E2249 are triadic colors.