COLOR #4D467A

HEX: #4D467A
RGB: (77,70,122)

Color info

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

RGB color model

#4D467A color RGB value is (77,70,122).

  • red value is 77;
  • green value is 70;
  • blue value is 122.
RGB:
(77,70,122)
(30%,27%,48%)

RGB channels and saturation

R 77 of 255 = 30%
G 70 of 255 = 27%
B 122 of 255 = 48%

77
70
122

R + G + B ~ 35%. #4D467A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 70 + 122 = 269 (100%)
R 77 of 269 ~ 28.62%
G 70 of 269 ~ 26.02%
B 122 of 269 ~ 45.35%

%28.62
%26.02
%45.35

CMYK color model

#4D467A color CMYK value is (37,43,0,52).

  • cyan value is 36.89%
  • magenta value is 42.62%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(37,43,0,52)
C37M43Y0K52 
(37%,43%,0%,52%)
(0.37/0.43/0.00/0.52)	

CMYK percentages

%36.89
%42.62
%0
%52.16

Codes

Color #4D467A in popluar color models

4D467A
RGB7770122
HSL248°27.08%37.65%
HSB/HSV248°42.62%47.84%
CMYK36.89%42.62%0.00%
52.16%

Color #4D467A in popluar number systems.

HEX4D467A
Decimal7770122
Binary100110110001101111010
Octal115106172

Shades and tints

Shades of #4D467A

#4D467A
(77,70,122)
#46406F
(70,64,111)
#3F3A64
(63,58,100)
#383459
(56,52,89)
#312E4E
(49,46,78)
#2A2843
(42,40,67)
#232238
(35,34,56)
#1C1C2D
(28,28,45)
#151622
(21,22,34)
#0E1017
(14,16,23)
#070A0C
(7,10,12)
#000000
(0,0,0)

Tints of #4D467A

#4D467A
(77,70,122)
#5D5686
(93,86,134)
#6D6692
(109,102,146)
#7D769E
(125,118,158)
#8D86AA
(141,134,170)
#9D96B6
(157,150,182)
#ADA6C2
(173,166,194)
#BDB6CE
(189,182,206)
#CDC6DA
(205,198,218)
#DDD6E6
(221,214,230)
#EDE6F2
(237,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D467A; }

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

This text font color is #4D467A.


Background Color

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

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

This div background color is #4D467A.


Border color

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

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

This div border color is #4D467A.


Opacity

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

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

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

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

This text has shadow with #4D467A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D467A on black background.


Color preview on white background

This text has color #4D467A on white background.



Black color preview on #4D467A background

This text has black color on #4D467A background.


White color preview on #4D467A background

This text has white color on #4D467A background.