COLOR #49095B

HEX: #49095B
RGB: (73,9,91)

Color info

#49095B contains mainly red and blue colors. Web safe color of #49095B is #330066 (or #306).

RGB color model

#49095B color RGB value is (73,9,91).

  • red value is 73;
  • green value is 9;
  • blue value is 91.
RGB:
(73,9,91)
(29%,4%,36%)

RGB channels and saturation

R 73 of 255 = 29%
G 9 of 255 = 4%
B 91 of 255 = 36%

73
9
91

R + G + B ~ 23%. #49095B is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 9 + 91 = 173 (100%)
R 73 of 173 ~ 42.2%
G 9 of 173 ~ 5.2%
B 91 of 173 ~ 52.6%

%42.2
%52.6

CMYK color model

#49095B color CMYK value is (20,90,0,64).

  • cyan value is 19.78%
  • magenta value is 90.11%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(20,90,0,64)
C20M90Y0K64 
(20%,90%,0%,64%)
(0.20/0.90/0.00/0.64)	

CMYK percentages

%19.78
%90.11
%0
%64.31

Codes

Color #49095B in popluar color models

49095B
RGB73991
HSL287°82.00%19.61%
HSB/HSV287°90.11%35.69%
CMYK19.78%90.11%0.00%
64.31%

Color #49095B in popluar number systems.

HEX49095B
Decimal73991
Binary100100110011011011
Octal11111133

Shades and tints

Shades of #49095B

#49095B
(73,9,91)
#430953
(67,9,83)
#3D094B
(61,9,75)
#370943
(55,9,67)
#31093B
(49,9,59)
#2B0933
(43,9,51)
#25092B
(37,9,43)
#1F0923
(31,9,35)
#19091B
(25,9,27)
#130913
(19,9,19)
#0D090B
(13,9,11)
#000000
(0,0,0)

Tints of #49095B

#49095B
(73,9,91)
#591F69
(89,31,105)
#693577
(105,53,119)
#794B85
(121,75,133)
#896193
(137,97,147)
#9977A1
(153,119,161)
#A98DAF
(169,141,175)
#B9A3BD
(185,163,189)
#C9B9CB
(201,185,203)
#D9CFD9
(217,207,217)
#E9E5E7
(233,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49095B color. Also use rgb(73,9,91) instead hex code.

Text Font Color

.myTextColor { color: #49095B; }

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

This text font color is #49095B.


Background Color

.myBgColor { background-color: #49095B; }

<div style="background-color:#49095B">Inner text</div>

This div background color is #49095B.


Border color

.myBorderColor { border: 1px solid #49095B; }

<div style="border:3px solid #49095B">Div</div>

This div border color is #49095B.


Opacity

.myOpacity80 { color: #49095B; opacity: 0.8; }

<p style="color:#49095B;opacity:0.8;">80%</p>

Text with #49095B 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 #49095B;}

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

This text has shadow with #49095B color.

.textShadow {text-shadow: 3px 3px 1px #49095B, 3px 3px 1px red;}

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

This text has shadow with #49095B primary color and red secondary color.


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

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

This text has shadow with #49095B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49095B on black background.


Color preview on white background

This text has color #49095B on white background.



Black color preview on #49095B background

This text has black color on #49095B background.


White color preview on #49095B background

This text has white color on #49095B background.