COLOR #4E628A

HEX: #4E628A
RGB: (78,98,138)

Color info

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

RGB color model

#4E628A color RGB value is (78,98,138).

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

RGB channels and saturation

R 78 of 255 = 31%
G 98 of 255 = 38%
B 138 of 255 = 54%

78
98
138

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

Portions of RGB colors in percentages

R + G + B =
78 + 98 + 138 = 314 (100%)
R 78 of 314 ~ 24.84%
G 98 of 314 ~ 31.21%
B 138 of 314 ~ 43.95%

%24.84
%31.21
%43.95

CMYK color model

#4E628A color CMYK value is (43,29,0,46).

  • cyan value is 43.48%
  • magenta value is 28.99%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(43,29,0,46)
C43M29Y0K46 
(43%,29%,0%,46%)
(0.43/0.29/0.00/0.46)	

CMYK percentages

%43.48
%28.99
%0
%45.88

Codes

Color #4E628A in popluar color models

4E628A
RGB7898138
HSL220°27.78%42.35%
HSB/HSV220°43.48%54.12%
CMYK43.48%28.99%0.00%
45.88%

Color #4E628A in popluar number systems.

HEX4E628A
Decimal7898138
Binary1001110110001010001010
Octal116142212

Shades and tints

Shades of #4E628A

#4E628A
(78,98,138)
#475A7E
(71,90,126)
#405272
(64,82,114)
#394A66
(57,74,102)
#32425A
(50,66,90)
#2B3A4E
(43,58,78)
#243242
(36,50,66)
#1D2A36
(29,42,54)
#16222A
(22,34,42)
#0F1A1E
(15,26,30)
#081212
(8,18,18)
#000000
(0,0,0)

Tints of #4E628A

#4E628A
(78,98,138)
#5E7094
(94,112,148)
#6E7E9E
(110,126,158)
#7E8CA8
(126,140,168)
#8E9AB2
(142,154,178)
#9EA8BC
(158,168,188)
#AEB6C6
(174,182,198)
#BEC4D0
(190,196,208)
#CED2DA
(206,210,218)
#DEE0E4
(222,224,228)
#EEEEEE
(238,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E628A; }

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

This text font color is #4E628A.


Background Color

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

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

This div background color is #4E628A.


Border color

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

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

This div border color is #4E628A.


Opacity

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

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

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

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

This text has shadow with #4E628A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E628A on black background.


Color preview on white background

This text has color #4E628A on white background.



Black color preview on #4E628A background

This text has black color on #4E628A background.


White color preview on #4E628A background

This text has white color on #4E628A background.