COLOR #4D33AD

HEX: #4D33AD
RGB: (77,51,173)

Color info

#4D33AD contains mainly blue color. Web safe color of #4D33AD is #333399 (or #339).

RGB color model

#4D33AD color RGB value is (77,51,173).

  • red value is 77;
  • green value is 51;
  • blue value is 173.
RGB:
(77,51,173)
(30%,20%,68%)

RGB channels and saturation

R 77 of 255 = 30%
G 51 of 255 = 20%
B 173 of 255 = 68%

77
51
173

R + G + B ~ 39%. #4D33AD is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 51 + 173 = 301 (100%)
R 77 of 301 ~ 25.58%
G 51 of 301 ~ 16.94%
B 173 of 301 ~ 57.48%

%25.58
%16.94
%57.48

CMYK color model

#4D33AD color CMYK value is (55,71,0,32).

  • cyan value is 55.49%
  • magenta value is 70.52%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(55,71,0,32)
C55M71Y0K32 
(55%,71%,0%,32%)
(0.55/0.71/0.00/0.32)	

CMYK percentages

%55.49
%70.52
%0
%32.16

Codes

Color #4D33AD in popluar color models

4D33AD
RGB7751173
HSL253°54.46%43.92%
HSB/HSV253°70.52%67.84%
CMYK55.49%70.52%0.00%
32.16%

Color #4D33AD in popluar number systems.

HEX4D33AD
Decimal7751173
Binary100110111001110101101
Octal11563255

Shades and tints

Shades of #4D33AD

#4D33AD
(77,51,173)
#462F9E
(70,47,158)
#3F2B8F
(63,43,143)
#382780
(56,39,128)
#312371
(49,35,113)
#2A1F62
(42,31,98)
#231B53
(35,27,83)
#1C1744
(28,23,68)
#151335
(21,19,53)
#0E0F26
(14,15,38)
#070B17
(7,11,23)
#000000
(0,0,0)

Tints of #4D33AD

#4D33AD
(77,51,173)
#5D45B4
(93,69,180)
#6D57BB
(109,87,187)
#7D69C2
(125,105,194)
#8D7BC9
(141,123,201)
#9D8DD0
(157,141,208)
#AD9FD7
(173,159,215)
#BDB1DE
(189,177,222)
#CDC3E5
(205,195,229)
#DDD5EC
(221,213,236)
#EDE7F3
(237,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D33AD color. Also use rgb(77,51,173) instead hex code.

Text Font Color

.myTextColor { color: #4D33AD; }

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

This text font color is #4D33AD.


Background Color

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

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

This div background color is #4D33AD.


Border color

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

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

This div border color is #4D33AD.


Opacity

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

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

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

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

This text has shadow with #4D33AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D33AD on black background.


Color preview on white background

This text has color #4D33AD on white background.



Black color preview on #4D33AD background

This text has black color on #4D33AD background.


White color preview on #4D33AD background

This text has white color on #4D33AD background.