COLOR #4E928F

HEX: #4E928F
RGB: (78,146,143)

Color info

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

RGB color model

#4E928F color RGB value is (78,146,143).

  • red value is 78;
  • green value is 146;
  • blue value is 143.
RGB:
(78,146,143)
(31%,57%,56%)

RGB channels and saturation

R 78 of 255 = 31%
G 146 of 255 = 57%
B 143 of 255 = 56%

78
146
143

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

Portions of RGB colors in percentages

R + G + B =
78 + 146 + 143 = 367 (100%)
R 78 of 367 ~ 21.25%
G 146 of 367 ~ 39.78%
B 143 of 367 ~ 38.96%

%21.25
%39.78
%38.96

CMYK color model

#4E928F color CMYK value is (47,0,2,43).

  • cyan value is 46.58%
  • magenta value is 0.00%
  • yellow value is 2.05%
  • key color value is 42.75%
CMYK:
(47,0,2,43)
C47M0Y2K43 
(47%,0%,2%,43%)
(0.47/0.00/0.02/0.43)	

CMYK percentages

%46.58
%0
%2.05
%42.75

Codes

Color #4E928F in popluar color models

4E928F
RGB78146143
HSL177°30.36%43.92%
HSB/HSV177°46.58%57.25%
CMYK46.58%0.00%2.05%
42.75%

Color #4E928F in popluar number systems.

HEX4E928F
Decimal78146143
Binary10011101001001010001111
Octal116222217

Shades and tints

Shades of #4E928F

#4E928F
(78,146,143)
#478582
(71,133,130)
#407875
(64,120,117)
#396B68
(57,107,104)
#325E5B
(50,94,91)
#2B514E
(43,81,78)
#244441
(36,68,65)
#1D3734
(29,55,52)
#162A27
(22,42,39)
#0F1D1A
(15,29,26)
#08100D
(8,16,13)
#000000
(0,0,0)

Tints of #4E928F

#4E928F
(78,146,143)
#5E9B99
(94,155,153)
#6EA4A3
(110,164,163)
#7EADAD
(126,173,173)
#8EB6B7
(142,182,183)
#9EBFC1
(158,191,193)
#AEC8CB
(174,200,203)
#BED1D5
(190,209,213)
#CEDADF
(206,218,223)
#DEE3E9
(222,227,233)
#EEECF3
(238,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E928F color. Also use rgb(78,146,143) instead hex code.

Text Font Color

.myTextColor { color: #4E928F; }

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

This text font color is #4E928F.


Background Color

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

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

This div background color is #4E928F.


Border color

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

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

This div border color is #4E928F.


Opacity

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

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

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

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

This text has shadow with #4E928F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E928F on black background.


Color preview on white background

This text has color #4E928F on white background.



Black color preview on #4E928F background

This text has black color on #4E928F background.


White color preview on #4E928F background

This text has white color on #4E928F background.