COLOR #4D4282

HEX: #4D4282 RGB: (77,66,130)

Color info

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

RGB color model

#4D4282 color RGB value is (77,66,130).

RGB: (77,66,130) (30%, 26%, 51%)

RGB channels and saturation

R 77 of 255 = 30%
G 66 of 255 = 26%
B 130 of 255 = 51%

77
66
130

R + G + B ~ 36%. #4D4282 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 66 + 130 = 273 (100%)
R 77 of 273 ~ 28.21%
G 66 of 273 ~ 24.18%
B 130 of 273 ~ 47.62'%

%28.21
%24.18
%47.62

CMYK color model

#4D4282 color CMYK value is (41,49,0,49).

  • cyan value is 40.77%
  • magenta value is 49.23%
  • yellow value is 0.00%
  • key color value is 49.02%

CMYK: (41,49,0,49)
C41M49Y0K49 (41%, 49%, 0%, 49%)
(0.41 / 0.49 / 0.00 / 0.49)

CMYK percentages

%40.77
%49.23
%0
%49.02

Codes

Color #4D4282 in popluar color models

4D 42 82
RGB 77 66 130
HSL 250° 32.65% 38.43%
HSB/HSV 250° 49.23% 50.98%
CMYK 40.77% 49.23% 0.00%
49.02%

Color #4D4282 in popluar number systems.

HEX 4D 42 82
Decimal 77 66 130
Binary 1001101 1000010 10000010
Octal 115 102 202

Shades and tints

Shades of #4D4282

#4D4282
(77,66,130)
#463C77
(70,60,119)
#3F366C
(63,54,108)
#383061
(56,48,97)
#312A56
(49,42,86)
#2A244B
(42,36,75)
#231E40
(35,30,64)
#1C1835
(28,24,53)
#15122A
(21,18,42)
#0E0C1F
(14,12,31)
#070614
(7,6,20)
#000000
(0,0,0)

Tints of #4D4282

#4D4282
(77,66,130)
#5D538D
(93,83,141)
#6D6498
(109,100,152)
#7D75A3
(125,117,163)
#8D86AE
(141,134,174)
#9D97B9
(157,151,185)
#ADA8C4
(173,168,196)
#BDB9CF
(189,185,207)
#CDCADA
(205,202,218)
#DDDBE5
(221,219,229)
#EDECF0
(237,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D4282 color. Also use rgb(77,66,130) instead hex code.

Text Font Color

.myTextColor { color: #4D4282; }

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

This text font color is #4D4282.

Background Color

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

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

This div background color is #4D4282.

Border color

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

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

This div border color is #4D4282.

Opacity

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

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

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

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

This text has shadow with #4D4282 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D4282.

Preview

Color preview on black background

This text has color #4D4282 on black background.


Color preview on white background

This text has color #4D4282 on white background.


Black color preview on #4D4282 background

This text has black color on #4D4282 background.


White color preview on #4D4282 background

This text has white color on #4D4282 background.


Related colors

Complementary color

Complementary color for #hex is #B2BD7D.


I love getcolorcode.com

Triadic colors

1 #824D42 and #42824D with #4D4282 are triadic colors.

2 #82424D and #424D82 with #4D4282 are triadic colors.