COLOR #4E78C1

HEX: #4E78C1
RGB: (78,120,193)

Color info

#4E78C1 contains mainly blue color. Web safe color of #4E78C1 is #6666CC (or #66C).

RGB color model

#4E78C1 color RGB value is (78,120,193).

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

RGB channels and saturation

R 78 of 255 = 31%
G 120 of 255 = 47%
B 193 of 255 = 76%

78
120
193

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

Portions of RGB colors in percentages

R + G + B =
78 + 120 + 193 = 391 (100%)
R 78 of 391 ~ 19.95%
G 120 of 391 ~ 30.69%
B 193 of 391 ~ 49.36%

%19.95
%30.69
%49.36

CMYK color model

#4E78C1 color CMYK value is (60,38,0,24).

  • cyan value is 59.59%
  • magenta value is 37.82%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(60,38,0,24)
C60M38Y0K24 
(60%,38%,0%,24%)
(0.60/0.38/0.00/0.24)	

CMYK percentages

%59.59
%37.82
%0
%24.31

Codes

Color #4E78C1 in popluar color models

4E78C1
RGB78120193
HSL218°48.12%53.14%
HSB/HSV218°59.59%75.69%
CMYK59.59%37.82%0.00%
24.31%

Color #4E78C1 in popluar number systems.

HEX4E78C1
Decimal78120193
Binary1001110111100011000001
Octal116170301

Shades and tints

Shades of #4E78C1

#4E78C1
(78,120,193)
#476EB0
(71,110,176)
#40649F
(64,100,159)
#395A8E
(57,90,142)
#32507D
(50,80,125)
#2B466C
(43,70,108)
#243C5B
(36,60,91)
#1D324A
(29,50,74)
#162839
(22,40,57)
#0F1E28
(15,30,40)
#081417
(8,20,23)
#000000
(0,0,0)

Tints of #4E78C1

#4E78C1
(78,120,193)
#5E84C6
(94,132,198)
#6E90CB
(110,144,203)
#7E9CD0
(126,156,208)
#8EA8D5
(142,168,213)
#9EB4DA
(158,180,218)
#AEC0DF
(174,192,223)
#BECCE4
(190,204,228)
#CED8E9
(206,216,233)
#DEE4EE
(222,228,238)
#EEF0F3
(238,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E78C1; }

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

This text font color is #4E78C1.


Background Color

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

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

This div background color is #4E78C1.


Border color

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

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

This div border color is #4E78C1.


Opacity

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

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

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

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

This text has shadow with #4E78C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E78C1 on black background.


Color preview on white background

This text has color #4E78C1 on white background.



Black color preview on #4E78C1 background

This text has black color on #4E78C1 background.


White color preview on #4E78C1 background

This text has white color on #4E78C1 background.