COLOR #4E3198

HEX: #4E3198 RGB: (78,49,152)

Color info

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

RGB color model

#4E3198 color RGB value is (78,49,152).

RGB: (78,49,152) (31%, 19%, 60%)

RGB channels and saturation

R 78 of 255 = 31%
G 49 of 255 = 19%
B 152 of 255 = 60%

78
49
152

R + G + B ~ 37%. #4E3198 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 49 + 152 = 279 (100%)
R 78 of 279 ~ 27.96%
G 49 of 279 ~ 17.56%
B 152 of 279 ~ 54.48'%

%27.96
%17.56
%54.48

CMYK color model

#4E3198 color CMYK value is (49,68,0,40).

  • cyan value is 48.68%
  • magenta value is 67.76%
  • yellow value is 0.00%
  • key color value is 40.39%

CMYK: (49,68,0,40)
C49M68Y0K40 (49%, 68%, 0%, 40%)
(0.49 / 0.68 / 0.00 / 0.40)

CMYK percentages

%48.68
%67.76
%0
%40.39

Codes

Color #4E3198 in popluar color models

4E 31 98
RGB 78 49 152
HSL 257° 51.24% 39.41%
HSB/HSV 257° 67.76% 59.61%
CMYK 48.68% 67.76% 0.00%
40.39%

Color #4E3198 in popluar number systems.

HEX 4E 31 98
Decimal 78 49 152
Binary 1001110 110001 10011000
Octal 116 61 230

Shades and tints

Shades of #4E3198

#4E3198
(78,49,152)
#472D8B
(71,45,139)
#40297E
(64,41,126)
#392571
(57,37,113)
#322164
(50,33,100)
#2B1D57
(43,29,87)
#24194A
(36,25,74)
#1D153D
(29,21,61)
#161130
(22,17,48)
#0F0D23
(15,13,35)
#080916
(8,9,22)
#000000
(0,0,0)

Tints of #4E3198

#4E3198
(78,49,152)
#5E43A1
(94,67,161)
#6E55AA
(110,85,170)
#7E67B3
(126,103,179)
#8E79BC
(142,121,188)
#9E8BC5
(158,139,197)
#AE9DCE
(174,157,206)
#BEAFD7
(190,175,215)
#CEC1E0
(206,193,224)
#DED3E9
(222,211,233)
#EEE5F2
(238,229,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E3198 color. Also use rgb(78,49,152) instead hex code.

Text Font Color

.myTextColor { color: #4E3198; }

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

This text font color is #4E3198.

Background Color

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

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

This div background color is #4E3198.

Border color

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

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

This div border color is #4E3198.

Opacity

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

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

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

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

This text has shadow with #4E3198 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E3198.

Preview

Color preview on black background

This text has color #4E3198 on black background.


Color preview on white background

This text has color #4E3198 on white background.


Black color preview on #4E3198 background

This text has black color on #4E3198 background.


White color preview on #4E3198 background

This text has white color on #4E3198 background.


Related colors

Complementary color

Complementary color for #hex is #B1CE67.


I love getcolorcode.com

Triadic colors

1 #984E31 and #31984E with #4E3198 are triadic colors.

2 #98314E and #314E98 with #4E3198 are triadic colors.