COLOR #4D4FEC

HEX: #4D4FEC
RGB: (77,79,236)

Color info

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

RGB color model

#4D4FEC color RGB value is (77,79,236).

  • red value is 77;
  • green value is 79;
  • blue value is 236.
RGB:
(77,79,236)
(30%,31%,93%)

RGB channels and saturation

R 77 of 255 = 30%
G 79 of 255 = 31%
B 236 of 255 = 93%

77
79
236

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

Portions of RGB colors in percentages

R + G + B =
77 + 79 + 236 = 392 (100%)
R 77 of 392 ~ 19.64%
G 79 of 392 ~ 20.15%
B 236 of 392 ~ 60.2%

%19.64
%20.15
%60.2

CMYK color model

#4D4FEC color CMYK value is (67,67,0,7).

  • cyan value is 67.37%
  • magenta value is 66.53%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(67,67,0,7)
C67M67Y0K7 
(67%,67%,0%,7%)
(0.67/0.67/0.00/0.07)	

CMYK percentages

%67.37
%66.53
%0
%7.45

Codes

Color #4D4FEC in popluar color models

4D4FEC
RGB7779236
HSL239°80.71%61.37%
HSB/HSV239°67.37%92.55%
CMYK67.37%66.53%0.00%
7.45%

Color #4D4FEC in popluar number systems.

HEX4D4FEC
Decimal7779236
Binary1001101100111111101100
Octal115117354

Shades and tints

Shades of #4D4FEC

#4D4FEC
(77,79,236)
#4648D7
(70,72,215)
#3F41C2
(63,65,194)
#383AAD
(56,58,173)
#313398
(49,51,152)
#2A2C83
(42,44,131)
#23256E
(35,37,110)
#1C1E59
(28,30,89)
#151744
(21,23,68)
#0E102F
(14,16,47)
#07091A
(7,9,26)
#000000
(0,0,0)

Tints of #4D4FEC

#4D4FEC
(77,79,236)
#5D5FED
(93,95,237)
#6D6FEE
(109,111,238)
#7D7FEF
(125,127,239)
#8D8FF0
(141,143,240)
#9D9FF1
(157,159,241)
#ADAFF2
(173,175,242)
#BDBFF3
(189,191,243)
#CDCFF4
(205,207,244)
#DDDFF5
(221,223,245)
#EDEFF6
(237,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D4FEC color. Also use rgb(77,79,236) instead hex code.

Text Font Color

.myTextColor { color: #4D4FEC; }

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

This text font color is #4D4FEC.


Background Color

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

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

This div background color is #4D4FEC.


Border color

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

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

This div border color is #4D4FEC.


Opacity

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

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

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

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

This text has shadow with #4D4FEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4FEC on black background.


Color preview on white background

This text has color #4D4FEC on white background.



Black color preview on #4D4FEC background

This text has black color on #4D4FEC background.


White color preview on #4D4FEC background

This text has white color on #4D4FEC background.