COLOR #4E6883

HEX: #4E6883
RGB: (78,104,131)

Color info

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

RGB color model

#4E6883 color RGB value is (78,104,131).

  • red value is 78;
  • green value is 104;
  • blue value is 131.
RGB:
(78,104,131)
(31%,41%,51%)

RGB channels and saturation

R 78 of 255 = 31%
G 104 of 255 = 41%
B 131 of 255 = 51%

78
104
131

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

Portions of RGB colors in percentages

R + G + B =
78 + 104 + 131 = 313 (100%)
R 78 of 313 ~ 24.92%
G 104 of 313 ~ 33.23%
B 131 of 313 ~ 41.85%

%24.92
%33.23
%41.85

CMYK color model

#4E6883 color CMYK value is (40,21,0,49).

  • cyan value is 40.46%
  • magenta value is 20.61%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(40,21,0,49)
C40M21Y0K49 
(40%,21%,0%,49%)
(0.40/0.21/0.00/0.49)	

CMYK percentages

%40.46
%20.61
%0
%48.63

Codes

Color #4E6883 in popluar color models

4E6883
RGB78104131
HSL211°25.36%40.98%
HSB/HSV211°40.46%51.37%
CMYK40.46%20.61%0.00%
48.63%

Color #4E6883 in popluar number systems.

HEX4E6883
Decimal78104131
Binary1001110110100010000011
Octal116150203

Shades and tints

Shades of #4E6883

#4E6883
(78,104,131)
#475F78
(71,95,120)
#40566D
(64,86,109)
#394D62
(57,77,98)
#324457
(50,68,87)
#2B3B4C
(43,59,76)
#243241
(36,50,65)
#1D2936
(29,41,54)
#16202B
(22,32,43)
#0F1720
(15,23,32)
#080E15
(8,14,21)
#000000
(0,0,0)

Tints of #4E6883

#4E6883
(78,104,131)
#5E758E
(94,117,142)
#6E8299
(110,130,153)
#7E8FA4
(126,143,164)
#8E9CAF
(142,156,175)
#9EA9BA
(158,169,186)
#AEB6C5
(174,182,197)
#BEC3D0
(190,195,208)
#CED0DB
(206,208,219)
#DEDDE6
(222,221,230)
#EEEAF1
(238,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E6883 color. Also use rgb(78,104,131) instead hex code.

Text Font Color

.myTextColor { color: #4E6883; }

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

This text font color is #4E6883.


Background Color

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

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

This div background color is #4E6883.


Border color

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

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

This div border color is #4E6883.


Opacity

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

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

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

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

This text has shadow with #4E6883 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E6883 on black background.


Color preview on white background

This text has color #4E6883 on white background.



Black color preview on #4E6883 background

This text has black color on #4E6883 background.


White color preview on #4E6883 background

This text has white color on #4E6883 background.