COLOR #4E088F

HEX: #4E088F
RGB: (78,8,143)

Color info

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

RGB color model

#4E088F color RGB value is (78,8,143).

  • red value is 78;
  • green value is 8;
  • blue value is 143.
RGB:
(78,8,143)
(31%,3%,56%)

RGB channels and saturation

R 78 of 255 = 31%
G 8 of 255 = 3%
B 143 of 255 = 56%

78
8
143

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

Portions of RGB colors in percentages

R + G + B =
78 + 8 + 143 = 229 (100%)
R 78 of 229 ~ 34.06%
G 8 of 229 ~ 3.49%
B 143 of 229 ~ 62.45%

%34.06
%62.45

CMYK color model

#4E088F color CMYK value is (45,94,0,44).

  • cyan value is 45.45%
  • magenta value is 94.41%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(45,94,0,44)
C45M94Y0K44 
(45%,94%,0%,44%)
(0.45/0.94/0.00/0.44)	

CMYK percentages

%45.45
%94.41
%0
%43.92

Codes

Color #4E088F in popluar color models

4E088F
RGB788143
HSL271°89.40%29.61%
HSB/HSV271°94.41%56.08%
CMYK45.45%94.41%0.00%
43.92%

Color #4E088F in popluar number systems.

HEX4E088F
Decimal788143
Binary1001110100010001111
Octal11610217

Shades and tints

Shades of #4E088F

#4E088F
(78,8,143)
#470882
(71,8,130)
#400875
(64,8,117)
#390868
(57,8,104)
#32085B
(50,8,91)
#2B084E
(43,8,78)
#240841
(36,8,65)
#1D0834
(29,8,52)
#160827
(22,8,39)
#0F081A
(15,8,26)
#08080D
(8,8,13)
#000000
(0,0,0)

Tints of #4E088F

#4E088F
(78,8,143)
#5E1E99
(94,30,153)
#6E34A3
(110,52,163)
#7E4AAD
(126,74,173)
#8E60B7
(142,96,183)
#9E76C1
(158,118,193)
#AE8CCB
(174,140,203)
#BEA2D5
(190,162,213)
#CEB8DF
(206,184,223)
#DECEE9
(222,206,233)
#EEE4F3
(238,228,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E088F color. Also use rgb(78,8,143) instead hex code.

Text Font Color

.myTextColor { color: #4E088F; }

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

This text font color is #4E088F.


Background Color

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

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

This div background color is #4E088F.


Border color

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

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

This div border color is #4E088F.


Opacity

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

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

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

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

This text has shadow with #4E088F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E088F on black background.


Color preview on white background

This text has color #4E088F on white background.



Black color preview on #4E088F background

This text has black color on #4E088F background.


White color preview on #4E088F background

This text has white color on #4E088F background.