COLOR #4D74EE

HEX: #4D74EE
RGB: (77,116,238)

Color info

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

RGB color model

#4D74EE color RGB value is (77,116,238).

  • red value is 77;
  • green value is 116;
  • blue value is 238.
RGB:
(77,116,238)
(30%,45%,93%)

RGB channels and saturation

R 77 of 255 = 30%
G 116 of 255 = 45%
B 238 of 255 = 93%

77
116
238

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

Portions of RGB colors in percentages

R + G + B =
77 + 116 + 238 = 431 (100%)
R 77 of 431 ~ 17.87%
G 116 of 431 ~ 26.91%
B 238 of 431 ~ 55.22%

%17.87
%26.91
%55.22

CMYK color model

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

  • cyan value is 67.65%
  • magenta value is 51.26%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(68,51,0,7)
C68M51Y0K7 
(68%,51%,0%,7%)
(0.68/0.51/0.00/0.07)	

CMYK percentages

%67.65
%51.26
%0
%6.67

Codes

Color #4D74EE in popluar color models

4D74EE
RGB77116238
HSL225°82.56%61.76%
HSB/HSV225°67.65%93.33%
CMYK67.65%51.26%0.00%
6.67%

Color #4D74EE in popluar number systems.

HEX4D74EE
Decimal77116238
Binary1001101111010011101110
Octal115164356

Shades and tints

Shades of #4D74EE

#4D74EE
(77,116,238)
#466AD9
(70,106,217)
#3F60C4
(63,96,196)
#3856AF
(56,86,175)
#314C9A
(49,76,154)
#2A4285
(42,66,133)
#233870
(35,56,112)
#1C2E5B
(28,46,91)
#152446
(21,36,70)
#0E1A31
(14,26,49)
#07101C
(7,16,28)
#000000
(0,0,0)

Tints of #4D74EE

#4D74EE
(77,116,238)
#5D80EF
(93,128,239)
#6D8CF0
(109,140,240)
#7D98F1
(125,152,241)
#8DA4F2
(141,164,242)
#9DB0F3
(157,176,243)
#ADBCF4
(173,188,244)
#BDC8F5
(189,200,245)
#CDD4F6
(205,212,246)
#DDE0F7
(221,224,247)
#EDECF8
(237,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D74EE color. Also use rgb(77,116,238) instead hex code.

Text Font Color

.myTextColor { color: #4D74EE; }

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

This text font color is #4D74EE.


Background Color

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

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

This div background color is #4D74EE.


Border color

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

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

This div border color is #4D74EE.


Opacity

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

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

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

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

This text has shadow with #4D74EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D74EE on black background.


Color preview on white background

This text has color #4D74EE on white background.



Black color preview on #4D74EE background

This text has black color on #4D74EE background.


White color preview on #4D74EE background

This text has white color on #4D74EE background.