COLOR #4D1AB9

HEX: #4D1AB9
RGB: (77,26,185)

Color info

#4D1AB9 contains mainly blue color. Web safe color of #4D1AB9 is #3300CC (or #30C).

RGB color model

#4D1AB9 color RGB value is (77,26,185).

  • red value is 77;
  • green value is 26;
  • blue value is 185.
RGB:
(77,26,185)
(30%,10%,73%)

RGB channels and saturation

R 77 of 255 = 30%
G 26 of 255 = 10%
B 185 of 255 = 73%

77
26
185

R + G + B ~ 38%. #4D1AB9 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 26 + 185 = 288 (100%)
R 77 of 288 ~ 26.74%
G 26 of 288 ~ 9.03%
B 185 of 288 ~ 64.24%

%26.74
%64.24

CMYK color model

#4D1AB9 color CMYK value is (58,86,0,27).

  • cyan value is 58.38%
  • magenta value is 85.95%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(58,86,0,27)
C58M86Y0K27 
(58%,86%,0%,27%)
(0.58/0.86/0.00/0.27)	

CMYK percentages

%58.38
%85.95
%0
%27.45

Codes

Color #4D1AB9 in popluar color models

4D1AB9
RGB7726185
HSL259°75.36%41.37%
HSB/HSV259°85.95%72.55%
CMYK58.38%85.95%0.00%
27.45%

Color #4D1AB9 in popluar number systems.

HEX4D1AB9
Decimal7726185
Binary10011011101010111001
Octal11532271

Shades and tints

Shades of #4D1AB9

#4D1AB9
(77,26,185)
#4618A9
(70,24,169)
#3F1699
(63,22,153)
#381489
(56,20,137)
#311279
(49,18,121)
#2A1069
(42,16,105)
#230E59
(35,14,89)
#1C0C49
(28,12,73)
#150A39
(21,10,57)
#0E0829
(14,8,41)
#070619
(7,6,25)
#000000
(0,0,0)

Tints of #4D1AB9

#4D1AB9
(77,26,185)
#5D2EBF
(93,46,191)
#6D42C5
(109,66,197)
#7D56CB
(125,86,203)
#8D6AD1
(141,106,209)
#9D7ED7
(157,126,215)
#AD92DD
(173,146,221)
#BDA6E3
(189,166,227)
#CDBAE9
(205,186,233)
#DDCEEF
(221,206,239)
#EDE2F5
(237,226,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D1AB9 color. Also use rgb(77,26,185) instead hex code.

Text Font Color

.myTextColor { color: #4D1AB9; }

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

This text font color is #4D1AB9.


Background Color

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

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

This div background color is #4D1AB9.


Border color

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

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

This div border color is #4D1AB9.


Opacity

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

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

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

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

This text has shadow with #4D1AB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D1AB9 on black background.


Color preview on white background

This text has color #4D1AB9 on white background.



Black color preview on #4D1AB9 background

This text has black color on #4D1AB9 background.


White color preview on #4D1AB9 background

This text has white color on #4D1AB9 background.