COLOR #4E6781

HEX: #4E6781
RGB: (78,103,129)

Color info

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

RGB color model

#4E6781 color RGB value is (78,103,129).

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

RGB channels and saturation

R 78 of 255 = 31%
G 103 of 255 = 40%
B 129 of 255 = 51%

78
103
129

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

Portions of RGB colors in percentages

R + G + B =
78 + 103 + 129 = 310 (100%)
R 78 of 310 ~ 25.16%
G 103 of 310 ~ 33.23%
B 129 of 310 ~ 41.61%

%25.16
%33.23
%41.61

CMYK color model

#4E6781 color CMYK value is (40,20,0,49).

  • cyan value is 39.53%
  • magenta value is 20.16%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(40,20,0,49)
C40M20Y0K49 
(40%,20%,0%,49%)
(0.40/0.20/0.00/0.49)	

CMYK percentages

%39.53
%20.16
%0
%49.41

Codes

Color #4E6781 in popluar color models

4E6781
RGB78103129
HSL211°24.64%40.59%
HSB/HSV211°39.53%50.59%
CMYK39.53%20.16%0.00%
49.41%

Color #4E6781 in popluar number systems.

HEX4E6781
Decimal78103129
Binary1001110110011110000001
Octal116147201

Shades and tints

Shades of #4E6781

#4E6781
(78,103,129)
#475E76
(71,94,118)
#40556B
(64,85,107)
#394C60
(57,76,96)
#324355
(50,67,85)
#2B3A4A
(43,58,74)
#24313F
(36,49,63)
#1D2834
(29,40,52)
#161F29
(22,31,41)
#0F161E
(15,22,30)
#080D13
(8,13,19)
#000000
(0,0,0)

Tints of #4E6781

#4E6781
(78,103,129)
#5E748C
(94,116,140)
#6E8197
(110,129,151)
#7E8EA2
(126,142,162)
#8E9BAD
(142,155,173)
#9EA8B8
(158,168,184)
#AEB5C3
(174,181,195)
#BEC2CE
(190,194,206)
#CECFD9
(206,207,217)
#DEDCE4
(222,220,228)
#EEE9EF
(238,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E6781; }

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

This text font color is #4E6781.


Background Color

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

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

This div background color is #4E6781.


Border color

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

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

This div border color is #4E6781.


Opacity

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

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

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

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

This text has shadow with #4E6781 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E6781 on black background.


Color preview on white background

This text has color #4E6781 on white background.



Black color preview on #4E6781 background

This text has black color on #4E6781 background.


White color preview on #4E6781 background

This text has white color on #4E6781 background.