COLOR #4D465A

HEX: #4D465A RGB: (77,70,90)

Color info

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

RGB color model

#4D465A color RGB value is (77,70,90).

RGB: (77,70,90) (30%, 27%, 35%)

RGB channels and saturation

R 77 of 255 = 30%
G 70 of 255 = 27%
B 90 of 255 = 35%

77
70
90

R + G + B ~ 31%. #4D465A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 70 + 90 = 237 (100%)
R 77 of 237 ~ 32.49%
G 70 of 237 ~ 29.54%
B 90 of 237 ~ 37.97'%

%32.49
%29.54
%37.97

CMYK color model

#4D465A color CMYK value is (14,22,0,65).

  • cyan value is 14.44%
  • magenta value is 22.22%
  • yellow value is 0.00%
  • key color value is 64.71%

CMYK: (14,22,0,65)
C14M22Y0K65 (14%, 22%, 0%, 65%)
(0.14 / 0.22 / 0.00 / 0.65)

CMYK percentages

%14.44
%22.22
%0
%64.71

Codes

Color #4D465A in popluar color models

4D 46 5A
RGB 77 70 90
HSL 261° 12.50% 31.37%
HSB/HSV 261° 22.22% 35.29%
CMYK 14.44% 22.22% 0.00%
64.71%

Color #4D465A in popluar number systems.

HEX 4D 46 5A
Decimal 77 70 90
Binary 1001101 1000110 1011010
Octal 115 106 132

Shades and tints

Shades of #4D465A

#4D465A
(77,70,90)
#464052
(70,64,82)
#3F3A4A
(63,58,74)
#383442
(56,52,66)
#312E3A
(49,46,58)
#2A2832
(42,40,50)
#23222A
(35,34,42)
#1C1C22
(28,28,34)
#15161A
(21,22,26)
#0E1012
(14,16,18)
#070A0A
(7,10,10)
#000000
(0,0,0)

Tints of #4D465A

#4D465A
(77,70,90)
#5D5669
(93,86,105)
#6D6678
(109,102,120)
#7D7687
(125,118,135)
#8D8696
(141,134,150)
#9D96A5
(157,150,165)
#ADA6B4
(173,166,180)
#BDB6C3
(189,182,195)
#CDC6D2
(205,198,210)
#DDD6E1
(221,214,225)
#EDE6F0
(237,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D465A color. Also use rgb(77,70,90) instead hex code.

Text Font Color

.myTextColor { color: #4D465A; }

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

This text font color is #4D465A.

Background Color

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

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

This div background color is #4D465A.

Border color

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

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

This div border color is #4D465A.

Opacity

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

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

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

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

This text has shadow with #4D465A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D465A.

Preview

Color preview on black background

This text has color #4D465A on black background.


Color preview on white background

This text has color #4D465A on white background.


Black color preview on #4D465A background

This text has black color on #4D465A background.


White color preview on #4D465A background

This text has white color on #4D465A background.


Related colors

Complementary color

Complementary color for #hex is #B2B9A5.


I love getcolorcode.com

Triadic colors

1 #5A4D46 and #465A4D with #4D465A are triadic colors.

2 #5A464D and #464D5A with #4D465A are triadic colors.