COLOR #4E6378

HEX: #4E6378
RGB: (78,99,120)

Color info

#4E6378 contains red, green and blue colors in about the same proportion. Web safe color of #4E6378 is #666666 (or #666).

RGB color model

#4E6378 color RGB value is (78,99,120).

  • red value is 78;
  • green value is 99;
  • blue value is 120.
RGB:
(78,99,120)
(31%,39%,47%)

RGB channels and saturation

R 78 of 255 = 31%
G 99 of 255 = 39%
B 120 of 255 = 47%

78
99
120

R + G + B ~ 39%. #4E6378 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 99 + 120 = 297 (100%)
R 78 of 297 ~ 26.26%
G 99 of 297 ~ 33.33%
B 120 of 297 ~ 40.4%

%26.26
%33.33
%40.4

CMYK color model

#4E6378 color CMYK value is (35,18,0,53).

  • cyan value is 35.00%
  • magenta value is 17.50%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(35,18,0,53)
C35M18Y0K53 
(35%,18%,0%,53%)
(0.35/0.18/0.00/0.53)	

CMYK percentages

%35
%17.5
%0
%52.94

Codes

Color #4E6378 in popluar color models

4E6378
RGB7899120
HSL210°21.21%38.82%
HSB/HSV210°35.00%47.06%
CMYK35.00%17.50%0.00%
52.94%

Color #4E6378 in popluar number systems.

HEX4E6378
Decimal7899120
Binary100111011000111111000
Octal116143170

Shades and tints

Shades of #4E6378

#4E6378
(78,99,120)
#475A6E
(71,90,110)
#405164
(64,81,100)
#39485A
(57,72,90)
#323F50
(50,63,80)
#2B3646
(43,54,70)
#242D3C
(36,45,60)
#1D2432
(29,36,50)
#161B28
(22,27,40)
#0F121E
(15,18,30)
#080914
(8,9,20)
#000000
(0,0,0)

Tints of #4E6378

#4E6378
(78,99,120)
#5E7184
(94,113,132)
#6E7F90
(110,127,144)
#7E8D9C
(126,141,156)
#8E9BA8
(142,155,168)
#9EA9B4
(158,169,180)
#AEB7C0
(174,183,192)
#BEC5CC
(190,197,204)
#CED3D8
(206,211,216)
#DEE1E4
(222,225,228)
#EEEFF0
(238,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E6378 color. Also use rgb(78,99,120) instead hex code.

Text Font Color

.myTextColor { color: #4E6378; }

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

This text font color is #4E6378.


Background Color

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

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

This div background color is #4E6378.


Border color

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

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

This div border color is #4E6378.


Opacity

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

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

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

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

This text has shadow with #4E6378 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E6378 on black background.


Color preview on white background

This text has color #4E6378 on white background.



Black color preview on #4E6378 background

This text has black color on #4E6378 background.


White color preview on #4E6378 background

This text has white color on #4E6378 background.