COLOR #4E5F83

HEX: #4E5F83
RGB: (78,95,131)

Color info

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

RGB color model

#4E5F83 color RGB value is (78,95,131).

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

RGB channels and saturation

R 78 of 255 = 31%
G 95 of 255 = 37%
B 131 of 255 = 51%

78
95
131

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

Portions of RGB colors in percentages

R + G + B =
78 + 95 + 131 = 304 (100%)
R 78 of 304 ~ 25.66%
G 95 of 304 ~ 31.25%
B 131 of 304 ~ 43.09%

%25.66
%31.25
%43.09

CMYK color model

#4E5F83 color CMYK value is (40,27,0,49).

  • cyan value is 40.46%
  • magenta value is 27.48%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(40,27,0,49)
C40M27Y0K49 
(40%,27%,0%,49%)
(0.40/0.27/0.00/0.49)	

CMYK percentages

%40.46
%27.48
%0
%48.63

Codes

Color #4E5F83 in popluar color models

4E5F83
RGB7895131
HSL221°25.36%40.98%
HSB/HSV221°40.46%51.37%
CMYK40.46%27.48%0.00%
48.63%

Color #4E5F83 in popluar number systems.

HEX4E5F83
Decimal7895131
Binary1001110101111110000011
Octal116137203

Shades and tints

Shades of #4E5F83

#4E5F83
(78,95,131)
#475778
(71,87,120)
#404F6D
(64,79,109)
#394762
(57,71,98)
#323F57
(50,63,87)
#2B374C
(43,55,76)
#242F41
(36,47,65)
#1D2736
(29,39,54)
#161F2B
(22,31,43)
#0F1720
(15,23,32)
#080F15
(8,15,21)
#000000
(0,0,0)

Tints of #4E5F83

#4E5F83
(78,95,131)
#5E6D8E
(94,109,142)
#6E7B99
(110,123,153)
#7E89A4
(126,137,164)
#8E97AF
(142,151,175)
#9EA5BA
(158,165,186)
#AEB3C5
(174,179,197)
#BEC1D0
(190,193,208)
#CECFDB
(206,207,219)
#DEDDE6
(222,221,230)
#EEEBF1
(238,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E5F83; }

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

This text font color is #4E5F83.


Background Color

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

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

This div background color is #4E5F83.


Border color

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

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

This div border color is #4E5F83.


Opacity

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

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

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

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

This text has shadow with #4E5F83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E5F83 on black background.


Color preview on white background

This text has color #4E5F83 on white background.



Black color preview on #4E5F83 background

This text has black color on #4E5F83 background.


White color preview on #4E5F83 background

This text has white color on #4E5F83 background.