COLOR #4E678E

HEX: #4E678E
RGB: (78,103,142)

Color info

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

RGB color model

#4E678E color RGB value is (78,103,142).

  • red value is 78;
  • green value is 103;
  • blue value is 142.
RGB:
(78,103,142)
(31%,40%,56%)

RGB channels and saturation

R 78 of 255 = 31%
G 103 of 255 = 40%
B 142 of 255 = 56%

78
103
142

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

Portions of RGB colors in percentages

R + G + B =
78 + 103 + 142 = 323 (100%)
R 78 of 323 ~ 24.15%
G 103 of 323 ~ 31.89%
B 142 of 323 ~ 43.96%

%24.15
%31.89
%43.96

CMYK color model

#4E678E color CMYK value is (45,27,0,44).

  • cyan value is 45.07%
  • magenta value is 27.46%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(45,27,0,44)
C45M27Y0K44 
(45%,27%,0%,44%)
(0.45/0.27/0.00/0.44)	

CMYK percentages

%45.07
%27.46
%0
%44.31

Codes

Color #4E678E in popluar color models

4E678E
RGB78103142
HSL217°29.09%43.14%
HSB/HSV217°45.07%55.69%
CMYK45.07%27.46%0.00%
44.31%

Color #4E678E in popluar number systems.

HEX4E678E
Decimal78103142
Binary1001110110011110001110
Octal116147216

Shades and tints

Shades of #4E678E

#4E678E
(78,103,142)
#475E82
(71,94,130)
#405576
(64,85,118)
#394C6A
(57,76,106)
#32435E
(50,67,94)
#2B3A52
(43,58,82)
#243146
(36,49,70)
#1D283A
(29,40,58)
#161F2E
(22,31,46)
#0F1622
(15,22,34)
#080D16
(8,13,22)
#000000
(0,0,0)

Tints of #4E678E

#4E678E
(78,103,142)
#5E7498
(94,116,152)
#6E81A2
(110,129,162)
#7E8EAC
(126,142,172)
#8E9BB6
(142,155,182)
#9EA8C0
(158,168,192)
#AEB5CA
(174,181,202)
#BEC2D4
(190,194,212)
#CECFDE
(206,207,222)
#DEDCE8
(222,220,232)
#EEE9F2
(238,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E678E color. Also use rgb(78,103,142) instead hex code.

Text Font Color

.myTextColor { color: #4E678E; }

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

This text font color is #4E678E.


Background Color

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

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

This div background color is #4E678E.


Border color

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

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

This div border color is #4E678E.


Opacity

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

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

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

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

This text has shadow with #4E678E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E678E on black background.


Color preview on white background

This text has color #4E678E on white background.



Black color preview on #4E678E background

This text has black color on #4E678E background.


White color preview on #4E678E background

This text has white color on #4E678E background.