COLOR #4D3274

HEX: #4D3274 RGB: (77,50,116)

Color info

#4D3274 contains mainly red and blue colors. Web safe color of #4D3274 is #333366 (or #336).

RGB color model

#4D3274 color RGB value is (77,50,116).

RGB: (77,50,116) (30%, 20%, 45%)

RGB channels and saturation

R 77 of 255 = 30%
G 50 of 255 = 20%
B 116 of 255 = 45%

77
50
116

R + G + B ~ 32%. #4D3274 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 50 + 116 = 243 (100%)
R 77 of 243 ~ 31.69%
G 50 of 243 ~ 20.58%
B 116 of 243 ~ 47.74'%

%31.69
%20.58
%47.74

CMYK color model

#4D3274 color CMYK value is (34,57,0,55).

  • cyan value is 33.62%
  • magenta value is 56.90%
  • yellow value is 0.00%
  • key color value is 54.51%

CMYK: (34,57,0,55)
C34M57Y0K55 (34%, 57%, 0%, 55%)
(0.34 / 0.57 / 0.00 / 0.55)

CMYK percentages

%33.62
%56.9
%0
%54.51

Codes

Color #4D3274 in popluar color models

4D 32 74
RGB 77 50 116
HSL 265° 39.76% 32.55%
HSB/HSV 265° 56.90% 45.49%
CMYK 33.62% 56.90% 0.00%
54.51%

Color #4D3274 in popluar number systems.

HEX 4D 32 74
Decimal 77 50 116
Binary 1001101 110010 1110100
Octal 115 62 164

Shades and tints

Shades of #4D3274

#4D3274
(77,50,116)
#462E6A
(70,46,106)
#3F2A60
(63,42,96)
#382656
(56,38,86)
#31224C
(49,34,76)
#2A1E42
(42,30,66)
#231A38
(35,26,56)
#1C162E
(28,22,46)
#151224
(21,18,36)
#0E0E1A
(14,14,26)
#070A10
(7,10,16)
#000000
(0,0,0)

Tints of #4D3274

#4D3274
(77,50,116)
#5D4480
(93,68,128)
#6D568C
(109,86,140)
#7D6898
(125,104,152)
#8D7AA4
(141,122,164)
#9D8CB0
(157,140,176)
#AD9EBC
(173,158,188)
#BDB0C8
(189,176,200)
#CDC2D4
(205,194,212)
#DDD4E0
(221,212,224)
#EDE6EC
(237,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D3274 color. Also use rgb(77,50,116) instead hex code.

Text Font Color

.myTextColor { color: #4D3274; }

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

This text font color is #4D3274.

Background Color

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

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

This div background color is #4D3274.

Border color

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

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

This div border color is #4D3274.

Opacity

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

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

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

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

This text has shadow with #4D3274 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D3274.

Preview

Color preview on black background

This text has color #4D3274 on black background.


Color preview on white background

This text has color #4D3274 on white background.


Black color preview on #4D3274 background

This text has black color on #4D3274 background.


White color preview on #4D3274 background

This text has white color on #4D3274 background.


Related colors

Complementary color

Complementary color for #hex is #B2CD8B.


I love getcolorcode.com

Triadic colors

1 #744D32 and #32744D with #4D3274 are triadic colors.

2 #74324D and #324D74 with #4D3274 are triadic colors.