COLOR #4E699E

HEX: #4E699E
RGB: (78,105,158)

Color info

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

RGB color model

#4E699E color RGB value is (78,105,158).

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

RGB channels and saturation

R 78 of 255 = 31%
G 105 of 255 = 41%
B 158 of 255 = 62%

78
105
158

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

Portions of RGB colors in percentages

R + G + B =
78 + 105 + 158 = 341 (100%)
R 78 of 341 ~ 22.87%
G 105 of 341 ~ 30.79%
B 158 of 341 ~ 46.33%

%22.87
%30.79
%46.33

CMYK color model

#4E699E color CMYK value is (51,34,0,38).

  • cyan value is 50.63%
  • magenta value is 33.54%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(51,34,0,38)
C51M34Y0K38 
(51%,34%,0%,38%)
(0.51/0.34/0.00/0.38)	

CMYK percentages

%50.63
%33.54
%0
%38.04

Codes

Color #4E699E in popluar color models

4E699E
RGB78105158
HSL220°33.90%46.27%
HSB/HSV220°50.63%61.96%
CMYK50.63%33.54%0.00%
38.04%

Color #4E699E in popluar number systems.

HEX4E699E
Decimal78105158
Binary1001110110100110011110
Octal116151236

Shades and tints

Shades of #4E699E

#4E699E
(78,105,158)
#476090
(71,96,144)
#405782
(64,87,130)
#394E74
(57,78,116)
#324566
(50,69,102)
#2B3C58
(43,60,88)
#24334A
(36,51,74)
#1D2A3C
(29,42,60)
#16212E
(22,33,46)
#0F1820
(15,24,32)
#080F12
(8,15,18)
#000000
(0,0,0)

Tints of #4E699E

#4E699E
(78,105,158)
#5E76A6
(94,118,166)
#6E83AE
(110,131,174)
#7E90B6
(126,144,182)
#8E9DBE
(142,157,190)
#9EAAC6
(158,170,198)
#AEB7CE
(174,183,206)
#BEC4D6
(190,196,214)
#CED1DE
(206,209,222)
#DEDEE6
(222,222,230)
#EEEBEE
(238,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E699E; }

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

This text font color is #4E699E.


Background Color

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

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

This div background color is #4E699E.


Border color

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

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

This div border color is #4E699E.


Opacity

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

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

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

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

This text has shadow with #4E699E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E699E on black background.


Color preview on white background

This text has color #4E699E on white background.



Black color preview on #4E699E background

This text has black color on #4E699E background.


White color preview on #4E699E background

This text has white color on #4E699E background.