COLOR #4E748A

HEX: #4E748A
RGB: (78,116,138)

Color info

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

RGB color model

#4E748A color RGB value is (78,116,138).

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

RGB channels and saturation

R 78 of 255 = 31%
G 116 of 255 = 45%
B 138 of 255 = 54%

78
116
138

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

Portions of RGB colors in percentages

R + G + B =
78 + 116 + 138 = 332 (100%)
R 78 of 332 ~ 23.49%
G 116 of 332 ~ 34.94%
B 138 of 332 ~ 41.57%

%23.49
%34.94
%41.57

CMYK color model

#4E748A color CMYK value is (43,16,0,46).

  • cyan value is 43.48%
  • magenta value is 15.94%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(43,16,0,46)
C43M16Y0K46 
(43%,16%,0%,46%)
(0.43/0.16/0.00/0.46)	

CMYK percentages

%43.48
%15.94
%0
%45.88

Codes

Color #4E748A in popluar color models

4E748A
RGB78116138
HSL202°27.78%42.35%
HSB/HSV202°43.48%54.12%
CMYK43.48%15.94%0.00%
45.88%

Color #4E748A in popluar number systems.

HEX4E748A
Decimal78116138
Binary1001110111010010001010
Octal116164212

Shades and tints

Shades of #4E748A

#4E748A
(78,116,138)
#476A7E
(71,106,126)
#406072
(64,96,114)
#395666
(57,86,102)
#324C5A
(50,76,90)
#2B424E
(43,66,78)
#243842
(36,56,66)
#1D2E36
(29,46,54)
#16242A
(22,36,42)
#0F1A1E
(15,26,30)
#081012
(8,16,18)
#000000
(0,0,0)

Tints of #4E748A

#4E748A
(78,116,138)
#5E8094
(94,128,148)
#6E8C9E
(110,140,158)
#7E98A8
(126,152,168)
#8EA4B2
(142,164,178)
#9EB0BC
(158,176,188)
#AEBCC6
(174,188,198)
#BEC8D0
(190,200,208)
#CED4DA
(206,212,218)
#DEE0E4
(222,224,228)
#EEECEE
(238,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E748A; }

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

This text font color is #4E748A.


Background Color

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

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

This div background color is #4E748A.


Border color

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

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

This div border color is #4E748A.


Opacity

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

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

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

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

This text has shadow with #4E748A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E748A on black background.


Color preview on white background

This text has color #4E748A on white background.



Black color preview on #4E748A background

This text has black color on #4E748A background.


White color preview on #4E748A background

This text has white color on #4E748A background.