COLOR #4E669E

HEX: #4E669E
RGB: (78,102,158)

Color info

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

RGB color model

#4E669E color RGB value is (78,102,158).

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

RGB channels and saturation

R 78 of 255 = 31%
G 102 of 255 = 40%
B 158 of 255 = 62%

78
102
158

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

Portions of RGB colors in percentages

R + G + B =
78 + 102 + 158 = 338 (100%)
R 78 of 338 ~ 23.08%
G 102 of 338 ~ 30.18%
B 158 of 338 ~ 46.75%

%23.08
%30.18
%46.75

CMYK color model

#4E669E color CMYK value is (51,35,0,38).

  • cyan value is 50.63%
  • magenta value is 35.44%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(51,35,0,38)
C51M35Y0K38 
(51%,35%,0%,38%)
(0.51/0.35/0.00/0.38)	

CMYK percentages

%50.63
%35.44
%0
%38.04

Codes

Color #4E669E in popluar color models

4E669E
RGB78102158
HSL222°33.90%46.27%
HSB/HSV222°50.63%61.96%
CMYK50.63%35.44%0.00%
38.04%

Color #4E669E in popluar number systems.

HEX4E669E
Decimal78102158
Binary1001110110011010011110
Octal116146236

Shades and tints

Shades of #4E669E

#4E669E
(78,102,158)
#475D90
(71,93,144)
#405482
(64,84,130)
#394B74
(57,75,116)
#324266
(50,66,102)
#2B3958
(43,57,88)
#24304A
(36,48,74)
#1D273C
(29,39,60)
#161E2E
(22,30,46)
#0F1520
(15,21,32)
#080C12
(8,12,18)
#000000
(0,0,0)

Tints of #4E669E

#4E669E
(78,102,158)
#5E73A6
(94,115,166)
#6E80AE
(110,128,174)
#7E8DB6
(126,141,182)
#8E9ABE
(142,154,190)
#9EA7C6
(158,167,198)
#AEB4CE
(174,180,206)
#BEC1D6
(190,193,214)
#CECEDE
(206,206,222)
#DEDBE6
(222,219,230)
#EEE8EE
(238,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E669E; }

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

This text font color is #4E669E.


Background Color

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

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

This div background color is #4E669E.


Border color

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

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

This div border color is #4E669E.


Opacity

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

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

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

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

This text has shadow with #4E669E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E669E on black background.


Color preview on white background

This text has color #4E669E on white background.



Black color preview on #4E669E background

This text has black color on #4E669E background.


White color preview on #4E669E background

This text has white color on #4E669E background.