COLOR #4E3F92

HEX: #4E3F92
RGB: (78,63,146)

Color info

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

RGB color model

#4E3F92 color RGB value is (78,63,146).

  • red value is 78;
  • green value is 63;
  • blue value is 146.
RGB:
(78,63,146)
(31%,25%,57%)

RGB channels and saturation

R 78 of 255 = 31%
G 63 of 255 = 25%
B 146 of 255 = 57%

78
63
146

R + G + B ~ 38%. #4E3F92 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 63 + 146 = 287 (100%)
R 78 of 287 ~ 27.18%
G 63 of 287 ~ 21.95%
B 146 of 287 ~ 50.87%

%27.18
%21.95
%50.87

CMYK color model

#4E3F92 color CMYK value is (47,57,0,43).

  • cyan value is 46.58%
  • magenta value is 56.85%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(47,57,0,43)
C47M57Y0K43 
(47%,57%,0%,43%)
(0.47/0.57/0.00/0.43)	

CMYK percentages

%46.58
%56.85
%0
%42.75

Codes

Color #4E3F92 in popluar color models

4E3F92
RGB7863146
HSL251°39.71%40.98%
HSB/HSV251°56.85%57.25%
CMYK46.58%56.85%0.00%
42.75%

Color #4E3F92 in popluar number systems.

HEX4E3F92
Decimal7863146
Binary100111011111110010010
Octal11677222

Shades and tints

Shades of #4E3F92

#4E3F92
(78,63,146)
#473A85
(71,58,133)
#403578
(64,53,120)
#39306B
(57,48,107)
#322B5E
(50,43,94)
#2B2651
(43,38,81)
#242144
(36,33,68)
#1D1C37
(29,28,55)
#16172A
(22,23,42)
#0F121D
(15,18,29)
#080D10
(8,13,16)
#000000
(0,0,0)

Tints of #4E3F92

#4E3F92
(78,63,146)
#5E509B
(94,80,155)
#6E61A4
(110,97,164)
#7E72AD
(126,114,173)
#8E83B6
(142,131,182)
#9E94BF
(158,148,191)
#AEA5C8
(174,165,200)
#BEB6D1
(190,182,209)
#CEC7DA
(206,199,218)
#DED8E3
(222,216,227)
#EEE9EC
(238,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E3F92 color. Also use rgb(78,63,146) instead hex code.

Text Font Color

.myTextColor { color: #4E3F92; }

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

This text font color is #4E3F92.


Background Color

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

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

This div background color is #4E3F92.


Border color

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

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

This div border color is #4E3F92.


Opacity

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

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

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

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

This text has shadow with #4E3F92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E3F92 on black background.


Color preview on white background

This text has color #4E3F92 on white background.



Black color preview on #4E3F92 background

This text has black color on #4E3F92 background.


White color preview on #4E3F92 background

This text has white color on #4E3F92 background.