COLOR #4E417A

HEX: #4E417A
RGB: (78,65,122)

Color info

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

RGB color model

#4E417A color RGB value is (78,65,122).

  • red value is 78;
  • green value is 65;
  • blue value is 122.
RGB:
(78,65,122)
(31%,25%,48%)

RGB channels and saturation

R 78 of 255 = 31%
G 65 of 255 = 25%
B 122 of 255 = 48%

78
65
122

R + G + B ~ 35%. #4E417A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 65 + 122 = 265 (100%)
R 78 of 265 ~ 29.43%
G 65 of 265 ~ 24.53%
B 122 of 265 ~ 46.04%

%29.43
%24.53
%46.04

CMYK color model

#4E417A color CMYK value is (36,47,0,52).

  • cyan value is 36.07%
  • magenta value is 46.72%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(36,47,0,52)
C36M47Y0K52 
(36%,47%,0%,52%)
(0.36/0.47/0.00/0.52)	

CMYK percentages

%36.07
%46.72
%0
%52.16

Codes

Color #4E417A in popluar color models

4E417A
RGB7865122
HSL254°30.48%36.67%
HSB/HSV254°46.72%47.84%
CMYK36.07%46.72%0.00%
52.16%

Color #4E417A in popluar number systems.

HEX4E417A
Decimal7865122
Binary100111010000011111010
Octal116101172

Shades and tints

Shades of #4E417A

#4E417A
(78,65,122)
#473C6F
(71,60,111)
#403764
(64,55,100)
#393259
(57,50,89)
#322D4E
(50,45,78)
#2B2843
(43,40,67)
#242338
(36,35,56)
#1D1E2D
(29,30,45)
#161922
(22,25,34)
#0F1417
(15,20,23)
#080F0C
(8,15,12)
#000000
(0,0,0)

Tints of #4E417A

#4E417A
(78,65,122)
#5E5286
(94,82,134)
#6E6392
(110,99,146)
#7E749E
(126,116,158)
#8E85AA
(142,133,170)
#9E96B6
(158,150,182)
#AEA7C2
(174,167,194)
#BEB8CE
(190,184,206)
#CEC9DA
(206,201,218)
#DEDAE6
(222,218,230)
#EEEBF2
(238,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E417A; }

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

This text font color is #4E417A.


Background Color

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

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

This div background color is #4E417A.


Border color

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

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

This div border color is #4E417A.


Opacity

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

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

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

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

This text has shadow with #4E417A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E417A on black background.


Color preview on white background

This text has color #4E417A on white background.



Black color preview on #4E417A background

This text has black color on #4E417A background.


White color preview on #4E417A background

This text has white color on #4E417A background.