COLOR #4E798A

HEX: #4E798A
RGB: (78,121,138)

Color info

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

RGB color model

#4E798A color RGB value is (78,121,138).

  • red value is 78;
  • green value is 121;
  • blue value is 138.
RGB:
(78,121,138)
(31%,47%,54%)

RGB channels and saturation

R 78 of 255 = 31%
G 121 of 255 = 47%
B 138 of 255 = 54%

78
121
138

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

Portions of RGB colors in percentages

R + G + B =
78 + 121 + 138 = 337 (100%)
R 78 of 337 ~ 23.15%
G 121 of 337 ~ 35.91%
B 138 of 337 ~ 40.95%

%23.15
%35.91
%40.95

CMYK color model

#4E798A color CMYK value is (43,12,0,46).

  • cyan value is 43.48%
  • magenta value is 12.32%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(43,12,0,46)
C43M12Y0K46 
(43%,12%,0%,46%)
(0.43/0.12/0.00/0.46)	

CMYK percentages

%43.48
%12.32
%0
%45.88

Codes

Color #4E798A in popluar color models

4E798A
RGB78121138
HSL197°27.78%42.35%
HSB/HSV197°43.48%54.12%
CMYK43.48%12.32%0.00%
45.88%

Color #4E798A in popluar number systems.

HEX4E798A
Decimal78121138
Binary1001110111100110001010
Octal116171212

Shades and tints

Shades of #4E798A

#4E798A
(78,121,138)
#476E7E
(71,110,126)
#406372
(64,99,114)
#395866
(57,88,102)
#324D5A
(50,77,90)
#2B424E
(43,66,78)
#243742
(36,55,66)
#1D2C36
(29,44,54)
#16212A
(22,33,42)
#0F161E
(15,22,30)
#080B12
(8,11,18)
#000000
(0,0,0)

Tints of #4E798A

#4E798A
(78,121,138)
#5E8594
(94,133,148)
#6E919E
(110,145,158)
#7E9DA8
(126,157,168)
#8EA9B2
(142,169,178)
#9EB5BC
(158,181,188)
#AEC1C6
(174,193,198)
#BECDD0
(190,205,208)
#CED9DA
(206,217,218)
#DEE5E4
(222,229,228)
#EEF1EE
(238,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E798A color. Also use rgb(78,121,138) instead hex code.

Text Font Color

.myTextColor { color: #4E798A; }

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

This text font color is #4E798A.


Background Color

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

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

This div background color is #4E798A.


Border color

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

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

This div border color is #4E798A.


Opacity

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

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

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

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

This text has shadow with #4E798A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E798A on black background.


Color preview on white background

This text has color #4E798A on white background.



Black color preview on #4E798A background

This text has black color on #4E798A background.


White color preview on #4E798A background

This text has white color on #4E798A background.