COLOR #4E3860

HEX: #4E3860
RGB: (78,56,96)

Color info

#4E3860 contains red, green and blue colors in about the same proportion. Web safe color of #4E3860 is #663366 (or #636).

RGB color model

#4E3860 color RGB value is (78,56,96).

  • red value is 78;
  • green value is 56;
  • blue value is 96.
RGB:
(78,56,96)
(31%,22%,38%)

RGB channels and saturation

R 78 of 255 = 31%
G 56 of 255 = 22%
B 96 of 255 = 38%

78
56
96

R + G + B ~ 30%. #4E3860 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 56 + 96 = 230 (100%)
R 78 of 230 ~ 33.91%
G 56 of 230 ~ 24.35%
B 96 of 230 ~ 41.74%

%33.91
%24.35
%41.74

CMYK color model

#4E3860 color CMYK value is (19,42,0,62).

  • cyan value is 18.75%
  • magenta value is 41.67%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(19,42,0,62)
C19M42Y0K62 
(19%,42%,0%,62%)
(0.19/0.42/0.00/0.62)	

CMYK percentages

%18.75
%41.67
%0
%62.35

Codes

Color #4E3860 in popluar color models

4E3860
RGB785696
HSL273°26.32%29.80%
HSB/HSV273°41.67%37.65%
CMYK18.75%41.67%0.00%
62.35%

Color #4E3860 in popluar number systems.

HEX4E3860
Decimal785696
Binary10011101110001100000
Octal11670140

Shades and tints

Shades of #4E3860

#4E3860
(78,56,96)
#473358
(71,51,88)
#402E50
(64,46,80)
#392948
(57,41,72)
#322440
(50,36,64)
#2B1F38
(43,31,56)
#241A30
(36,26,48)
#1D1528
(29,21,40)
#161020
(22,16,32)
#0F0B18
(15,11,24)
#080610
(8,6,16)
#000000
(0,0,0)

Tints of #4E3860

#4E3860
(78,56,96)
#5E4A6E
(94,74,110)
#6E5C7C
(110,92,124)
#7E6E8A
(126,110,138)
#8E8098
(142,128,152)
#9E92A6
(158,146,166)
#AEA4B4
(174,164,180)
#BEB6C2
(190,182,194)
#CEC8D0
(206,200,208)
#DEDADE
(222,218,222)
#EEECEC
(238,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E3860 color. Also use rgb(78,56,96) instead hex code.

Text Font Color

.myTextColor { color: #4E3860; }

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

This text font color is #4E3860.


Background Color

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

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

This div background color is #4E3860.


Border color

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

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

This div border color is #4E3860.


Opacity

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

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

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

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

This text has shadow with #4E3860 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E3860 on black background.


Color preview on white background

This text has color #4E3860 on white background.



Black color preview on #4E3860 background

This text has black color on #4E3860 background.


White color preview on #4E3860 background

This text has white color on #4E3860 background.