COLOR #4E06A4

HEX: #4E06A4
RGB: (78,6,164)

Color info

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

RGB color model

#4E06A4 color RGB value is (78,6,164).

  • red value is 78;
  • green value is 6;
  • blue value is 164.
RGB:
(78,6,164)
(31%,2%,64%)

RGB channels and saturation

R 78 of 255 = 31%
G 6 of 255 = 2%
B 164 of 255 = 64%

78
6
164

R + G + B ~ 32%. #4E06A4 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 6 + 164 = 248 (100%)
R 78 of 248 ~ 31.45%
G 6 of 248 ~ 2.42%
B 164 of 248 ~ 66.13%

%31.45
%66.13

CMYK color model

#4E06A4 color CMYK value is (52,96,0,36).

  • cyan value is 52.44%
  • magenta value is 96.34%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(52,96,0,36)
C52M96Y0K36 
(52%,96%,0%,36%)
(0.52/0.96/0.00/0.36)	

CMYK percentages

%52.44
%96.34
%0
%35.69

Codes

Color #4E06A4 in popluar color models

4E06A4
RGB786164
HSL267°92.94%33.33%
HSB/HSV267°96.34%64.31%
CMYK52.44%96.34%0.00%
35.69%

Color #4E06A4 in popluar number systems.

HEX4E06A4
Decimal786164
Binary100111011010100100
Octal1166244

Shades and tints

Shades of #4E06A4

#4E06A4
(78,6,164)
#470696
(71,6,150)
#400688
(64,6,136)
#39067A
(57,6,122)
#32066C
(50,6,108)
#2B065E
(43,6,94)
#240650
(36,6,80)
#1D0642
(29,6,66)
#160634
(22,6,52)
#0F0626
(15,6,38)
#080618
(8,6,24)
#000000
(0,0,0)

Tints of #4E06A4

#4E06A4
(78,6,164)
#5E1CAC
(94,28,172)
#6E32B4
(110,50,180)
#7E48BC
(126,72,188)
#8E5EC4
(142,94,196)
#9E74CC
(158,116,204)
#AE8AD4
(174,138,212)
#BEA0DC
(190,160,220)
#CEB6E4
(206,182,228)
#DECCEC
(222,204,236)
#EEE2F4
(238,226,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E06A4; }

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

This text font color is #4E06A4.


Background Color

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

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

This div background color is #4E06A4.


Border color

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

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

This div border color is #4E06A4.


Opacity

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

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

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

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

This text has shadow with #4E06A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E06A4 on black background.


Color preview on white background

This text has color #4E06A4 on white background.



Black color preview on #4E06A4 background

This text has black color on #4E06A4 background.


White color preview on #4E06A4 background

This text has white color on #4E06A4 background.