COLOR #49479F

HEX: #49479F
RGB: (73,71,159)

Color info

#49479F contains mainly blue color. Web safe color of #49479F is #333399 (or #339).

RGB color model

#49479F color RGB value is (73,71,159).

  • red value is 73;
  • green value is 71;
  • blue value is 159.
RGB:
(73,71,159)
(29%,28%,62%)

RGB channels and saturation

R 73 of 255 = 29%
G 71 of 255 = 28%
B 159 of 255 = 62%

73
71
159

R + G + B ~ 40%. #49479F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
73 + 71 + 159 = 303 (100%)
R 73 of 303 ~ 24.09%
G 71 of 303 ~ 23.43%
B 159 of 303 ~ 52.48%

%24.09
%23.43
%52.48

CMYK color model

#49479F color CMYK value is (54,55,0,38).

  • cyan value is 54.09%
  • magenta value is 55.35%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(54,55,0,38)
C54M55Y0K38 
(54%,55%,0%,38%)
(0.54/0.55/0.00/0.38)	

CMYK percentages

%54.09
%55.35
%0
%37.65

Codes

Color #49479F in popluar color models

49479F
RGB7371159
HSL241°38.26%45.10%
HSB/HSV241°55.35%62.35%
CMYK54.09%55.35%0.00%
37.65%

Color #49479F in popluar number systems.

HEX49479F
Decimal7371159
Binary1001001100011110011111
Octal111107237

Shades and tints

Shades of #49479F

#49479F
(73,71,159)
#434191
(67,65,145)
#3D3B83
(61,59,131)
#373575
(55,53,117)
#312F67
(49,47,103)
#2B2959
(43,41,89)
#25234B
(37,35,75)
#1F1D3D
(31,29,61)
#19172F
(25,23,47)
#131121
(19,17,33)
#0D0B13
(13,11,19)
#000000
(0,0,0)

Tints of #49479F

#49479F
(73,71,159)
#5957A7
(89,87,167)
#6967AF
(105,103,175)
#7977B7
(121,119,183)
#8987BF
(137,135,191)
#9997C7
(153,151,199)
#A9A7CF
(169,167,207)
#B9B7D7
(185,183,215)
#C9C7DF
(201,199,223)
#D9D7E7
(217,215,231)
#E9E7EF
(233,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49479F color. Also use rgb(73,71,159) instead hex code.

Text Font Color

.myTextColor { color: #49479F; }

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

This text font color is #49479F.


Background Color

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

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

This div background color is #49479F.


Border color

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

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

This div border color is #49479F.


Opacity

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

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

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

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

This text has shadow with #49479F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49479F on black background.


Color preview on white background

This text has color #49479F on white background.



Black color preview on #49479F background

This text has black color on #49479F background.


White color preview on #49479F background

This text has white color on #49479F background.