COLOR #49487F

HEX: #49487F
RGB: (73,72,127)

Color info

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

RGB color model

#49487F color RGB value is (73,72,127).

  • red value is 73;
  • green value is 72;
  • blue value is 127.
RGB:
(73,72,127)
(29%,28%,50%)

RGB channels and saturation

R 73 of 255 = 29%
G 72 of 255 = 28%
B 127 of 255 = 50%

73
72
127

R + G + B ~ 36%. #49487F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 72 + 127 = 272 (100%)
R 73 of 272 ~ 26.84%
G 72 of 272 ~ 26.47%
B 127 of 272 ~ 46.69%

%26.84
%26.47
%46.69

CMYK color model

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

  • cyan value is 42.52%
  • magenta value is 43.31%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(43,43,0,50)
C43M43Y0K50 
(43%,43%,0%,50%)
(0.43/0.43/0.00/0.50)	

CMYK percentages

%42.52
%43.31
%0
%50.2

Codes

Color #49487F in popluar color models

49487F
RGB7372127
HSL241°27.64%39.02%
HSB/HSV241°43.31%49.80%
CMYK42.52%43.31%0.00%
50.20%

Color #49487F in popluar number systems.

HEX49487F
Decimal7372127
Binary100100110010001111111
Octal111110177

Shades and tints

Shades of #49487F

#49487F
(73,72,127)
#434274
(67,66,116)
#3D3C69
(61,60,105)
#37365E
(55,54,94)
#313053
(49,48,83)
#2B2A48
(43,42,72)
#25243D
(37,36,61)
#1F1E32
(31,30,50)
#191827
(25,24,39)
#13121C
(19,18,28)
#0D0C11
(13,12,17)
#000000
(0,0,0)

Tints of #49487F

#49487F
(73,72,127)
#59588A
(89,88,138)
#696895
(105,104,149)
#7978A0
(121,120,160)
#8988AB
(137,136,171)
#9998B6
(153,152,182)
#A9A8C1
(169,168,193)
#B9B8CC
(185,184,204)
#C9C8D7
(201,200,215)
#D9D8E2
(217,216,226)
#E9E8ED
(233,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49487F; }

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

This text font color is #49487F.


Background Color

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

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

This div background color is #49487F.


Border color

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

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

This div border color is #49487F.


Opacity

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

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

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

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

This text has shadow with #49487F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49487F on black background.


Color preview on white background

This text has color #49487F on white background.



Black color preview on #49487F background

This text has black color on #49487F background.


White color preview on #49487F background

This text has white color on #49487F background.