COLOR #49467F

HEX: #49467F RGB: (73,70,127)

Color info

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

RGB color model

#49467F color RGB value is (73,70,127).

RGB: (73,70,127) (29%, 27%, 50%)

RGB channels and saturation

R 73 of 255 = 29%
G 70 of 255 = 27%
B 127 of 255 = 50%

73
70
127

R + G + B ~ 35%. #49467F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 73 + 70 + 127 = 270 (100%)
R 73 of 270 ~ 27.04%
G 70 of 270 ~ 25.93%
B 127 of 270 ~ 47.04'%

%27.04
%25.93
%47.04

CMYK color model

#49467F color CMYK value is (43,45,0,50).

  • cyan value is 42.52%
  • magenta value is 44.88%
  • yellow value is 0.00%
  • key color value is 50.20%

CMYK: (43,45,0,50)
C43M45Y0K50 (43%, 45%, 0%, 50%)
(0.43 / 0.45 / 0.00 / 0.50)

CMYK percentages

%42.52
%44.88
%0
%50.2

Codes

Color #49467F in popluar color models

49 46 7F
RGB 73 70 127
HSL 243° 28.93% 38.63%
HSB/HSV 243° 44.88% 49.80%
CMYK 42.52% 44.88% 0.00%
50.20%

Color #49467F in popluar number systems.

HEX 49 46 7F
Decimal 73 70 127
Binary 1001001 1000110 1111111
Octal 111 106 177

Shades and tints

Shades of #49467F

#49467F
(73,70,127)
#434074
(67,64,116)
#3D3A69
(61,58,105)
#37345E
(55,52,94)
#312E53
(49,46,83)
#2B2848
(43,40,72)
#25223D
(37,34,61)
#1F1C32
(31,28,50)
#191627
(25,22,39)
#13101C
(19,16,28)
#0D0A11
(13,10,17)
#000000
(0,0,0)

Tints of #49467F

#49467F
(73,70,127)
#59568A
(89,86,138)
#696695
(105,102,149)
#7976A0
(121,118,160)
#8986AB
(137,134,171)
#9996B6
(153,150,182)
#A9A6C1
(169,166,193)
#B9B6CC
(185,182,204)
#C9C6D7
(201,198,215)
#D9D6E2
(217,214,226)
#E9E6ED
(233,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49467F color. Also use rgb(73,70,127) instead hex code.

Text Font Color

.myTextColor { color: #49467F; }

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

This text font color is #49467F.

Background Color

.myBgColor { background-color: #49467F; }

<div style="background-color:#49467F">Inner text</div>

This div background color is #49467F.

Border color

.myBorderColor { border: 1px solid #49467F; }

<div style="border:3px solid #49467F">Div</div>

This div border color is #49467F.

Opacity

.myOpacity80 { color: #49467F; opacity: 0.8; }

<p style="color:#49467F;opacity:0.8;">80%</p>

Text with #49467F 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 #49467F;}

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

This text has shadow with #49467F color.


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

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

This text has shadow with #49467F primary color and red secondary color.


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

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

This text has shadow with #49467F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #49467F.

Preview

Color preview on black background

This text has color #49467F on black background.


Color preview on white background

This text has color #49467F on white background.


Black color preview on #49467F background

This text has black color on #49467F background.


White color preview on #49467F background

This text has white color on #49467F background.


Related colors

Complementary color

Complementary color for #hex is #B6B980.


I love getcolorcode.com

Triadic colors

1 #7F4946 and #467F49 with #49467F are triadic colors.

2 #7F4649 and #46497F with #49467F are triadic colors.