COLOR #4D1E88

HEX: #4D1E88
RGB: (77,30,136)

Color info

#4D1E88 contains mainly red and blue colors. Web safe color of #4D1E88 is #333399 (or #339).

RGB color model

#4D1E88 color RGB value is (77,30,136).

  • red value is 77;
  • green value is 30;
  • blue value is 136.
RGB:
(77,30,136)
(30%,12%,53%)

RGB channels and saturation

R 77 of 255 = 30%
G 30 of 255 = 12%
B 136 of 255 = 53%

77
30
136

R + G + B ~ 32%. #4D1E88 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 30 + 136 = 243 (100%)
R 77 of 243 ~ 31.69%
G 30 of 243 ~ 12.35%
B 136 of 243 ~ 55.97%

%31.69
%12.35
%55.97

CMYK color model

#4D1E88 color CMYK value is (43,78,0,47).

  • cyan value is 43.38%
  • magenta value is 77.94%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(43,78,0,47)
C43M78Y0K47 
(43%,78%,0%,47%)
(0.43/0.78/0.00/0.47)	

CMYK percentages

%43.38
%77.94
%0
%46.67

Codes

Color #4D1E88 in popluar color models

4D1E88
RGB7730136
HSL267°63.86%32.55%
HSB/HSV267°77.94%53.33%
CMYK43.38%77.94%0.00%
46.67%

Color #4D1E88 in popluar number systems.

HEX4D1E88
Decimal7730136
Binary10011011111010001000
Octal11536210

Shades and tints

Shades of #4D1E88

#4D1E88
(77,30,136)
#461C7C
(70,28,124)
#3F1A70
(63,26,112)
#381864
(56,24,100)
#311658
(49,22,88)
#2A144C
(42,20,76)
#231240
(35,18,64)
#1C1034
(28,16,52)
#150E28
(21,14,40)
#0E0C1C
(14,12,28)
#070A10
(7,10,16)
#000000
(0,0,0)

Tints of #4D1E88

#4D1E88
(77,30,136)
#5D3292
(93,50,146)
#6D469C
(109,70,156)
#7D5AA6
(125,90,166)
#8D6EB0
(141,110,176)
#9D82BA
(157,130,186)
#AD96C4
(173,150,196)
#BDAACE
(189,170,206)
#CDBED8
(205,190,216)
#DDD2E2
(221,210,226)
#EDE6EC
(237,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D1E88 color. Also use rgb(77,30,136) instead hex code.

Text Font Color

.myTextColor { color: #4D1E88; }

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

This text font color is #4D1E88.


Background Color

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

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

This div background color is #4D1E88.


Border color

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

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

This div border color is #4D1E88.


Opacity

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

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

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

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

This text has shadow with #4D1E88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D1E88 on black background.


Color preview on white background

This text has color #4D1E88 on white background.



Black color preview on #4D1E88 background

This text has black color on #4D1E88 background.


White color preview on #4D1E88 background

This text has white color on #4D1E88 background.