COLOR #4E6B82

HEX: #4E6B82
RGB: (78,107,130)

Color info

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

RGB color model

#4E6B82 color RGB value is (78,107,130).

  • red value is 78;
  • green value is 107;
  • blue value is 130.
RGB:
(78,107,130)
(31%,42%,51%)

RGB channels and saturation

R 78 of 255 = 31%
G 107 of 255 = 42%
B 130 of 255 = 51%

78
107
130

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

Portions of RGB colors in percentages

R + G + B =
78 + 107 + 130 = 315 (100%)
R 78 of 315 ~ 24.76%
G 107 of 315 ~ 33.97%
B 130 of 315 ~ 41.27%

%24.76
%33.97
%41.27

CMYK color model

#4E6B82 color CMYK value is (40,18,0,49).

  • cyan value is 40.00%
  • magenta value is 17.69%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(40,18,0,49)
C40M18Y0K49 
(40%,18%,0%,49%)
(0.40/0.18/0.00/0.49)	

CMYK percentages

%40
%17.69
%0
%49.02

Codes

Color #4E6B82 in popluar color models

4E6B82
RGB78107130
HSL207°25.00%40.78%
HSB/HSV207°40.00%50.98%
CMYK40.00%17.69%0.00%
49.02%

Color #4E6B82 in popluar number systems.

HEX4E6B82
Decimal78107130
Binary1001110110101110000010
Octal116153202

Shades and tints

Shades of #4E6B82

#4E6B82
(78,107,130)
#476277
(71,98,119)
#40596C
(64,89,108)
#395061
(57,80,97)
#324756
(50,71,86)
#2B3E4B
(43,62,75)
#243540
(36,53,64)
#1D2C35
(29,44,53)
#16232A
(22,35,42)
#0F1A1F
(15,26,31)
#081114
(8,17,20)
#000000
(0,0,0)

Tints of #4E6B82

#4E6B82
(78,107,130)
#5E788D
(94,120,141)
#6E8598
(110,133,152)
#7E92A3
(126,146,163)
#8E9FAE
(142,159,174)
#9EACB9
(158,172,185)
#AEB9C4
(174,185,196)
#BEC6CF
(190,198,207)
#CED3DA
(206,211,218)
#DEE0E5
(222,224,229)
#EEEDF0
(238,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E6B82 color. Also use rgb(78,107,130) instead hex code.

Text Font Color

.myTextColor { color: #4E6B82; }

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

This text font color is #4E6B82.


Background Color

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

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

This div background color is #4E6B82.


Border color

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

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

This div border color is #4E6B82.


Opacity

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

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

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

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

This text has shadow with #4E6B82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E6B82 on black background.


Color preview on white background

This text has color #4E6B82 on white background.



Black color preview on #4E6B82 background

This text has black color on #4E6B82 background.


White color preview on #4E6B82 background

This text has white color on #4E6B82 background.