COLOR #4E6380

HEX: #4E6380
RGB: (78,99,128)

Color info

#4E6380 contains red, green and blue colors in about the same proportion. Web safe color of #4E6380 is #666666 (or #666).

RGB color model

#4E6380 color RGB value is (78,99,128).

  • red value is 78;
  • green value is 99;
  • blue value is 128.
RGB:
(78,99,128)
(31%,39%,50%)

RGB channels and saturation

R 78 of 255 = 31%
G 99 of 255 = 39%
B 128 of 255 = 50%

78
99
128

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

Portions of RGB colors in percentages

R + G + B =
78 + 99 + 128 = 305 (100%)
R 78 of 305 ~ 25.57%
G 99 of 305 ~ 32.46%
B 128 of 305 ~ 41.97%

%25.57
%32.46
%41.97

CMYK color model

#4E6380 color CMYK value is (39,23,0,50).

  • cyan value is 39.06%
  • magenta value is 22.66%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(39,23,0,50)
C39M23Y0K50 
(39%,23%,0%,50%)
(0.39/0.23/0.00/0.50)	

CMYK percentages

%39.06
%22.66
%0
%49.8

Codes

Color #4E6380 in popluar color models

4E6380
RGB7899128
HSL215°24.27%40.39%
HSB/HSV215°39.06%50.20%
CMYK39.06%22.66%0.00%
49.80%

Color #4E6380 in popluar number systems.

HEX4E6380
Decimal7899128
Binary1001110110001110000000
Octal116143200

Shades and tints

Shades of #4E6380

#4E6380
(78,99,128)
#475A75
(71,90,117)
#40516A
(64,81,106)
#39485F
(57,72,95)
#323F54
(50,63,84)
#2B3649
(43,54,73)
#242D3E
(36,45,62)
#1D2433
(29,36,51)
#161B28
(22,27,40)
#0F121D
(15,18,29)
#080912
(8,9,18)
#000000
(0,0,0)

Tints of #4E6380

#4E6380
(78,99,128)
#5E718B
(94,113,139)
#6E7F96
(110,127,150)
#7E8DA1
(126,141,161)
#8E9BAC
(142,155,172)
#9EA9B7
(158,169,183)
#AEB7C2
(174,183,194)
#BEC5CD
(190,197,205)
#CED3D8
(206,211,216)
#DEE1E3
(222,225,227)
#EEEFEE
(238,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E6380; }

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

This text font color is #4E6380.


Background Color

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

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

This div background color is #4E6380.


Border color

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

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

This div border color is #4E6380.


Opacity

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

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

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

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

This text has shadow with #4E6380 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E6380 on black background.


Color preview on white background

This text has color #4E6380 on white background.



Black color preview on #4E6380 background

This text has black color on #4E6380 background.


White color preview on #4E6380 background

This text has white color on #4E6380 background.