COLOR #4E6388

HEX: #4E6388
RGB: (78,99,136)

Color info

#4E6388 contains red, green and blue colors in about the same proportion. Web safe color of #4E6388 is #666699 (or #669).

RGB color model

#4E6388 color RGB value is (78,99,136).

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

RGB channels and saturation

R 78 of 255 = 31%
G 99 of 255 = 39%
B 136 of 255 = 53%

78
99
136

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

Portions of RGB colors in percentages

R + G + B =
78 + 99 + 136 = 313 (100%)
R 78 of 313 ~ 24.92%
G 99 of 313 ~ 31.63%
B 136 of 313 ~ 43.45%

%24.92
%31.63
%43.45

CMYK color model

#4E6388 color CMYK value is (43,27,0,47).

  • cyan value is 42.65%
  • magenta value is 27.21%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(43,27,0,47)
C43M27Y0K47 
(43%,27%,0%,47%)
(0.43/0.27/0.00/0.47)	

CMYK percentages

%42.65
%27.21
%0
%46.67

Codes

Color #4E6388 in popluar color models

4E6388
RGB7899136
HSL218°27.10%41.96%
HSB/HSV218°42.65%53.33%
CMYK42.65%27.21%0.00%
46.67%

Color #4E6388 in popluar number systems.

HEX4E6388
Decimal7899136
Binary1001110110001110001000
Octal116143210

Shades and tints

Shades of #4E6388

#4E6388
(78,99,136)
#475A7C
(71,90,124)
#405170
(64,81,112)
#394864
(57,72,100)
#323F58
(50,63,88)
#2B364C
(43,54,76)
#242D40
(36,45,64)
#1D2434
(29,36,52)
#161B28
(22,27,40)
#0F121C
(15,18,28)
#080910
(8,9,16)
#000000
(0,0,0)

Tints of #4E6388

#4E6388
(78,99,136)
#5E7192
(94,113,146)
#6E7F9C
(110,127,156)
#7E8DA6
(126,141,166)
#8E9BB0
(142,155,176)
#9EA9BA
(158,169,186)
#AEB7C4
(174,183,196)
#BEC5CE
(190,197,206)
#CED3D8
(206,211,216)
#DEE1E2
(222,225,226)
#EEEFEC
(238,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E6388; }

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

This text font color is #4E6388.


Background Color

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

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

This div background color is #4E6388.


Border color

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

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

This div border color is #4E6388.


Opacity

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

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

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

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

This text has shadow with #4E6388 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E6388 on black background.


Color preview on white background

This text has color #4E6388 on white background.



Black color preview on #4E6388 background

This text has black color on #4E6388 background.


White color preview on #4E6388 background

This text has white color on #4E6388 background.