COLOR #49238F

HEX: #49238F
RGB: (73,35,143)

Color info

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

RGB color model

#49238F color RGB value is (73,35,143).

  • red value is 73;
  • green value is 35;
  • blue value is 143.
RGB:
(73,35,143)
(29%,14%,56%)

RGB channels and saturation

R 73 of 255 = 29%
G 35 of 255 = 14%
B 143 of 255 = 56%

73
35
143

R + G + B ~ 33%. #49238F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 35 + 143 = 251 (100%)
R 73 of 251 ~ 29.08%
G 35 of 251 ~ 13.94%
B 143 of 251 ~ 56.97%

%29.08
%13.94
%56.97

CMYK color model

#49238F color CMYK value is (49,76,0,44).

  • cyan value is 48.95%
  • magenta value is 75.52%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(49,76,0,44)
C49M76Y0K44 
(49%,76%,0%,44%)
(0.49/0.76/0.00/0.44)	

CMYK percentages

%48.95
%75.52
%0
%43.92

Codes

Color #49238F in popluar color models

49238F
RGB7335143
HSL261°60.67%34.90%
HSB/HSV261°75.52%56.08%
CMYK48.95%75.52%0.00%
43.92%

Color #49238F in popluar number systems.

HEX49238F
Decimal7335143
Binary100100110001110001111
Octal11143217

Shades and tints

Shades of #49238F

#49238F
(73,35,143)
#432082
(67,32,130)
#3D1D75
(61,29,117)
#371A68
(55,26,104)
#31175B
(49,23,91)
#2B144E
(43,20,78)
#251141
(37,17,65)
#1F0E34
(31,14,52)
#190B27
(25,11,39)
#13081A
(19,8,26)
#0D050D
(13,5,13)
#000000
(0,0,0)

Tints of #49238F

#49238F
(73,35,143)
#593799
(89,55,153)
#694BA3
(105,75,163)
#795FAD
(121,95,173)
#8973B7
(137,115,183)
#9987C1
(153,135,193)
#A99BCB
(169,155,203)
#B9AFD5
(185,175,213)
#C9C3DF
(201,195,223)
#D9D7E9
(217,215,233)
#E9EBF3
(233,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49238F color. Also use rgb(73,35,143) instead hex code.

Text Font Color

.myTextColor { color: #49238F; }

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

This text font color is #49238F.


Background Color

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

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

This div background color is #49238F.


Border color

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

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

This div border color is #49238F.


Opacity

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

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

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

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

This text has shadow with #49238F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49238F on black background.


Color preview on white background

This text has color #49238F on white background.



Black color preview on #49238F background

This text has black color on #49238F background.


White color preview on #49238F background

This text has white color on #49238F background.