COLOR #49307D

HEX: #49307D
RGB: (73,48,125)

Color info

#49307D contains mainly red and blue colors. Web safe color of #49307D is #333366 (or #336).

RGB color model

#49307D color RGB value is (73,48,125).

  • red value is 73;
  • green value is 48;
  • blue value is 125.
RGB:
(73,48,125)
(29%,19%,49%)

RGB channels and saturation

R 73 of 255 = 29%
G 48 of 255 = 19%
B 125 of 255 = 49%

73
48
125

R + G + B ~ 32%. #49307D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 48 + 125 = 246 (100%)
R 73 of 246 ~ 29.67%
G 48 of 246 ~ 19.51%
B 125 of 246 ~ 50.81%

%29.67
%19.51
%50.81

CMYK color model

#49307D color CMYK value is (42,62,0,51).

  • cyan value is 41.60%
  • magenta value is 61.60%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(42,62,0,51)
C42M62Y0K51 
(42%,62%,0%,51%)
(0.42/0.62/0.00/0.51)	

CMYK percentages

%41.6
%61.6
%0
%50.98

Codes

Color #49307D in popluar color models

49307D
RGB7348125
HSL259°44.51%33.92%
HSB/HSV259°61.60%49.02%
CMYK41.60%61.60%0.00%
50.98%

Color #49307D in popluar number systems.

HEX49307D
Decimal7348125
Binary10010011100001111101
Octal11160175

Shades and tints

Shades of #49307D

#49307D
(73,48,125)
#432C72
(67,44,114)
#3D2867
(61,40,103)
#37245C
(55,36,92)
#312051
(49,32,81)
#2B1C46
(43,28,70)
#25183B
(37,24,59)
#1F1430
(31,20,48)
#191025
(25,16,37)
#130C1A
(19,12,26)
#0D080F
(13,8,15)
#000000
(0,0,0)

Tints of #49307D

#49307D
(73,48,125)
#594288
(89,66,136)
#695493
(105,84,147)
#79669E
(121,102,158)
#8978A9
(137,120,169)
#998AB4
(153,138,180)
#A99CBF
(169,156,191)
#B9AECA
(185,174,202)
#C9C0D5
(201,192,213)
#D9D2E0
(217,210,224)
#E9E4EB
(233,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49307D color. Also use rgb(73,48,125) instead hex code.

Text Font Color

.myTextColor { color: #49307D; }

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

This text font color is #49307D.


Background Color

.myBgColor { background-color: #49307D; }

<div style="background-color:#49307D">Inner text</div>

This div background color is #49307D.


Border color

.myBorderColor { border: 1px solid #49307D; }

<div style="border:3px solid #49307D">Div</div>

This div border color is #49307D.


Opacity

.myOpacity80 { color: #49307D; opacity: 0.8; }

<p style="color:#49307D;opacity:0.8;">80%</p>

Text with #49307D 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 #49307D;}

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

This text has shadow with #49307D color.

.textShadow {text-shadow: 3px 3px 1px #49307D, 3px 3px 1px red;}

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

This text has shadow with #49307D primary color and red secondary color.


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

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

This text has shadow with #49307D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49307D on black background.


Color preview on white background

This text has color #49307D on white background.



Black color preview on #49307D background

This text has black color on #49307D background.


White color preview on #49307D background

This text has white color on #49307D background.