COLOR #49258C

HEX: #49258C
RGB: (73,37,140)

Color info

#49258C contains mainly blue color. Web safe color of #49258C is #333399 (or #339).

RGB color model

#49258C color RGB value is (73,37,140).

  • red value is 73;
  • green value is 37;
  • blue value is 140.
RGB:
(73,37,140)
(29%,15%,55%)

RGB channels and saturation

R 73 of 255 = 29%
G 37 of 255 = 15%
B 140 of 255 = 55%

73
37
140

R + G + B ~ 33%. #49258C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 37 + 140 = 250 (100%)
R 73 of 250 ~ 29.2%
G 37 of 250 ~ 14.8%
B 140 of 250 ~ 56%

%29.2
%14.8
%56

CMYK color model

#49258C color CMYK value is (48,74,0,45).

  • cyan value is 47.86%
  • magenta value is 73.57%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(48,74,0,45)
C48M74Y0K45 
(48%,74%,0%,45%)
(0.48/0.74/0.00/0.45)	

CMYK percentages

%47.86
%73.57
%0
%45.1

Codes

Color #49258C in popluar color models

49258C
RGB7337140
HSL261°58.19%34.71%
HSB/HSV261°73.57%54.90%
CMYK47.86%73.57%0.00%
45.10%

Color #49258C in popluar number systems.

HEX49258C
Decimal7337140
Binary100100110010110001100
Octal11145214

Shades and tints

Shades of #49258C

#49258C
(73,37,140)
#432280
(67,34,128)
#3D1F74
(61,31,116)
#371C68
(55,28,104)
#31195C
(49,25,92)
#2B1650
(43,22,80)
#251344
(37,19,68)
#1F1038
(31,16,56)
#190D2C
(25,13,44)
#130A20
(19,10,32)
#0D0714
(13,7,20)
#000000
(0,0,0)

Tints of #49258C

#49258C
(73,37,140)
#593896
(89,56,150)
#694BA0
(105,75,160)
#795EAA
(121,94,170)
#8971B4
(137,113,180)
#9984BE
(153,132,190)
#A997C8
(169,151,200)
#B9AAD2
(185,170,210)
#C9BDDC
(201,189,220)
#D9D0E6
(217,208,230)
#E9E3F0
(233,227,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49258C color. Also use rgb(73,37,140) instead hex code.

Text Font Color

.myTextColor { color: #49258C; }

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

This text font color is #49258C.


Background Color

.myBgColor { background-color: #49258C; }

<div style="background-color:#49258C">Inner text</div>

This div background color is #49258C.


Border color

.myBorderColor { border: 1px solid #49258C; }

<div style="border:3px solid #49258C">Div</div>

This div border color is #49258C.


Opacity

.myOpacity80 { color: #49258C; opacity: 0.8; }

<p style="color:#49258C;opacity:0.8;">80%</p>

Text with #49258C 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 #49258C;}

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

This text has shadow with #49258C color.

.textShadow {text-shadow: 3px 3px 1px #49258C, 3px 3px 1px red;}

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

This text has shadow with #49258C primary color and red secondary color.


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

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

This text has shadow with #49258C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49258C on black background.


Color preview on white background

This text has color #49258C on white background.



Black color preview on #49258C background

This text has black color on #49258C background.


White color preview on #49258C background

This text has white color on #49258C background.