COLOR #4E367A

HEX: #4E367A RGB: (78,54,122)

Color info

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

RGB color model

#4E367A color RGB value is (78,54,122).

RGB: (78,54,122) (31%, 21%, 48%)

RGB channels and saturation

R 78 of 255 = 31%
G 54 of 255 = 21%
B 122 of 255 = 48%

78
54
122

R + G + B ~ 33%. #4E367A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 54 + 122 = 254 (100%)
R 78 of 254 ~ 30.71%
G 54 of 254 ~ 21.26%
B 122 of 254 ~ 48.03'%

%30.71
%21.26
%48.03

CMYK color model

#4E367A color CMYK value is (36,56,0,52).

  • cyan value is 36.07%
  • magenta value is 55.74%
  • yellow value is 0.00%
  • key color value is 52.16%

CMYK: (36,56,0,52)
C36M56Y0K52 (36%, 56%, 0%, 52%)
(0.36 / 0.56 / 0.00 / 0.52)

CMYK percentages

%36.07
%55.74
%0
%52.16

Codes

Color #4E367A in popluar color models

4E 36 7A
RGB 78 54 122
HSL 261° 38.64% 34.51%
HSB/HSV 261° 55.74% 47.84%
CMYK 36.07% 55.74% 0.00%
52.16%

Color #4E367A in popluar number systems.

HEX 4E 36 7A
Decimal 78 54 122
Binary 1001110 110110 1111010
Octal 116 66 172

Shades and tints

Shades of #4E367A

#4E367A
(78,54,122)
#47326F
(71,50,111)
#402E64
(64,46,100)
#392A59
(57,42,89)
#32264E
(50,38,78)
#2B2243
(43,34,67)
#241E38
(36,30,56)
#1D1A2D
(29,26,45)
#161622
(22,22,34)
#0F1217
(15,18,23)
#080E0C
(8,14,12)
#000000
(0,0,0)

Tints of #4E367A

#4E367A
(78,54,122)
#5E4886
(94,72,134)
#6E5A92
(110,90,146)
#7E6C9E
(126,108,158)
#8E7EAA
(142,126,170)
#9E90B6
(158,144,182)
#AEA2C2
(174,162,194)
#BEB4CE
(190,180,206)
#CEC6DA
(206,198,218)
#DED8E6
(222,216,230)
#EEEAF2
(238,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E367A color. Also use rgb(78,54,122) instead hex code.

Text Font Color

.myTextColor { color: #4E367A; }

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

This text font color is #4E367A.

Background Color

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

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

This div background color is #4E367A.

Border color

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

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

This div border color is #4E367A.

Opacity

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

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

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

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

This text has shadow with #4E367A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E367A.

Preview

Color preview on black background

This text has color #4E367A on black background.


Color preview on white background

This text has color #4E367A on white background.


Black color preview on #4E367A background

This text has black color on #4E367A background.


White color preview on #4E367A background

This text has white color on #4E367A background.


Related colors

Complementary color

Complementary color for #hex is #B1C985.


I love getcolorcode.com

Triadic colors

1 #7A4E36 and #367A4E with #4E367A are triadic colors.

2 #7A364E and #364E7A with #4E367A are triadic colors.