COLOR #4E6E93

HEX: #4E6E93
RGB: (78,110,147)

Color info

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

RGB color model

#4E6E93 color RGB value is (78,110,147).

  • red value is 78;
  • green value is 110;
  • blue value is 147.
RGB:
(78,110,147)
(31%,43%,58%)

RGB channels and saturation

R 78 of 255 = 31%
G 110 of 255 = 43%
B 147 of 255 = 58%

78
110
147

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

Portions of RGB colors in percentages

R + G + B =
78 + 110 + 147 = 335 (100%)
R 78 of 335 ~ 23.28%
G 110 of 335 ~ 32.84%
B 147 of 335 ~ 43.88%

%23.28
%32.84
%43.88

CMYK color model

#4E6E93 color CMYK value is (47,25,0,42).

  • cyan value is 46.94%
  • magenta value is 25.17%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(47,25,0,42)
C47M25Y0K42 
(47%,25%,0%,42%)
(0.47/0.25/0.00/0.42)	

CMYK percentages

%46.94
%25.17
%0
%42.35

Codes

Color #4E6E93 in popluar color models

4E6E93
RGB78110147
HSL212°30.67%44.12%
HSB/HSV212°46.94%57.65%
CMYK46.94%25.17%0.00%
42.35%

Color #4E6E93 in popluar number systems.

HEX4E6E93
Decimal78110147
Binary1001110110111010010011
Octal116156223

Shades and tints

Shades of #4E6E93

#4E6E93
(78,110,147)
#476486
(71,100,134)
#405A79
(64,90,121)
#39506C
(57,80,108)
#32465F
(50,70,95)
#2B3C52
(43,60,82)
#243245
(36,50,69)
#1D2838
(29,40,56)
#161E2B
(22,30,43)
#0F141E
(15,20,30)
#080A11
(8,10,17)
#000000
(0,0,0)

Tints of #4E6E93

#4E6E93
(78,110,147)
#5E7B9C
(94,123,156)
#6E88A5
(110,136,165)
#7E95AE
(126,149,174)
#8EA2B7
(142,162,183)
#9EAFC0
(158,175,192)
#AEBCC9
(174,188,201)
#BEC9D2
(190,201,210)
#CED6DB
(206,214,219)
#DEE3E4
(222,227,228)
#EEF0ED
(238,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E6E93; }

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

This text font color is #4E6E93.


Background Color

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

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

This div background color is #4E6E93.


Border color

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

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

This div border color is #4E6E93.


Opacity

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

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

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

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

This text has shadow with #4E6E93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E6E93 on black background.


Color preview on white background

This text has color #4E6E93 on white background.



Black color preview on #4E6E93 background

This text has black color on #4E6E93 background.


White color preview on #4E6E93 background

This text has white color on #4E6E93 background.