COLOR #4D4875

HEX: #4D4875 RGB: (77,72,117)

Color info

#4D4875 contains red, green and blue colors in about the same proportion. Web safe color of #4D4875 is #333366 (or #336).

RGB color model

#4D4875 color RGB value is (77,72,117).

RGB: (77,72,117) (30%, 28%, 46%)

RGB channels and saturation

R 77 of 255 = 30%
G 72 of 255 = 28%
B 117 of 255 = 46%

77
72
117

R + G + B ~ 35%. #4D4875 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 72 + 117 = 266 (100%)
R 77 of 266 ~ 28.95%
G 72 of 266 ~ 27.07%
B 117 of 266 ~ 43.98'%

%28.95
%27.07
%43.98

CMYK color model

#4D4875 color CMYK value is (34,38,0,54).

  • cyan value is 34.19%
  • magenta value is 38.46%
  • yellow value is 0.00%
  • key color value is 54.12%

CMYK: (34,38,0,54)
C34M38Y0K54 (34%, 38%, 0%, 54%)
(0.34 / 0.38 / 0.00 / 0.54)

CMYK percentages

%34.19
%38.46
%0
%54.12

Codes

Color #4D4875 in popluar color models

4D 48 75
RGB 77 72 117
HSL 247° 23.81% 37.06%
HSB/HSV 247° 38.46% 45.88%
CMYK 34.19% 38.46% 0.00%
54.12%

Color #4D4875 in popluar number systems.

HEX 4D 48 75
Decimal 77 72 117
Binary 1001101 1001000 1110101
Octal 115 110 165

Shades and tints

Shades of #4D4875

#4D4875
(77,72,117)
#46426B
(70,66,107)
#3F3C61
(63,60,97)
#383657
(56,54,87)
#31304D
(49,48,77)
#2A2A43
(42,42,67)
#232439
(35,36,57)
#1C1E2F
(28,30,47)
#151825
(21,24,37)
#0E121B
(14,18,27)
#070C11
(7,12,17)
#000000
(0,0,0)

Tints of #4D4875

#4D4875
(77,72,117)
#5D5881
(93,88,129)
#6D688D
(109,104,141)
#7D7899
(125,120,153)
#8D88A5
(141,136,165)
#9D98B1
(157,152,177)
#ADA8BD
(173,168,189)
#BDB8C9
(189,184,201)
#CDC8D5
(205,200,213)
#DDD8E1
(221,216,225)
#EDE8ED
(237,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D4875 color. Also use rgb(77,72,117) instead hex code.

Text Font Color

.myTextColor { color: #4D4875; }

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

This text font color is #4D4875.

Background Color

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

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

This div background color is #4D4875.

Border color

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

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

This div border color is #4D4875.

Opacity

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

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

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

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

This text has shadow with #4D4875 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D4875.

Preview

Color preview on black background

This text has color #4D4875 on black background.


Color preview on white background

This text has color #4D4875 on white background.


Black color preview on #4D4875 background

This text has black color on #4D4875 background.


White color preview on #4D4875 background

This text has white color on #4D4875 background.


Related colors

Complementary color

Complementary color for #hex is #B2B78A.


I love getcolorcode.com

Triadic colors

1 #754D48 and #48754D with #4D4875 are triadic colors.

2 #75484D and #484D75 with #4D4875 are triadic colors.