COLOR #4F4DEE

HEX: #4F4DEE
RGB: (79,77,238)

Color info

#4F4DEE contains mainly blue color. Web safe color of #4F4DEE is #6633FF (or #63F).

RGB color model

#4F4DEE color RGB value is (79,77,238).

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

RGB channels and saturation

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

79
77
238

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

Portions of RGB colors in percentages

R + G + B =
79 + 77 + 238 = 394 (100%)
R 79 of 394 ~ 20.05%
G 77 of 394 ~ 19.54%
B 238 of 394 ~ 60.41%

%20.05
%19.54
%60.41

CMYK color model

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

  • cyan value is 66.81%
  • magenta value is 67.65%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(67,68,0,7)
C67M68Y0K7 
(67%,68%,0%,7%)
(0.67/0.68/0.00/0.07)	

CMYK percentages

%66.81
%67.65
%0
%6.67

Codes

Color #4F4DEE in popluar color models

4F4DEE
RGB7977238
HSL241°82.56%61.76%
HSB/HSV241°67.65%93.33%
CMYK66.81%67.65%0.00%
6.67%

Color #4F4DEE in popluar number systems.

HEX4F4DEE
Decimal7977238
Binary1001111100110111101110
Octal117115356

Shades and tints

Shades of #4F4DEE

#4F4DEE
(79,77,238)
#4846D9
(72,70,217)
#413FC4
(65,63,196)
#3A38AF
(58,56,175)
#33319A
(51,49,154)
#2C2A85
(44,42,133)
#252370
(37,35,112)
#1E1C5B
(30,28,91)
#171546
(23,21,70)
#100E31
(16,14,49)
#09071C
(9,7,28)
#000000
(0,0,0)

Tints of #4F4DEE

#4F4DEE
(79,77,238)
#5F5DEF
(95,93,239)
#6F6DF0
(111,109,240)
#7F7DF1
(127,125,241)
#8F8DF2
(143,141,242)
#9F9DF3
(159,157,243)
#AFADF4
(175,173,244)
#BFBDF5
(191,189,245)
#CFCDF6
(207,205,246)
#DFDDF7
(223,221,247)
#EFEDF8
(239,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F4DEE; }

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

This text font color is #4F4DEE.


Background Color

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

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

This div background color is #4F4DEE.


Border color

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

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

This div border color is #4F4DEE.


Opacity

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

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

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

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

This text has shadow with #4F4DEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F4DEE on black background.


Color preview on white background

This text has color #4F4DEE on white background.



Black color preview on #4F4DEE background

This text has black color on #4F4DEE background.


White color preview on #4F4DEE background

This text has white color on #4F4DEE background.