COLOR #4E3675

HEX: #4E3675
RGB: (78,54,117)

Color info

#4E3675 contains mainly red and blue colors. Web safe color of #4E3675 is #663366 (or #636).

RGB color model

#4E3675 color RGB value is (78,54,117).

  • red value is 78;
  • green value is 54;
  • blue value is 117.
RGB:
(78,54,117)
(31%,21%,46%)

RGB channels and saturation

R 78 of 255 = 31%
G 54 of 255 = 21%
B 117 of 255 = 46%

78
54
117

R + G + B ~ 33%. #4E3675 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 54 + 117 = 249 (100%)
R 78 of 249 ~ 31.33%
G 54 of 249 ~ 21.69%
B 117 of 249 ~ 46.99%

%31.33
%21.69
%46.99

CMYK color model

#4E3675 color CMYK value is (33,54,0,54).

  • cyan value is 33.33%
  • magenta value is 53.85%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(33,54,0,54)
C33M54Y0K54 
(33%,54%,0%,54%)
(0.33/0.54/0.00/0.54)	

CMYK percentages

%33.33
%53.85
%0
%54.12

Codes

Color #4E3675 in popluar color models

4E3675
RGB7854117
HSL263°36.84%33.53%
HSB/HSV263°53.85%45.88%
CMYK33.33%53.85%0.00%
54.12%

Color #4E3675 in popluar number systems.

HEX4E3675
Decimal7854117
Binary10011101101101110101
Octal11666165

Shades and tints

Shades of #4E3675

#4E3675
(78,54,117)
#47326B
(71,50,107)
#402E61
(64,46,97)
#392A57
(57,42,87)
#32264D
(50,38,77)
#2B2243
(43,34,67)
#241E39
(36,30,57)
#1D1A2F
(29,26,47)
#161625
(22,22,37)
#0F121B
(15,18,27)
#080E11
(8,14,17)
#000000
(0,0,0)

Tints of #4E3675

#4E3675
(78,54,117)
#5E4881
(94,72,129)
#6E5A8D
(110,90,141)
#7E6C99
(126,108,153)
#8E7EA5
(142,126,165)
#9E90B1
(158,144,177)
#AEA2BD
(174,162,189)
#BEB4C9
(190,180,201)
#CEC6D5
(206,198,213)
#DED8E1
(222,216,225)
#EEEAED
(238,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E3675; }

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

This text font color is #4E3675.


Background Color

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

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

This div background color is #4E3675.


Border color

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

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

This div border color is #4E3675.


Opacity

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

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

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

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

This text has shadow with #4E3675 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E3675 on black background.


Color preview on white background

This text has color #4E3675 on white background.



Black color preview on #4E3675 background

This text has black color on #4E3675 background.


White color preview on #4E3675 background

This text has white color on #4E3675 background.