COLOR #4E5F93

HEX: #4E5F93 RGB: (78,95,147)

Color info

#4E5F93 contains mainly green and blue colors. Web safe color of #4E5F93 is #666699 (or #669).

RGB color model

#4E5F93 color RGB value is (78,95,147).

RGB: (78,95,147) (31%, 37%, 58%)

RGB channels and saturation

R 78 of 255 = 31%
G 95 of 255 = 37%
B 147 of 255 = 58%

78
95
147

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

Portions of RGB colors in percentages

R + G + B = 78 + 95 + 147 = 320 (100%)
R 78 of 320 ~ 24.38%
G 95 of 320 ~ 29.69%
B 147 of 320 ~ 45.94'%

%24.38
%29.69
%45.94

CMYK color model

#4E5F93 color CMYK value is (47,35,0,42).

  • cyan value is 46.94%
  • magenta value is 35.37%
  • yellow value is 0.00%
  • key color value is 42.35%

CMYK: (47,35,0,42)
C47M35Y0K42 (47%, 35%, 0%, 42%)
(0.47 / 0.35 / 0.00 / 0.42)

CMYK percentages

%46.94
%35.37
%0
%42.35

Codes

Color #4E5F93 in popluar color models

4E 5F 93
RGB 78 95 147
HSL 225° 30.67% 44.12%
HSB/HSV 225° 46.94% 57.65%
CMYK 46.94% 35.37% 0.00%
42.35%

Color #4E5F93 in popluar number systems.

HEX 4E 5F 93
Decimal 78 95 147
Binary 1001110 1011111 10010011
Octal 116 137 223

Shades and tints

Shades of #4E5F93

#4E5F93
(78,95,147)
#475786
(71,87,134)
#404F79
(64,79,121)
#39476C
(57,71,108)
#323F5F
(50,63,95)
#2B3752
(43,55,82)
#242F45
(36,47,69)
#1D2738
(29,39,56)
#161F2B
(22,31,43)
#0F171E
(15,23,30)
#080F11
(8,15,17)
#000000
(0,0,0)

Tints of #4E5F93

#4E5F93
(78,95,147)
#5E6D9C
(94,109,156)
#6E7BA5
(110,123,165)
#7E89AE
(126,137,174)
#8E97B7
(142,151,183)
#9EA5C0
(158,165,192)
#AEB3C9
(174,179,201)
#BEC1D2
(190,193,210)
#CECFDB
(206,207,219)
#DEDDE4
(222,221,228)
#EEEBED
(238,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E5F93; }

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

This text font color is #4E5F93.

Background Color

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

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

This div background color is #4E5F93.

Border color

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

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

This div border color is #4E5F93.

Opacity

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

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

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

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

This text has shadow with #4E5F93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E5F93.

Preview

Color preview on black background

This text has color #4E5F93 on black background.


Color preview on white background

This text has color #4E5F93 on white background.


Black color preview on #4E5F93 background

This text has black color on #4E5F93 background.


White color preview on #4E5F93 background

This text has white color on #4E5F93 background.


Related colors

Complementary color

Complementary color for #hex is #B1A06C.


I love getcolorcode.com

Triadic colors

1 #934E5F and #5F934E with #4E5F93 are triadic colors.

2 #935F4E and #5F4E93 with #4E5F93 are triadic colors.