COLOR #4E3087

HEX: #4E3087
RGB: (78,48,135)

Color info

#4E3087 contains mainly red and blue colors. Web safe color of #4E3087 is #663399 (or #639).

RGB color model

#4E3087 color RGB value is (78,48,135).

  • red value is 78;
  • green value is 48;
  • blue value is 135.
RGB:
(78,48,135)
(31%,19%,53%)

RGB channels and saturation

R 78 of 255 = 31%
G 48 of 255 = 19%
B 135 of 255 = 53%

78
48
135

R + G + B ~ 34%. #4E3087 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 48 + 135 = 261 (100%)
R 78 of 261 ~ 29.89%
G 48 of 261 ~ 18.39%
B 135 of 261 ~ 51.72%

%29.89
%18.39
%51.72

CMYK color model

#4E3087 color CMYK value is (42,64,0,47).

  • cyan value is 42.22%
  • magenta value is 64.44%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(42,64,0,47)
C42M64Y0K47 
(42%,64%,0%,47%)
(0.42/0.64/0.00/0.47)	

CMYK percentages

%42.22
%64.44
%0
%47.06

Codes

Color #4E3087 in popluar color models

4E3087
RGB7848135
HSL261°47.54%35.88%
HSB/HSV261°64.44%52.94%
CMYK42.22%64.44%0.00%
47.06%

Color #4E3087 in popluar number systems.

HEX4E3087
Decimal7848135
Binary100111011000010000111
Octal11660207

Shades and tints

Shades of #4E3087

#4E3087
(78,48,135)
#472C7B
(71,44,123)
#40286F
(64,40,111)
#392463
(57,36,99)
#322057
(50,32,87)
#2B1C4B
(43,28,75)
#24183F
(36,24,63)
#1D1433
(29,20,51)
#161027
(22,16,39)
#0F0C1B
(15,12,27)
#08080F
(8,8,15)
#000000
(0,0,0)

Tints of #4E3087

#4E3087
(78,48,135)
#5E4291
(94,66,145)
#6E549B
(110,84,155)
#7E66A5
(126,102,165)
#8E78AF
(142,120,175)
#9E8AB9
(158,138,185)
#AE9CC3
(174,156,195)
#BEAECD
(190,174,205)
#CEC0D7
(206,192,215)
#DED2E1
(222,210,225)
#EEE4EB
(238,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E3087 color. Also use rgb(78,48,135) instead hex code.

Text Font Color

.myTextColor { color: #4E3087; }

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

This text font color is #4E3087.


Background Color

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

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

This div background color is #4E3087.


Border color

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

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

This div border color is #4E3087.


Opacity

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

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

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

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

This text has shadow with #4E3087 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E3087 on black background.


Color preview on white background

This text has color #4E3087 on white background.



Black color preview on #4E3087 background

This text has black color on #4E3087 background.


White color preview on #4E3087 background

This text has white color on #4E3087 background.