COLOR #4E119C

HEX: #4E119C RGB: (78,17,156)

Color info

#4E119C contains mainly blue color. Web safe color of #4E119C is #660099 (or #609).

RGB color model

#4E119C color RGB value is (78,17,156).

RGB: (78,17,156) (31%, 7%, 61%)

RGB channels and saturation

R 78 of 255 = 31%
G 17 of 255 = 7%
B 156 of 255 = 61%

78
17
156

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

Portions of RGB colors in percentages

R + G + B = 78 + 17 + 156 = 251 (100%)
R 78 of 251 ~ 31.08%
G 17 of 251 ~ 6.77%
B 156 of 251 ~ 62.15'%

%31.08
%62.15

CMYK color model

#4E119C color CMYK value is (50,89,0,39).

  • cyan value is 50.00%
  • magenta value is 89.10%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (50,89,0,39)
C50M89Y0K39 (50%, 89%, 0%, 39%)
(0.50 / 0.89 / 0.00 / 0.39)

CMYK percentages

%50
%89.1
%0
%38.82

Codes

Color #4E119C in popluar color models

4E 11 9C
RGB 78 17 156
HSL 266° 80.35% 33.92%
HSB/HSV 266° 89.10% 61.18%
CMYK 50.00% 89.10% 0.00%
38.82%

Color #4E119C in popluar number systems.

HEX 4E 11 9C
Decimal 78 17 156
Binary 1001110 10001 10011100
Octal 116 21 234

Shades and tints

Shades of #4E119C

#4E119C
(78,17,156)
#47108E
(71,16,142)
#400F80
(64,15,128)
#390E72
(57,14,114)
#320D64
(50,13,100)
#2B0C56
(43,12,86)
#240B48
(36,11,72)
#1D0A3A
(29,10,58)
#16092C
(22,9,44)
#0F081E
(15,8,30)
#080710
(8,7,16)
#000000
(0,0,0)

Tints of #4E119C

#4E119C
(78,17,156)
#5E26A5
(94,38,165)
#6E3BAE
(110,59,174)
#7E50B7
(126,80,183)
#8E65C0
(142,101,192)
#9E7AC9
(158,122,201)
#AE8FD2
(174,143,210)
#BEA4DB
(190,164,219)
#CEB9E4
(206,185,228)
#DECEED
(222,206,237)
#EEE3F6
(238,227,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E119C color. Also use rgb(78,17,156) instead hex code.

Text Font Color

.myTextColor { color: #4E119C; }

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

This text font color is #4E119C.

Background Color

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

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

This div background color is #4E119C.

Border color

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

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

This div border color is #4E119C.

Opacity

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

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

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

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

This text has shadow with #4E119C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E119C.

Preview

Color preview on black background

This text has color #4E119C on black background.


Color preview on white background

This text has color #4E119C on white background.


Black color preview on #4E119C background

This text has black color on #4E119C background.


White color preview on #4E119C background

This text has white color on #4E119C background.


Related colors

Complementary color

Complementary color for #hex is #B1EE63.


I love getcolorcode.com

Triadic colors

1 #9C4E11 and #119C4E with #4E119C are triadic colors.

2 #9C114E and #114E9C with #4E119C are triadic colors.