COLOR #4E45A7

HEX: #4E45A7
RGB: (78,69,167)

Color info

#4E45A7 contains mainly blue color. Web safe color of #4E45A7 is #663399 (or #639).

RGB color model

#4E45A7 color RGB value is (78,69,167).

  • red value is 78;
  • green value is 69;
  • blue value is 167.
RGB:
(78,69,167)
(31%,27%,65%)

RGB channels and saturation

R 78 of 255 = 31%
G 69 of 255 = 27%
B 167 of 255 = 65%

78
69
167

R + G + B ~ 41%. #4E45A7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
78 + 69 + 167 = 314 (100%)
R 78 of 314 ~ 24.84%
G 69 of 314 ~ 21.97%
B 167 of 314 ~ 53.18%

%24.84
%21.97
%53.18

CMYK color model

#4E45A7 color CMYK value is (53,59,0,35).

  • cyan value is 53.29%
  • magenta value is 58.68%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(53,59,0,35)
C53M59Y0K35 
(53%,59%,0%,35%)
(0.53/0.59/0.00/0.35)	

CMYK percentages

%53.29
%58.68
%0
%34.51

Codes

Color #4E45A7 in popluar color models

4E45A7
RGB7869167
HSL246°41.53%46.27%
HSB/HSV246°58.68%65.49%
CMYK53.29%58.68%0.00%
34.51%

Color #4E45A7 in popluar number systems.

HEX4E45A7
Decimal7869167
Binary1001110100010110100111
Octal116105247

Shades and tints

Shades of #4E45A7

#4E45A7
(78,69,167)
#473F98
(71,63,152)
#403989
(64,57,137)
#39337A
(57,51,122)
#322D6B
(50,45,107)
#2B275C
(43,39,92)
#24214D
(36,33,77)
#1D1B3E
(29,27,62)
#16152F
(22,21,47)
#0F0F20
(15,15,32)
#080911
(8,9,17)
#000000
(0,0,0)

Tints of #4E45A7

#4E45A7
(78,69,167)
#5E55AF
(94,85,175)
#6E65B7
(110,101,183)
#7E75BF
(126,117,191)
#8E85C7
(142,133,199)
#9E95CF
(158,149,207)
#AEA5D7
(174,165,215)
#BEB5DF
(190,181,223)
#CEC5E7
(206,197,231)
#DED5EF
(222,213,239)
#EEE5F7
(238,229,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E45A7; }

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

This text font color is #4E45A7.


Background Color

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

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

This div background color is #4E45A7.


Border color

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

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

This div border color is #4E45A7.


Opacity

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

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

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

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

This text has shadow with #4E45A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E45A7 on black background.


Color preview on white background

This text has color #4E45A7 on white background.



Black color preview on #4E45A7 background

This text has black color on #4E45A7 background.


White color preview on #4E45A7 background

This text has white color on #4E45A7 background.