COLOR #4E6777

HEX: #4E6777
RGB: (78,103,119)

Color info

#4E6777 contains red, green and blue colors in about the same proportion. Web safe color of #4E6777 is #666666 (or #666).

RGB color model

#4E6777 color RGB value is (78,103,119).

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

RGB channels and saturation

R 78 of 255 = 31%
G 103 of 255 = 40%
B 119 of 255 = 47%

78
103
119

R + G + B ~ 39%. #4E6777 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 103 + 119 = 300 (100%)
R 78 of 300 ~ 26%
G 103 of 300 ~ 34.33%
B 119 of 300 ~ 39.67%

%26
%34.33
%39.67

CMYK color model

#4E6777 color CMYK value is (34,13,0,53).

  • cyan value is 34.45%
  • magenta value is 13.45%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(34,13,0,53)
C34M13Y0K53 
(34%,13%,0%,53%)
(0.34/0.13/0.00/0.53)	

CMYK percentages

%34.45
%13.45
%0
%53.33

Codes

Color #4E6777 in popluar color models

4E6777
RGB78103119
HSL203°20.81%38.63%
HSB/HSV203°34.45%46.67%
CMYK34.45%13.45%0.00%
53.33%

Color #4E6777 in popluar number systems.

HEX4E6777
Decimal78103119
Binary100111011001111110111
Octal116147167

Shades and tints

Shades of #4E6777

#4E6777
(78,103,119)
#475E6D
(71,94,109)
#405563
(64,85,99)
#394C59
(57,76,89)
#32434F
(50,67,79)
#2B3A45
(43,58,69)
#24313B
(36,49,59)
#1D2831
(29,40,49)
#161F27
(22,31,39)
#0F161D
(15,22,29)
#080D13
(8,13,19)
#000000
(0,0,0)

Tints of #4E6777

#4E6777
(78,103,119)
#5E7483
(94,116,131)
#6E818F
(110,129,143)
#7E8E9B
(126,142,155)
#8E9BA7
(142,155,167)
#9EA8B3
(158,168,179)
#AEB5BF
(174,181,191)
#BEC2CB
(190,194,203)
#CECFD7
(206,207,215)
#DEDCE3
(222,220,227)
#EEE9EF
(238,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E6777; }

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

This text font color is #4E6777.


Background Color

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

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

This div background color is #4E6777.


Border color

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

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

This div border color is #4E6777.


Opacity

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

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

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

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

This text has shadow with #4E6777 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E6777 on black background.


Color preview on white background

This text has color #4E6777 on white background.



Black color preview on #4E6777 background

This text has black color on #4E6777 background.


White color preview on #4E6777 background

This text has white color on #4E6777 background.