COLOR #4E9293

HEX: #4E9293 RGB: (78,146,147)

Color info

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

RGB color model

#4E9293 color RGB value is (78,146,147).

RGB: (78,146,147) (31%, 57%, 58%)

RGB channels and saturation

R 78 of 255 = 31%
G 146 of 255 = 57%
B 147 of 255 = 58%

78
146
147

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

Portions of RGB colors in percentages

R + G + B = 78 + 146 + 147 = 371 (100%)
R 78 of 371 ~ 21.02%
G 146 of 371 ~ 39.35%
B 147 of 371 ~ 39.62'%

%21.02
%39.35
%39.62

CMYK color model

#4E9293 color CMYK value is (47,1,0,42).

  • cyan value is 46.94%
  • magenta value is 0.68%
  • yellow value is 0.00%
  • key color value is 42.35%

CMYK: (47,1,0,42)
C47M1Y0K42 (47%, 1%, 0%, 42%)
(0.47 / 0.01 / 0.00 / 0.42)

CMYK percentages

%46.94
%0.68
%0
%42.35

Codes

Color #4E9293 in popluar color models

4E 92 93
RGB 78 146 147
HSL 181° 30.67% 44.12%
HSB/HSV 181° 46.94% 57.65%
CMYK 46.94% 0.68% 0.00%
42.35%

Color #4E9293 in popluar number systems.

HEX 4E 92 93
Decimal 78 146 147
Binary 1001110 10010010 10010011
Octal 116 222 223

Shades and tints

Shades of #4E9293

#4E9293
(78,146,147)
#478586
(71,133,134)
#407879
(64,120,121)
#396B6C
(57,107,108)
#325E5F
(50,94,95)
#2B5152
(43,81,82)
#244445
(36,68,69)
#1D3738
(29,55,56)
#162A2B
(22,42,43)
#0F1D1E
(15,29,30)
#081011
(8,16,17)
#000000
(0,0,0)

Tints of #4E9293

#4E9293
(78,146,147)
#5E9B9C
(94,155,156)
#6EA4A5
(110,164,165)
#7EADAE
(126,173,174)
#8EB6B7
(142,182,183)
#9EBFC0
(158,191,192)
#AEC8C9
(174,200,201)
#BED1D2
(190,209,210)
#CEDADB
(206,218,219)
#DEE3E4
(222,227,228)
#EEECED
(238,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E9293; }

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

This text font color is #4E9293.

Background Color

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

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

This div background color is #4E9293.

Border color

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

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

This div border color is #4E9293.

Opacity

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

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

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

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

This text has shadow with #4E9293 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E9293.

Preview

Color preview on black background

This text has color #4E9293 on black background.


Color preview on white background

This text has color #4E9293 on white background.


Black color preview on #4E9293 background

This text has black color on #4E9293 background.


White color preview on #4E9293 background

This text has white color on #4E9293 background.


Related colors

Complementary color

Complementary color for #hex is #B16D6C.


I love getcolorcode.com

Triadic colors

1 #934E92 and #92934E with #4E9293 are triadic colors.

2 #93924E and #924E93 with #4E9293 are triadic colors.