COLOR #4E2448

HEX: #4E2448 RGB: (78,36,72)

Color info

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

RGB color model

#4E2448 color RGB value is (78,36,72).

RGB: (78,36,72) (31%, 14%, 28%)

RGB channels and saturation

R 78 of 255 = 31%
G 36 of 255 = 14%
B 72 of 255 = 28%

78
36
72

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

Portions of RGB colors in percentages

R + G + B = 78 + 36 + 72 = 186 (100%)
R 78 of 186 ~ 41.94%
G 36 of 186 ~ 19.35%
B 72 of 186 ~ 38.71'%

%41.94
%19.35
%38.71

CMYK color model

#4E2448 color CMYK value is (0,54,8,69).

  • cyan value is 0.00%
  • magenta value is 53.85%
  • yellow value is 7.69%
  • key color value is 69.41%

CMYK: (0,54,8,69)
C0M54Y8K69 (0%, 54%, 8%, 69%)
(0.00 / 0.54 / 0.08 / 0.69)

CMYK percentages

%0
%53.85
%7.69
%69.41

Codes

Color #4E2448 in popluar color models

4E 24 48
RGB 78 36 72
HSL 309° 36.84% 22.35%
HSB/HSV 309° 53.85% 30.59%
CMYK 0.00% 53.85% 7.69%
69.41%

Color #4E2448 in popluar number systems.

HEX 4E 24 48
Decimal 78 36 72
Binary 1001110 100100 1001000
Octal 116 44 110

Shades and tints

Shades of #4E2448

#4E2448
(78,36,72)
#472142
(71,33,66)
#401E3C
(64,30,60)
#391B36
(57,27,54)
#321830
(50,24,48)
#2B152A
(43,21,42)
#241224
(36,18,36)
#1D0F1E
(29,15,30)
#160C18
(22,12,24)
#0F0912
(15,9,18)
#08060C
(8,6,12)
#000000
(0,0,0)

Tints of #4E2448

#4E2448
(78,36,72)
#5E3758
(94,55,88)
#6E4A68
(110,74,104)
#7E5D78
(126,93,120)
#8E7088
(142,112,136)
#9E8398
(158,131,152)
#AE96A8
(174,150,168)
#BEA9B8
(190,169,184)
#CEBCC8
(206,188,200)
#DECFD8
(222,207,216)
#EEE2E8
(238,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E2448 color. Also use rgb(78,36,72) instead hex code.

Text Font Color

.myTextColor { color: #4E2448; }

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

This text font color is #4E2448.

Background Color

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

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

This div background color is #4E2448.

Border color

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

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

This div border color is #4E2448.

Opacity

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

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

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

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

This text has shadow with #4E2448 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E2448.

Preview

Color preview on black background

This text has color #4E2448 on black background.


Color preview on white background

This text has color #4E2448 on white background.


Black color preview on #4E2448 background

This text has black color on #4E2448 background.


White color preview on #4E2448 background

This text has white color on #4E2448 background.


Related colors

Complementary color

Complementary color for #hex is #B1DBB7.


I love getcolorcode.com

Triadic colors

1 #484E24 and #24484E with #4E2448 are triadic colors.

2 #48244E and #244E48 with #4E2448 are triadic colors.