COLOR #4D019B

HEX: #4D019B RGB: (77,1,155)

Color info

#4D019B contains mainly blue color. Web safe color of #4D019B is #330099 (or #309).

RGB color model

#4D019B color RGB value is (77,1,155).

RGB: (77,1,155) (30%, 0%, 61%)

RGB channels and saturation

R 77 of 255 = 30%
G 1 of 255 = 0%
B 155 of 255 = 61%

77
1
155

R + G + B ~ 30%. #4D019B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 1 + 155 = 233 (100%)
R 77 of 233 ~ 33.05%
G 1 of 233 ~ 0.43%
B 155 of 233 ~ 66.52'%

%33.05
%66.52

CMYK color model

#4D019B color CMYK value is (50,99,0,39).

  • cyan value is 50.32%
  • magenta value is 99.35%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK: (50,99,0,39) C50M99Y0K39 (50%,99%,0%,39%) (0.50/0.99/0.00/0.39) 

CMYK percentages

%50.32
%99.35
%0
%39.22

Codes

Color #4D019B in popluar color models

4D 01 9B
RGB 77 1 155
HSL 270° 98.72% 30.59%
HSB/HSV 270° 99.35% 60.78%
CMYK 50.32% 99.35% 0.00%
39.22%

Color #4D019B in popluar number systems.

HEX 4D 01 9B
Decimal 77 1 155
Binary 1001101 1 10011011
Octal 115 1 233

Shades and tints

Shades of #4D019B

#4D019B
(77,1,155)
#46018D
(70,1,141)
#3F017F
(63,1,127)
#380171
(56,1,113)
#310163
(49,1,99)
#2A0155
(42,1,85)
#230147
(35,1,71)
#1C0139
(28,1,57)
#15012B
(21,1,43)
#0E011D
(14,1,29)
#07010F
(7,1,15)
#000000
(0,0,0)

Tints of #4D019B

#4D019B
(77,1,155)
#5D18A4
(93,24,164)
#6D2FAD
(109,47,173)
#7D46B6
(125,70,182)
#8D5DBF
(141,93,191)
#9D74C8
(157,116,200)
#AD8BD1
(173,139,209)
#BDA2DA
(189,162,218)
#CDB9E3
(205,185,227)
#DDD0EC
(221,208,236)
#EDE7F5
(237,231,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D019B color. Also use rgb(77,1,155) instead hex code.

Text Font Color

.myTextColor { color: #4D019B; }

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

This text font color is #4D019B.

Background Color

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

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

This div background color is #4D019B.

Border color

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

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

This div border color is #4D019B.

Opacity

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

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

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

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

This text has shadow with #4D019B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D019B.

Preview

Color preview on black background

This text has color #4D019B on black background.


Color preview on white background

This text has color #4D019B on white background.


Black color preview on #4D019B background

This text has black color on #4D019B background.


White color preview on #4D019B background

This text has white color on #4D019B background.


Related colors

Complementary color

Complementary color for #hex is #B2FE64.


I love getcolorcode.com

Triadic colors

1 #9B4D01 and #019B4D with #4D019B are triadic colors.

2 #9B014D and #014D9B with #4D019B are triadic colors.