COLOR #4E006A

HEX: #4E006A
RGB: (78,0,106)

Color info

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

RGB color model

#4E006A color RGB value is (78,0,106).

  • red value is 78;
  • green value is 0;
  • blue value is 106.
RGB:
(78,0,106)
(31%,0%,42%)

RGB channels and saturation

R 78 of 255 = 31%
G 0 of 255 = 0%
B 106 of 255 = 42%

78
0
106

R + G + B ~ 24%. #4E006A is dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 0 + 106 = 184 (100%)
R 78 of 184 ~ 42.39%
G 0 of 184 ~ 0%
B 106 of 184 ~ 57.61%

%42.39
%57.61

CMYK color model

#4E006A color CMYK value is (26,100,0,58).

  • cyan value is 26.42%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(26,100,0,58)
C26M100Y0K58 
(26%,100%,0%,58%)
(0.26/1.00/0.00/0.58)	

CMYK percentages

%26.42
%100
%0
%58.43

Codes

Color #4E006A in popluar color models

4E006A
RGB780106
HSL284°100.00%20.78%
HSB/HSV284°100.00%41.57%
CMYK26.42%100.00%0.00%
58.43%

Color #4E006A in popluar number systems.

HEX4E006A
Decimal780106
Binary100111001101010
Octal1160152

Shades and tints

Shades of #4E006A

#4E006A
(78,0,106)
#470061
(71,0,97)
#400058
(64,0,88)
#39004F
(57,0,79)
#320046
(50,0,70)
#2B003D
(43,0,61)
#240034
(36,0,52)
#1D002B
(29,0,43)
#160022
(22,0,34)
#0F0019
(15,0,25)
#080010
(8,0,16)
#000000
(0,0,0)

Tints of #4E006A

#4E006A
(78,0,106)
#5E1777
(94,23,119)
#6E2E84
(110,46,132)
#7E4591
(126,69,145)
#8E5C9E
(142,92,158)
#9E73AB
(158,115,171)
#AE8AB8
(174,138,184)
#BEA1C5
(190,161,197)
#CEB8D2
(206,184,210)
#DECFDF
(222,207,223)
#EEE6EC
(238,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E006A; }

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

This text font color is #4E006A.


Background Color

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

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

This div background color is #4E006A.


Border color

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

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

This div border color is #4E006A.


Opacity

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

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

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

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

This text has shadow with #4E006A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E006A on black background.


Color preview on white background

This text has color #4E006A on white background.



Black color preview on #4E006A background

This text has black color on #4E006A background.


White color preview on #4E006A background

This text has white color on #4E006A background.