COLOR #4E6985

HEX: #4E6985
RGB: (78,105,133)

Color info

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

RGB color model

#4E6985 color RGB value is (78,105,133).

  • red value is 78;
  • green value is 105;
  • blue value is 133.
RGB:
(78,105,133)
(31%,41%,52%)

RGB channels and saturation

R 78 of 255 = 31%
G 105 of 255 = 41%
B 133 of 255 = 52%

78
105
133

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

Portions of RGB colors in percentages

R + G + B =
78 + 105 + 133 = 316 (100%)
R 78 of 316 ~ 24.68%
G 105 of 316 ~ 33.23%
B 133 of 316 ~ 42.09%

%24.68
%33.23
%42.09

CMYK color model

#4E6985 color CMYK value is (41,21,0,48).

  • cyan value is 41.35%
  • magenta value is 21.05%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(41,21,0,48)
C41M21Y0K48 
(41%,21%,0%,48%)
(0.41/0.21/0.00/0.48)	

CMYK percentages

%41.35
%21.05
%0
%47.84

Codes

Color #4E6985 in popluar color models

4E6985
RGB78105133
HSL211°26.07%41.37%
HSB/HSV211°41.35%52.16%
CMYK41.35%21.05%0.00%
47.84%

Color #4E6985 in popluar number systems.

HEX4E6985
Decimal78105133
Binary1001110110100110000101
Octal116151205

Shades and tints

Shades of #4E6985

#4E6985
(78,105,133)
#476079
(71,96,121)
#40576D
(64,87,109)
#394E61
(57,78,97)
#324555
(50,69,85)
#2B3C49
(43,60,73)
#24333D
(36,51,61)
#1D2A31
(29,42,49)
#162125
(22,33,37)
#0F1819
(15,24,25)
#080F0D
(8,15,13)
#000000
(0,0,0)

Tints of #4E6985

#4E6985
(78,105,133)
#5E7690
(94,118,144)
#6E839B
(110,131,155)
#7E90A6
(126,144,166)
#8E9DB1
(142,157,177)
#9EAABC
(158,170,188)
#AEB7C7
(174,183,199)
#BEC4D2
(190,196,210)
#CED1DD
(206,209,221)
#DEDEE8
(222,222,232)
#EEEBF3
(238,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E6985 color. Also use rgb(78,105,133) instead hex code.

Text Font Color

.myTextColor { color: #4E6985; }

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

This text font color is #4E6985.


Background Color

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

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

This div background color is #4E6985.


Border color

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

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

This div border color is #4E6985.


Opacity

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

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

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

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

This text has shadow with #4E6985 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E6985 on black background.


Color preview on white background

This text has color #4E6985 on white background.



Black color preview on #4E6985 background

This text has black color on #4E6985 background.


White color preview on #4E6985 background

This text has white color on #4E6985 background.