COLOR #4E0470

HEX: #4E0470 RGB: (78,4,112)

Color info

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

RGB color model

#4E0470 color RGB value is (78,4,112).

RGB: (78,4,112) (31%, 2%, 44%)

RGB channels and saturation

R 78 of 255 = 31%
G 4 of 255 = 2%
B 112 of 255 = 44%

78
4
112

R + G + B ~ 26%. #4E0470 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 4 + 112 = 194 (100%)
R 78 of 194 ~ 40.21%
G 4 of 194 ~ 2.06%
B 112 of 194 ~ 57.73'%

%40.21
%57.73

CMYK color model

#4E0470 color CMYK value is (30,96,0,56).

  • cyan value is 30.36%
  • magenta value is 96.43%
  • yellow value is 0.00%
  • key color value is 56.08%

CMYK: (30,96,0,56)
C30M96Y0K56 (30%, 96%, 0%, 56%)
(0.30 / 0.96 / 0.00 / 0.56)

CMYK percentages

%30.36
%96.43
%0
%56.08

Codes

Color #4E0470 in popluar color models

4E 04 70
RGB 78 4 112
HSL 281° 93.10% 22.75%
HSB/HSV 281° 96.43% 43.92%
CMYK 30.36% 96.43% 0.00%
56.08%

Color #4E0470 in popluar number systems.

HEX 4E 04 70
Decimal 78 4 112
Binary 1001110 100 1110000
Octal 116 4 160

Shades and tints

Shades of #4E0470

#4E0470
(78,4,112)
#470466
(71,4,102)
#40045C
(64,4,92)
#390452
(57,4,82)
#320448
(50,4,72)
#2B043E
(43,4,62)
#240434
(36,4,52)
#1D042A
(29,4,42)
#160420
(22,4,32)
#0F0416
(15,4,22)
#08040C
(8,4,12)
#000000
(0,0,0)

Tints of #4E0470

#4E0470
(78,4,112)
#5E1A7D
(94,26,125)
#6E308A
(110,48,138)
#7E4697
(126,70,151)
#8E5CA4
(142,92,164)
#9E72B1
(158,114,177)
#AE88BE
(174,136,190)
#BE9ECB
(190,158,203)
#CEB4D8
(206,180,216)
#DECAE5
(222,202,229)
#EEE0F2
(238,224,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E0470; }

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

This text font color is #4E0470.

Background Color

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

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

This div background color is #4E0470.

Border color

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

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

This div border color is #4E0470.

Opacity

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

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

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

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

This text has shadow with #4E0470 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E0470.

Preview

Color preview on black background

This text has color #4E0470 on black background.


Color preview on white background

This text has color #4E0470 on white background.


Black color preview on #4E0470 background

This text has black color on #4E0470 background.


White color preview on #4E0470 background

This text has white color on #4E0470 background.


Related colors

Complementary color

Complementary color for #hex is #B1FB8F.


I love getcolorcode.com

Triadic colors

1 #704E04 and #04704E with #4E0470 are triadic colors.

2 #70044E and #044E70 with #4E0470 are triadic colors.