COLOR #49419C

HEX: #49419C
RGB: (73,65,156)

Color info

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

RGB color model

#49419C color RGB value is (73,65,156).

  • red value is 73;
  • green value is 65;
  • blue value is 156.
RGB:
(73,65,156)
(29%,25%,61%)

RGB channels and saturation

R 73 of 255 = 29%
G 65 of 255 = 25%
B 156 of 255 = 61%

73
65
156

R + G + B ~ 38%. #49419C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 65 + 156 = 294 (100%)
R 73 of 294 ~ 24.83%
G 65 of 294 ~ 22.11%
B 156 of 294 ~ 53.06%

%24.83
%22.11
%53.06

CMYK color model

#49419C color CMYK value is (53,58,0,39).

  • cyan value is 53.21%
  • magenta value is 58.33%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(53,58,0,39)
C53M58Y0K39 
(53%,58%,0%,39%)
(0.53/0.58/0.00/0.39)	

CMYK percentages

%53.21
%58.33
%0
%38.82

Codes

Color #49419C in popluar color models

49419C
RGB7365156
HSL245°41.18%43.33%
HSB/HSV245°58.33%61.18%
CMYK53.21%58.33%0.00%
38.82%

Color #49419C in popluar number systems.

HEX49419C
Decimal7365156
Binary1001001100000110011100
Octal111101234

Shades and tints

Shades of #49419C

#49419C
(73,65,156)
#433C8E
(67,60,142)
#3D3780
(61,55,128)
#373272
(55,50,114)
#312D64
(49,45,100)
#2B2856
(43,40,86)
#252348
(37,35,72)
#1F1E3A
(31,30,58)
#19192C
(25,25,44)
#13141E
(19,20,30)
#0D0F10
(13,15,16)
#000000
(0,0,0)

Tints of #49419C

#49419C
(73,65,156)
#5952A5
(89,82,165)
#6963AE
(105,99,174)
#7974B7
(121,116,183)
#8985C0
(137,133,192)
#9996C9
(153,150,201)
#A9A7D2
(169,167,210)
#B9B8DB
(185,184,219)
#C9C9E4
(201,201,228)
#D9DAED
(217,218,237)
#E9EBF6
(233,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49419C color. Also use rgb(73,65,156) instead hex code.

Text Font Color

.myTextColor { color: #49419C; }

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

This text font color is #49419C.


Background Color

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

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

This div background color is #49419C.


Border color

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

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

This div border color is #49419C.


Opacity

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

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

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

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

This text has shadow with #49419C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49419C on black background.


Color preview on white background

This text has color #49419C on white background.



Black color preview on #49419C background

This text has black color on #49419C background.


White color preview on #49419C background

This text has white color on #49419C background.