COLOR #4E8697

HEX: #4E8697
RGB: (78,134,151)

Color info

#4E8697 contains mainly green and blue colors. Web safe color of #4E8697 is #669999 (or #699).

RGB color model

#4E8697 color RGB value is (78,134,151).

  • red value is 78;
  • green value is 134;
  • blue value is 151.
RGB:
(78,134,151)
(31%,53%,59%)

RGB channels and saturation

R 78 of 255 = 31%
G 134 of 255 = 53%
B 151 of 255 = 59%

78
134
151

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

Portions of RGB colors in percentages

R + G + B =
78 + 134 + 151 = 363 (100%)
R 78 of 363 ~ 21.49%
G 134 of 363 ~ 36.91%
B 151 of 363 ~ 41.6%

%21.49
%36.91
%41.6

CMYK color model

#4E8697 color CMYK value is (48,11,0,41).

  • cyan value is 48.34%
  • magenta value is 11.26%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(48,11,0,41)
C48M11Y0K41 
(48%,11%,0%,41%)
(0.48/0.11/0.00/0.41)	

CMYK percentages

%48.34
%11.26
%0
%40.78

Codes

Color #4E8697 in popluar color models

4E8697
RGB78134151
HSL194°31.88%44.90%
HSB/HSV194°48.34%59.22%
CMYK48.34%11.26%0.00%
40.78%

Color #4E8697 in popluar number systems.

HEX4E8697
Decimal78134151
Binary10011101000011010010111
Octal116206227

Shades and tints

Shades of #4E8697

#4E8697
(78,134,151)
#477A8A
(71,122,138)
#406E7D
(64,110,125)
#396270
(57,98,112)
#325663
(50,86,99)
#2B4A56
(43,74,86)
#243E49
(36,62,73)
#1D323C
(29,50,60)
#16262F
(22,38,47)
#0F1A22
(15,26,34)
#080E15
(8,14,21)
#000000
(0,0,0)

Tints of #4E8697

#4E8697
(78,134,151)
#5E91A0
(94,145,160)
#6E9CA9
(110,156,169)
#7EA7B2
(126,167,178)
#8EB2BB
(142,178,187)
#9EBDC4
(158,189,196)
#AEC8CD
(174,200,205)
#BED3D6
(190,211,214)
#CEDEDF
(206,222,223)
#DEE9E8
(222,233,232)
#EEF4F1
(238,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E8697 color. Also use rgb(78,134,151) instead hex code.

Text Font Color

.myTextColor { color: #4E8697; }

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

This text font color is #4E8697.


Background Color

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

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

This div background color is #4E8697.


Border color

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

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

This div border color is #4E8697.


Opacity

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

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

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

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

This text has shadow with #4E8697 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E8697 on black background.


Color preview on white background

This text has color #4E8697 on white background.



Black color preview on #4E8697 background

This text has black color on #4E8697 background.


White color preview on #4E8697 background

This text has white color on #4E8697 background.