COLOR #4E6086

HEX: #4E6086
RGB: (78,96,134)

Color info

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

RGB color model

#4E6086 color RGB value is (78,96,134).

  • red value is 78;
  • green value is 96;
  • blue value is 134.
RGB:
(78,96,134)
(31%,38%,53%)

RGB channels and saturation

R 78 of 255 = 31%
G 96 of 255 = 38%
B 134 of 255 = 53%

78
96
134

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

Portions of RGB colors in percentages

R + G + B =
78 + 96 + 134 = 308 (100%)
R 78 of 308 ~ 25.32%
G 96 of 308 ~ 31.17%
B 134 of 308 ~ 43.51%

%25.32
%31.17
%43.51

CMYK color model

#4E6086 color CMYK value is (42,28,0,47).

  • cyan value is 41.79%
  • magenta value is 28.36%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(42,28,0,47)
C42M28Y0K47 
(42%,28%,0%,47%)
(0.42/0.28/0.00/0.47)	

CMYK percentages

%41.79
%28.36
%0
%47.45

Codes

Color #4E6086 in popluar color models

4E6086
RGB7896134
HSL221°26.42%41.57%
HSB/HSV221°41.79%52.55%
CMYK41.79%28.36%0.00%
47.45%

Color #4E6086 in popluar number systems.

HEX4E6086
Decimal7896134
Binary1001110110000010000110
Octal116140206

Shades and tints

Shades of #4E6086

#4E6086
(78,96,134)
#47587A
(71,88,122)
#40506E
(64,80,110)
#394862
(57,72,98)
#324056
(50,64,86)
#2B384A
(43,56,74)
#24303E
(36,48,62)
#1D2832
(29,40,50)
#162026
(22,32,38)
#0F181A
(15,24,26)
#08100E
(8,16,14)
#000000
(0,0,0)

Tints of #4E6086

#4E6086
(78,96,134)
#5E6E91
(94,110,145)
#6E7C9C
(110,124,156)
#7E8AA7
(126,138,167)
#8E98B2
(142,152,178)
#9EA6BD
(158,166,189)
#AEB4C8
(174,180,200)
#BEC2D3
(190,194,211)
#CED0DE
(206,208,222)
#DEDEE9
(222,222,233)
#EEECF4
(238,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E6086 color. Also use rgb(78,96,134) instead hex code.

Text Font Color

.myTextColor { color: #4E6086; }

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

This text font color is #4E6086.


Background Color

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

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

This div background color is #4E6086.


Border color

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

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

This div border color is #4E6086.


Opacity

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

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

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

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

This text has shadow with #4E6086 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E6086 on black background.


Color preview on white background

This text has color #4E6086 on white background.



Black color preview on #4E6086 background

This text has black color on #4E6086 background.


White color preview on #4E6086 background

This text has white color on #4E6086 background.