COLOR #4D3484

HEX: #4D3484
RGB: (77,52,132)

Color info

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

RGB color model

#4D3484 color RGB value is (77,52,132).

  • red value is 77;
  • green value is 52;
  • blue value is 132.
RGB:
(77,52,132)
(30%,20%,52%)

RGB channels and saturation

R 77 of 255 = 30%
G 52 of 255 = 20%
B 132 of 255 = 52%

77
52
132

R + G + B ~ 34%. #4D3484 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 52 + 132 = 261 (100%)
R 77 of 261 ~ 29.5%
G 52 of 261 ~ 19.92%
B 132 of 261 ~ 50.57%

%29.5
%19.92
%50.57

CMYK color model

#4D3484 color CMYK value is (42,61,0,48).

  • cyan value is 41.67%
  • magenta value is 60.61%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(42,61,0,48)
C42M61Y0K48 
(42%,61%,0%,48%)
(0.42/0.61/0.00/0.48)	

CMYK percentages

%41.67
%60.61
%0
%48.24

Codes

Color #4D3484 in popluar color models

4D3484
RGB7752132
HSL259°43.48%36.08%
HSB/HSV259°60.61%51.76%
CMYK41.67%60.61%0.00%
48.24%

Color #4D3484 in popluar number systems.

HEX4D3484
Decimal7752132
Binary100110111010010000100
Octal11564204

Shades and tints

Shades of #4D3484

#4D3484
(77,52,132)
#463078
(70,48,120)
#3F2C6C
(63,44,108)
#382860
(56,40,96)
#312454
(49,36,84)
#2A2048
(42,32,72)
#231C3C
(35,28,60)
#1C1830
(28,24,48)
#151424
(21,20,36)
#0E1018
(14,16,24)
#070C0C
(7,12,12)
#000000
(0,0,0)

Tints of #4D3484

#4D3484
(77,52,132)
#5D468F
(93,70,143)
#6D589A
(109,88,154)
#7D6AA5
(125,106,165)
#8D7CB0
(141,124,176)
#9D8EBB
(157,142,187)
#ADA0C6
(173,160,198)
#BDB2D1
(189,178,209)
#CDC4DC
(205,196,220)
#DDD6E7
(221,214,231)
#EDE8F2
(237,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D3484 color. Also use rgb(77,52,132) instead hex code.

Text Font Color

.myTextColor { color: #4D3484; }

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

This text font color is #4D3484.


Background Color

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

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

This div background color is #4D3484.


Border color

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

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

This div border color is #4D3484.


Opacity

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

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

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

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

This text has shadow with #4D3484 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D3484 on black background.


Color preview on white background

This text has color #4D3484 on white background.



Black color preview on #4D3484 background

This text has black color on #4D3484 background.


White color preview on #4D3484 background

This text has white color on #4D3484 background.