COLOR #4D38EE

HEX: #4D38EE
RGB: (77,56,238)

Color info

#4D38EE contains mainly blue color. Web safe color of #4D38EE is #3333FF (or #33F).

RGB color model

#4D38EE color RGB value is (77,56,238).

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

RGB channels and saturation

R 77 of 255 = 30%
G 56 of 255 = 22%
B 238 of 255 = 93%

77
56
238

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

Portions of RGB colors in percentages

R + G + B =
77 + 56 + 238 = 371 (100%)
R 77 of 371 ~ 20.75%
G 56 of 371 ~ 15.09%
B 238 of 371 ~ 64.15%

%20.75
%15.09
%64.15

CMYK color model

#4D38EE color CMYK value is (68,76,0,7).

  • cyan value is 67.65%
  • magenta value is 76.47%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(68,76,0,7)
C68M76Y0K7 
(68%,76%,0%,7%)
(0.68/0.76/0.00/0.07)	

CMYK percentages

%67.65
%76.47
%0
%6.67

Codes

Color #4D38EE in popluar color models

4D38EE
RGB7756238
HSL247°84.26%57.65%
HSB/HSV247°76.47%93.33%
CMYK67.65%76.47%0.00%
6.67%

Color #4D38EE in popluar number systems.

HEX4D38EE
Decimal7756238
Binary100110111100011101110
Octal11570356

Shades and tints

Shades of #4D38EE

#4D38EE
(77,56,238)
#4633D9
(70,51,217)
#3F2EC4
(63,46,196)
#3829AF
(56,41,175)
#31249A
(49,36,154)
#2A1F85
(42,31,133)
#231A70
(35,26,112)
#1C155B
(28,21,91)
#151046
(21,16,70)
#0E0B31
(14,11,49)
#07061C
(7,6,28)
#000000
(0,0,0)

Tints of #4D38EE

#4D38EE
(77,56,238)
#5D4AEF
(93,74,239)
#6D5CF0
(109,92,240)
#7D6EF1
(125,110,241)
#8D80F2
(141,128,242)
#9D92F3
(157,146,243)
#ADA4F4
(173,164,244)
#BDB6F5
(189,182,245)
#CDC8F6
(205,200,246)
#DDDAF7
(221,218,247)
#EDECF8
(237,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D38EE; }

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

This text font color is #4D38EE.


Background Color

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

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

This div background color is #4D38EE.


Border color

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

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

This div border color is #4D38EE.


Opacity

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

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

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

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

This text has shadow with #4D38EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D38EE on black background.


Color preview on white background

This text has color #4D38EE on white background.



Black color preview on #4D38EE background

This text has black color on #4D38EE background.


White color preview on #4D38EE background

This text has white color on #4D38EE background.