COLOR #4D1B5E

HEX: #4D1B5E
RGB: (77,27,94)

Color info

#4D1B5E contains mainly red and blue colors. Web safe color of #4D1B5E is #333366 (or #336).

RGB color model

#4D1B5E color RGB value is (77,27,94).

  • red value is 77;
  • green value is 27;
  • blue value is 94.
RGB:
(77,27,94)
(30%,11%,37%)

RGB channels and saturation

R 77 of 255 = 30%
G 27 of 255 = 11%
B 94 of 255 = 37%

77
27
94

R + G + B ~ 26%. #4D1B5E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 27 + 94 = 198 (100%)
R 77 of 198 ~ 38.89%
G 27 of 198 ~ 13.64%
B 94 of 198 ~ 47.47%

%38.89
%13.64
%47.47

CMYK color model

#4D1B5E color CMYK value is (18,71,0,63).

  • cyan value is 18.09%
  • magenta value is 71.28%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(18,71,0,63)
C18M71Y0K63 
(18%,71%,0%,63%)
(0.18/0.71/0.00/0.63)	

CMYK percentages

%18.09
%71.28
%0
%63.14

Codes

Color #4D1B5E in popluar color models

4D1B5E
RGB772794
HSL285°55.37%23.73%
HSB/HSV285°71.28%36.86%
CMYK18.09%71.28%0.00%
63.14%

Color #4D1B5E in popluar number systems.

HEX4D1B5E
Decimal772794
Binary1001101110111011110
Octal11533136

Shades and tints

Shades of #4D1B5E

#4D1B5E
(77,27,94)
#461956
(70,25,86)
#3F174E
(63,23,78)
#381546
(56,21,70)
#31133E
(49,19,62)
#2A1136
(42,17,54)
#230F2E
(35,15,46)
#1C0D26
(28,13,38)
#150B1E
(21,11,30)
#0E0916
(14,9,22)
#07070E
(7,7,14)
#000000
(0,0,0)

Tints of #4D1B5E

#4D1B5E
(77,27,94)
#5D2F6C
(93,47,108)
#6D437A
(109,67,122)
#7D5788
(125,87,136)
#8D6B96
(141,107,150)
#9D7FA4
(157,127,164)
#AD93B2
(173,147,178)
#BDA7C0
(189,167,192)
#CDBBCE
(205,187,206)
#DDCFDC
(221,207,220)
#EDE3EA
(237,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D1B5E color. Also use rgb(77,27,94) instead hex code.

Text Font Color

.myTextColor { color: #4D1B5E; }

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

This text font color is #4D1B5E.


Background Color

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

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

This div background color is #4D1B5E.


Border color

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

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

This div border color is #4D1B5E.


Opacity

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

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

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

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

This text has shadow with #4D1B5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D1B5E on black background.


Color preview on white background

This text has color #4D1B5E on white background.



Black color preview on #4D1B5E background

This text has black color on #4D1B5E background.


White color preview on #4D1B5E background

This text has white color on #4D1B5E background.