COLOR #4E3693

HEX: #4E3693
RGB: (78,54,147)

Color info

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

RGB color model

#4E3693 color RGB value is (78,54,147).

  • red value is 78;
  • green value is 54;
  • blue value is 147.
RGB:
(78,54,147)
(31%,21%,58%)

RGB channels and saturation

R 78 of 255 = 31%
G 54 of 255 = 21%
B 147 of 255 = 58%

78
54
147

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

Portions of RGB colors in percentages

R + G + B =
78 + 54 + 147 = 279 (100%)
R 78 of 279 ~ 27.96%
G 54 of 279 ~ 19.35%
B 147 of 279 ~ 52.69%

%27.96
%19.35
%52.69

CMYK color model

#4E3693 color CMYK value is (47,63,0,42).

  • cyan value is 46.94%
  • magenta value is 63.27%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(47,63,0,42)
C47M63Y0K42 
(47%,63%,0%,42%)
(0.47/0.63/0.00/0.42)	

CMYK percentages

%46.94
%63.27
%0
%42.35

Codes

Color #4E3693 in popluar color models

4E3693
RGB7854147
HSL255°46.27%39.41%
HSB/HSV255°63.27%57.65%
CMYK46.94%63.27%0.00%
42.35%

Color #4E3693 in popluar number systems.

HEX4E3693
Decimal7854147
Binary100111011011010010011
Octal11666223

Shades and tints

Shades of #4E3693

#4E3693
(78,54,147)
#473286
(71,50,134)
#402E79
(64,46,121)
#392A6C
(57,42,108)
#32265F
(50,38,95)
#2B2252
(43,34,82)
#241E45
(36,30,69)
#1D1A38
(29,26,56)
#16162B
(22,22,43)
#0F121E
(15,18,30)
#080E11
(8,14,17)
#000000
(0,0,0)

Tints of #4E3693

#4E3693
(78,54,147)
#5E489C
(94,72,156)
#6E5AA5
(110,90,165)
#7E6CAE
(126,108,174)
#8E7EB7
(142,126,183)
#9E90C0
(158,144,192)
#AEA2C9
(174,162,201)
#BEB4D2
(190,180,210)
#CEC6DB
(206,198,219)
#DED8E4
(222,216,228)
#EEEAED
(238,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E3693; }

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

This text font color is #4E3693.


Background Color

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

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

This div background color is #4E3693.


Border color

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

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

This div border color is #4E3693.


Opacity

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

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

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

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

This text has shadow with #4E3693 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E3693 on black background.


Color preview on white background

This text has color #4E3693 on white background.



Black color preview on #4E3693 background

This text has black color on #4E3693 background.


White color preview on #4E3693 background

This text has white color on #4E3693 background.