COLOR #4E4C9D

HEX: #4E4C9D RGB: (78,76,157)

Color info

#4E4C9D contains mainly blue color. Web safe color of #4E4C9D is #663399 (or #639).

RGB color model

#4E4C9D color RGB value is (78,76,157).

RGB: (78,76,157) (31%, 30%, 62%)

RGB channels and saturation

R 78 of 255 = 31%
G 76 of 255 = 30%
B 157 of 255 = 62%

78
76
157

R + G + B ~ 41%. #4E4C9D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 78 + 76 + 157 = 311 (100%)
R 78 of 311 ~ 25.08%
G 76 of 311 ~ 24.44%
B 157 of 311 ~ 50.48'%

%25.08
%24.44
%50.48

CMYK color model

#4E4C9D color CMYK value is (50,52,0,38).

  • cyan value is 50.32%
  • magenta value is 51.59%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (50,52,0,38)
C50M52Y0K38 (50%, 52%, 0%, 38%)
(0.50 / 0.52 / 0.00 / 0.38)

CMYK percentages

%50.32
%51.59
%0
%38.43

Codes

Color #4E4C9D in popluar color models

4E 4C 9D
RGB 78 76 157
HSL 241° 34.76% 45.69%
HSB/HSV 241° 51.59% 61.57%
CMYK 50.32% 51.59% 0.00%
38.43%

Color #4E4C9D in popluar number systems.

HEX 4E 4C 9D
Decimal 78 76 157
Binary 1001110 1001100 10011101
Octal 116 114 235

Shades and tints

Shades of #4E4C9D

#4E4C9D
(78,76,157)
#47468F
(71,70,143)
#404081
(64,64,129)
#393A73
(57,58,115)
#323465
(50,52,101)
#2B2E57
(43,46,87)
#242849
(36,40,73)
#1D223B
(29,34,59)
#161C2D
(22,28,45)
#0F161F
(15,22,31)
#081011
(8,16,17)
#000000
(0,0,0)

Tints of #4E4C9D

#4E4C9D
(78,76,157)
#5E5CA5
(94,92,165)
#6E6CAD
(110,108,173)
#7E7CB5
(126,124,181)
#8E8CBD
(142,140,189)
#9E9CC5
(158,156,197)
#AEACCD
(174,172,205)
#BEBCD5
(190,188,213)
#CECCDD
(206,204,221)
#DEDCE5
(222,220,229)
#EEECED
(238,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E4C9D color. Also use rgb(78,76,157) instead hex code.

Text Font Color

.myTextColor { color: #4E4C9D; }

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

This text font color is #4E4C9D.

Background Color

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

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

This div background color is #4E4C9D.

Border color

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

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

This div border color is #4E4C9D.

Opacity

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

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

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

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

This text has shadow with #4E4C9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E4C9D.

Preview

Color preview on black background

This text has color #4E4C9D on black background.


Color preview on white background

This text has color #4E4C9D on white background.


Black color preview on #4E4C9D background

This text has black color on #4E4C9D background.


White color preview on #4E4C9D background

This text has white color on #4E4C9D background.


Related colors

Complementary color

Complementary color for #hex is #B1B362.


I love getcolorcode.com

Triadic colors

1 #9D4E4C and #4C9D4E with #4E4C9D are triadic colors.

2 #9D4C4E and #4C4E9D with #4E4C9D are triadic colors.