COLOR #4D4A5A

HEX: #4D4A5A
RGB: (77,74,90)

Color info

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

RGB color model

#4D4A5A color RGB value is (77,74,90).

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

RGB channels and saturation

R 77 of 255 = 30%
G 74 of 255 = 29%
B 90 of 255 = 35%

77
74
90

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

Portions of RGB colors in percentages

R + G + B =
77 + 74 + 90 = 241 (100%)
R 77 of 241 ~ 31.95%
G 74 of 241 ~ 30.71%
B 90 of 241 ~ 37.34%

%31.95
%30.71
%37.34

CMYK color model

#4D4A5A color CMYK value is (14,18,0,65).

  • cyan value is 14.44%
  • magenta value is 17.78%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(14,18,0,65)
C14M18Y0K65 
(14%,18%,0%,65%)
(0.14/0.18/0.00/0.65)	

CMYK percentages

%14.44
%17.78
%0
%64.71

Codes

Color #4D4A5A in popluar color models

4D4A5A
RGB777490
HSL251°9.76%32.16%
HSB/HSV251°17.78%35.29%
CMYK14.44%17.78%0.00%
64.71%

Color #4D4A5A in popluar number systems.

HEX4D4A5A
Decimal777490
Binary100110110010101011010
Octal115112132

Shades and tints

Shades of #4D4A5A

#4D4A5A
(77,74,90)
#464452
(70,68,82)
#3F3E4A
(63,62,74)
#383842
(56,56,66)
#31323A
(49,50,58)
#2A2C32
(42,44,50)
#23262A
(35,38,42)
#1C2022
(28,32,34)
#151A1A
(21,26,26)
#0E1412
(14,20,18)
#070E0A
(7,14,10)
#000000
(0,0,0)

Tints of #4D4A5A

#4D4A5A
(77,74,90)
#5D5A69
(93,90,105)
#6D6A78
(109,106,120)
#7D7A87
(125,122,135)
#8D8A96
(141,138,150)
#9D9AA5
(157,154,165)
#ADAAB4
(173,170,180)
#BDBAC3
(189,186,195)
#CDCAD2
(205,202,210)
#DDDAE1
(221,218,225)
#EDEAF0
(237,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D4A5A; }

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

This text font color is #4D4A5A.


Background Color

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

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

This div background color is #4D4A5A.


Border color

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

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

This div border color is #4D4A5A.


Opacity

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

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

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

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

This text has shadow with #4D4A5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4A5A on black background.


Color preview on white background

This text has color #4D4A5A on white background.



Black color preview on #4D4A5A background

This text has black color on #4D4A5A background.


White color preview on #4D4A5A background

This text has white color on #4D4A5A background.