COLOR #4D4764

HEX: #4D4764 RGB: (77,71,100)

Color info

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

RGB color model

#4D4764 color RGB value is (77,71,100).

RGB: (77,71,100) (30%, 28%, 39%)

RGB channels and saturation

R 77 of 255 = 30%
G 71 of 255 = 28%
B 100 of 255 = 39%

77
71
100

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

Portions of RGB colors in percentages

R + G + B = 77 + 71 + 100 = 248 (100%)
R 77 of 248 ~ 31.05%
G 71 of 248 ~ 28.63%
B 100 of 248 ~ 40.32'%

%31.05
%28.63
%40.32

CMYK color model

#4D4764 color CMYK value is (23,29,0,61).

  • cyan value is 23.00%
  • magenta value is 29.00%
  • yellow value is 0.00%
  • key color value is 60.78%

CMYK: (23,29,0,61)
C23M29Y0K61 (23%, 29%, 0%, 61%)
(0.23 / 0.29 / 0.00 / 0.61)

CMYK percentages

%23
%29
%0
%60.78

Codes

Color #4D4764 in popluar color models

4D 47 64
RGB 77 71 100
HSL 252° 16.96% 33.53%
HSB/HSV 252° 29.00% 39.22%
CMYK 23.00% 29.00% 0.00%
60.78%

Color #4D4764 in popluar number systems.

HEX 4D 47 64
Decimal 77 71 100
Binary 1001101 1000111 1100100
Octal 115 107 144

Shades and tints

Shades of #4D4764

#4D4764
(77,71,100)
#46415B
(70,65,91)
#3F3B52
(63,59,82)
#383549
(56,53,73)
#312F40
(49,47,64)
#2A2937
(42,41,55)
#23232E
(35,35,46)
#1C1D25
(28,29,37)
#15171C
(21,23,28)
#0E1113
(14,17,19)
#070B0A
(7,11,10)
#000000
(0,0,0)

Tints of #4D4764

#4D4764
(77,71,100)
#5D5772
(93,87,114)
#6D6780
(109,103,128)
#7D778E
(125,119,142)
#8D879C
(141,135,156)
#9D97AA
(157,151,170)
#ADA7B8
(173,167,184)
#BDB7C6
(189,183,198)
#CDC7D4
(205,199,212)
#DDD7E2
(221,215,226)
#EDE7F0
(237,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D4764 color. Also use rgb(77,71,100) instead hex code.

Text Font Color

.myTextColor { color: #4D4764; }

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

This text font color is #4D4764.

Background Color

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

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

This div background color is #4D4764.

Border color

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

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

This div border color is #4D4764.

Opacity

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

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

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

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

This text has shadow with #4D4764 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D4764.

Preview

Color preview on black background

This text has color #4D4764 on black background.


Color preview on white background

This text has color #4D4764 on white background.


Black color preview on #4D4764 background

This text has black color on #4D4764 background.


White color preview on #4D4764 background

This text has white color on #4D4764 background.


Related colors

Complementary color

Complementary color for #hex is #B2B89B.


I love getcolorcode.com

Triadic colors

1 #644D47 and #47644D with #4D4764 are triadic colors.

2 #64474D and #474D64 with #4D4764 are triadic colors.