COLOR #4D4A5C

HEX: #4D4A5C
RGB: (77,74,92)

Color info

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

RGB color model

#4D4A5C color RGB value is (77,74,92).

  • red value is 77;
  • green value is 74;
  • blue value is 92.
RGB:
(77,74,92)
(30%,29%,36%)

RGB channels and saturation

R 77 of 255 = 30%
G 74 of 255 = 29%
B 92 of 255 = 36%

77
74
92

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

Portions of RGB colors in percentages

R + G + B =
77 + 74 + 92 = 243 (100%)
R 77 of 243 ~ 31.69%
G 74 of 243 ~ 30.45%
B 92 of 243 ~ 37.86%

%31.69
%30.45
%37.86

CMYK color model

#4D4A5C color CMYK value is (16,20,0,64).

  • cyan value is 16.30%
  • magenta value is 19.57%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(16,20,0,64)
C16M20Y0K64 
(16%,20%,0%,64%)
(0.16/0.20/0.00/0.64)	

CMYK percentages

%16.3
%19.57
%0
%63.92

Codes

Color #4D4A5C in popluar color models

4D4A5C
RGB777492
HSL250°10.84%32.55%
HSB/HSV250°19.57%36.08%
CMYK16.30%19.57%0.00%
63.92%

Color #4D4A5C in popluar number systems.

HEX4D4A5C
Decimal777492
Binary100110110010101011100
Octal115112134

Shades and tints

Shades of #4D4A5C

#4D4A5C
(77,74,92)
#464454
(70,68,84)
#3F3E4C
(63,62,76)
#383844
(56,56,68)
#31323C
(49,50,60)
#2A2C34
(42,44,52)
#23262C
(35,38,44)
#1C2024
(28,32,36)
#151A1C
(21,26,28)
#0E1414
(14,20,20)
#070E0C
(7,14,12)
#000000
(0,0,0)

Tints of #4D4A5C

#4D4A5C
(77,74,92)
#5D5A6A
(93,90,106)
#6D6A78
(109,106,120)
#7D7A86
(125,122,134)
#8D8A94
(141,138,148)
#9D9AA2
(157,154,162)
#ADAAB0
(173,170,176)
#BDBABE
(189,186,190)
#CDCACC
(205,202,204)
#DDDADA
(221,218,218)
#EDEAE8
(237,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D4A5C color. Also use rgb(77,74,92) instead hex code.

Text Font Color

.myTextColor { color: #4D4A5C; }

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

This text font color is #4D4A5C.


Background Color

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

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

This div background color is #4D4A5C.


Border color

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

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

This div border color is #4D4A5C.


Opacity

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

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

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

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

This text has shadow with #4D4A5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4A5C on black background.


Color preview on white background

This text has color #4D4A5C on white background.



Black color preview on #4D4A5C background

This text has black color on #4D4A5C background.


White color preview on #4D4A5C background

This text has white color on #4D4A5C background.