COLOR #4D495A

HEX: #4D495A
RGB: (77,73,90)

Color info

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

RGB color model

#4D495A color RGB value is (77,73,90).

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

RGB channels and saturation

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

77
73
90

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

Portions of RGB colors in percentages

R + G + B =
77 + 73 + 90 = 240 (100%)
R 77 of 240 ~ 32.08%
G 73 of 240 ~ 30.42%
B 90 of 240 ~ 37.5%

%32.08
%30.42
%37.5

CMYK color model

#4D495A color CMYK value is (14,19,0,65).

  • cyan value is 14.44%
  • magenta value is 18.89%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(14,19,0,65)
C14M19Y0K65 
(14%,19%,0%,65%)
(0.14/0.19/0.00/0.65)	

CMYK percentages

%14.44
%18.89
%0
%64.71

Codes

Color #4D495A in popluar color models

4D495A
RGB777390
HSL254°10.43%31.96%
HSB/HSV254°18.89%35.29%
CMYK14.44%18.89%0.00%
64.71%

Color #4D495A in popluar number systems.

HEX4D495A
Decimal777390
Binary100110110010011011010
Octal115111132

Shades and tints

Shades of #4D495A

#4D495A
(77,73,90)
#464352
(70,67,82)
#3F3D4A
(63,61,74)
#383742
(56,55,66)
#31313A
(49,49,58)
#2A2B32
(42,43,50)
#23252A
(35,37,42)
#1C1F22
(28,31,34)
#15191A
(21,25,26)
#0E1312
(14,19,18)
#070D0A
(7,13,10)
#000000
(0,0,0)

Tints of #4D495A

#4D495A
(77,73,90)
#5D5969
(93,89,105)
#6D6978
(109,105,120)
#7D7987
(125,121,135)
#8D8996
(141,137,150)
#9D99A5
(157,153,165)
#ADA9B4
(173,169,180)
#BDB9C3
(189,185,195)
#CDC9D2
(205,201,210)
#DDD9E1
(221,217,225)
#EDE9F0
(237,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D495A; }

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

This text font color is #4D495A.


Background Color

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

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

This div background color is #4D495A.


Border color

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

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

This div border color is #4D495A.


Opacity

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

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

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

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

This text has shadow with #4D495A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D495A on black background.


Color preview on white background

This text has color #4D495A on white background.



Black color preview on #4D495A background

This text has black color on #4D495A background.


White color preview on #4D495A background

This text has white color on #4D495A background.