COLOR #4D78F4

HEX: #4D78F4
RGB: (77,120,244)

Color info

#4D78F4 contains mainly blue color. Web safe color of #4D78F4 is #3366FF (or #36F).

RGB color model

#4D78F4 color RGB value is (77,120,244).

  • red value is 77;
  • green value is 120;
  • blue value is 244.
RGB:
(77,120,244)
(30%,47%,96%)

RGB channels and saturation

R 77 of 255 = 30%
G 120 of 255 = 47%
B 244 of 255 = 96%

77
120
244

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

Portions of RGB colors in percentages

R + G + B =
77 + 120 + 244 = 441 (100%)
R 77 of 441 ~ 17.46%
G 120 of 441 ~ 27.21%
B 244 of 441 ~ 55.33%

%17.46
%27.21
%55.33

CMYK color model

#4D78F4 color CMYK value is (68,51,0,4).

  • cyan value is 68.44%
  • magenta value is 50.82%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(68,51,0,4)
C68M51Y0K4 
(68%,51%,0%,4%)
(0.68/0.51/0.00/0.04)	

CMYK percentages

%68.44
%50.82
%0
%4.31

Codes

Color #4D78F4 in popluar color models

4D78F4
RGB77120244
HSL225°88.36%62.94%
HSB/HSV225°68.44%95.69%
CMYK68.44%50.82%0.00%
4.31%

Color #4D78F4 in popluar number systems.

HEX4D78F4
Decimal77120244
Binary1001101111100011110100
Octal115170364

Shades and tints

Shades of #4D78F4

#4D78F4
(77,120,244)
#466EDE
(70,110,222)
#3F64C8
(63,100,200)
#385AB2
(56,90,178)
#31509C
(49,80,156)
#2A4686
(42,70,134)
#233C70
(35,60,112)
#1C325A
(28,50,90)
#152844
(21,40,68)
#0E1E2E
(14,30,46)
#071418
(7,20,24)
#000000
(0,0,0)

Tints of #4D78F4

#4D78F4
(77,120,244)
#5D84F5
(93,132,245)
#6D90F6
(109,144,246)
#7D9CF7
(125,156,247)
#8DA8F8
(141,168,248)
#9DB4F9
(157,180,249)
#ADC0FA
(173,192,250)
#BDCCFB
(189,204,251)
#CDD8FC
(205,216,252)
#DDE4FD
(221,228,253)
#EDF0FE
(237,240,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D78F4 color. Also use rgb(77,120,244) instead hex code.

Text Font Color

.myTextColor { color: #4D78F4; }

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

This text font color is #4D78F4.


Background Color

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

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

This div background color is #4D78F4.


Border color

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

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

This div border color is #4D78F4.


Opacity

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

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

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

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

This text has shadow with #4D78F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D78F4 on black background.


Color preview on white background

This text has color #4D78F4 on white background.



Black color preview on #4D78F4 background

This text has black color on #4D78F4 background.


White color preview on #4D78F4 background

This text has white color on #4D78F4 background.