COLOR #4E075B

HEX: #4E075B
RGB: (78,7,91)

Color info

#4E075B contains mainly red and blue colors. Web safe color of #4E075B is #660066 (or #606).

RGB color model

#4E075B color RGB value is (78,7,91).

  • red value is 78;
  • green value is 7;
  • blue value is 91.
RGB:
(78,7,91)
(31%,3%,36%)

RGB channels and saturation

R 78 of 255 = 31%
G 7 of 255 = 3%
B 91 of 255 = 36%

78
7
91

R + G + B ~ 23%. #4E075B is dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 7 + 91 = 176 (100%)
R 78 of 176 ~ 44.32%
G 7 of 176 ~ 3.98%
B 91 of 176 ~ 51.7%

%44.32
%51.7

CMYK color model

#4E075B color CMYK value is (14,92,0,64).

  • cyan value is 14.29%
  • magenta value is 92.31%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(14,92,0,64)
C14M92Y0K64 
(14%,92%,0%,64%)
(0.14/0.92/0.00/0.64)	

CMYK percentages

%14.29
%92.31
%0
%64.31

Codes

Color #4E075B in popluar color models

4E075B
RGB78791
HSL291°85.71%19.22%
HSB/HSV291°92.31%35.69%
CMYK14.29%92.31%0.00%
64.31%

Color #4E075B in popluar number systems.

HEX4E075B
Decimal78791
Binary10011101111011011
Octal1167133

Shades and tints

Shades of #4E075B

#4E075B
(78,7,91)
#470753
(71,7,83)
#40074B
(64,7,75)
#390743
(57,7,67)
#32073B
(50,7,59)
#2B0733
(43,7,51)
#24072B
(36,7,43)
#1D0723
(29,7,35)
#16071B
(22,7,27)
#0F0713
(15,7,19)
#08070B
(8,7,11)
#000000
(0,0,0)

Tints of #4E075B

#4E075B
(78,7,91)
#5E1D69
(94,29,105)
#6E3377
(110,51,119)
#7E4985
(126,73,133)
#8E5F93
(142,95,147)
#9E75A1
(158,117,161)
#AE8BAF
(174,139,175)
#BEA1BD
(190,161,189)
#CEB7CB
(206,183,203)
#DECDD9
(222,205,217)
#EEE3E7
(238,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E075B color. Also use rgb(78,7,91) instead hex code.

Text Font Color

.myTextColor { color: #4E075B; }

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

This text font color is #4E075B.


Background Color

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

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

This div background color is #4E075B.


Border color

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

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

This div border color is #4E075B.


Opacity

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

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

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

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

This text has shadow with #4E075B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E075B on black background.


Color preview on white background

This text has color #4E075B on white background.



Black color preview on #4E075B background

This text has black color on #4E075B background.


White color preview on #4E075B background

This text has white color on #4E075B background.