COLOR #49195F

HEX: #49195F
RGB: (73,25,95)

Color info

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

RGB color model

#49195F color RGB value is (73,25,95).

  • red value is 73;
  • green value is 25;
  • blue value is 95.
RGB:
(73,25,95)
(29%,10%,37%)

RGB channels and saturation

R 73 of 255 = 29%
G 25 of 255 = 10%
B 95 of 255 = 37%

73
25
95

R + G + B ~ 25%. #49195F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 25 + 95 = 193 (100%)
R 73 of 193 ~ 37.82%
G 25 of 193 ~ 12.95%
B 95 of 193 ~ 49.22%

%37.82
%12.95
%49.22

CMYK color model

#49195F color CMYK value is (23,74,0,63).

  • cyan value is 23.16%
  • magenta value is 73.68%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(23,74,0,63)
C23M74Y0K63 
(23%,74%,0%,63%)
(0.23/0.74/0.00/0.63)	

CMYK percentages

%23.16
%73.68
%0
%62.75

Codes

Color #49195F in popluar color models

49195F
RGB732595
HSL281°58.33%23.53%
HSB/HSV281°73.68%37.25%
CMYK23.16%73.68%0.00%
62.75%

Color #49195F in popluar number systems.

HEX49195F
Decimal732595
Binary1001001110011011111
Octal11131137

Shades and tints

Shades of #49195F

#49195F
(73,25,95)
#431757
(67,23,87)
#3D154F
(61,21,79)
#371347
(55,19,71)
#31113F
(49,17,63)
#2B0F37
(43,15,55)
#250D2F
(37,13,47)
#1F0B27
(31,11,39)
#19091F
(25,9,31)
#130717
(19,7,23)
#0D050F
(13,5,15)
#000000
(0,0,0)

Tints of #49195F

#49195F
(73,25,95)
#592D6D
(89,45,109)
#69417B
(105,65,123)
#795589
(121,85,137)
#896997
(137,105,151)
#997DA5
(153,125,165)
#A991B3
(169,145,179)
#B9A5C1
(185,165,193)
#C9B9CF
(201,185,207)
#D9CDDD
(217,205,221)
#E9E1EB
(233,225,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49195F color. Also use rgb(73,25,95) instead hex code.

Text Font Color

.myTextColor { color: #49195F; }

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

This text font color is #49195F.


Background Color

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

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

This div background color is #49195F.


Border color

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

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

This div border color is #49195F.


Opacity

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

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

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

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

This text has shadow with #49195F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49195F on black background.


Color preview on white background

This text has color #49195F on white background.



Black color preview on #49195F background

This text has black color on #49195F background.


White color preview on #49195F background

This text has white color on #49195F background.