COLOR #4E7681

HEX: #4E7681
RGB: (78,118,129)

Color info

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

RGB color model

#4E7681 color RGB value is (78,118,129).

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

RGB channels and saturation

R 78 of 255 = 31%
G 118 of 255 = 46%
B 129 of 255 = 51%

78
118
129

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

Portions of RGB colors in percentages

R + G + B =
78 + 118 + 129 = 325 (100%)
R 78 of 325 ~ 24%
G 118 of 325 ~ 36.31%
B 129 of 325 ~ 39.69%

%24
%36.31
%39.69

CMYK color model

#4E7681 color CMYK value is (40,9,0,49).

  • cyan value is 39.53%
  • magenta value is 8.53%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(40,9,0,49)
C40M9Y0K49 
(40%,9%,0%,49%)
(0.40/0.09/0.00/0.49)	

CMYK percentages

%39.53
%8.53
%0
%49.41

Codes

Color #4E7681 in popluar color models

4E7681
RGB78118129
HSL193°24.64%40.59%
HSB/HSV193°39.53%50.59%
CMYK39.53%8.53%0.00%
49.41%

Color #4E7681 in popluar number systems.

HEX4E7681
Decimal78118129
Binary1001110111011010000001
Octal116166201

Shades and tints

Shades of #4E7681

#4E7681
(78,118,129)
#476C76
(71,108,118)
#40626B
(64,98,107)
#395860
(57,88,96)
#324E55
(50,78,85)
#2B444A
(43,68,74)
#243A3F
(36,58,63)
#1D3034
(29,48,52)
#162629
(22,38,41)
#0F1C1E
(15,28,30)
#081213
(8,18,19)
#000000
(0,0,0)

Tints of #4E7681

#4E7681
(78,118,129)
#5E828C
(94,130,140)
#6E8E97
(110,142,151)
#7E9AA2
(126,154,162)
#8EA6AD
(142,166,173)
#9EB2B8
(158,178,184)
#AEBEC3
(174,190,195)
#BECACE
(190,202,206)
#CED6D9
(206,214,217)
#DEE2E4
(222,226,228)
#EEEEEF
(238,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E7681; }

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

This text font color is #4E7681.


Background Color

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

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

This div background color is #4E7681.


Border color

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

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

This div border color is #4E7681.


Opacity

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

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

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

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

This text has shadow with #4E7681 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E7681 on black background.


Color preview on white background

This text has color #4E7681 on white background.



Black color preview on #4E7681 background

This text has black color on #4E7681 background.


White color preview on #4E7681 background

This text has white color on #4E7681 background.