COLOR #4949A9

HEX: #4949A9
RGB: (73,73,169)

Color info

#4949A9 contains mainly blue color. Web safe color of #4949A9 is #333399 (or #339).

RGB color model

#4949A9 color RGB value is (73,73,169).

  • red value is 73;
  • green value is 73;
  • blue value is 169.
RGB:
(73,73,169)
(29%,29%,66%)

RGB channels and saturation

R 73 of 255 = 29%
G 73 of 255 = 29%
B 169 of 255 = 66%

73
73
169

R + G + B ~ 41%. #4949A9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
73 + 73 + 169 = 315 (100%)
R 73 of 315 ~ 23.17%
G 73 of 315 ~ 23.17%
B 169 of 315 ~ 53.65%

%23.17
%23.17
%53.65

CMYK color model

#4949A9 color CMYK value is (57,57,0,34).

  • cyan value is 56.80%
  • magenta value is 56.80%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(57,57,0,34)
C57M57Y0K34 
(57%,57%,0%,34%)
(0.57/0.57/0.00/0.34)	

CMYK percentages

%56.8
%56.8
%0
%33.73

Codes

Color #4949A9 in popluar color models

4949A9
RGB7373169
HSL240°39.67%47.45%
HSB/HSV240°56.80%66.27%
CMYK56.80%56.80%0.00%
33.73%

Color #4949A9 in popluar number systems.

HEX4949A9
Decimal7373169
Binary1001001100100110101001
Octal111111251

Shades and tints

Shades of #4949A9

#4949A9
(73,73,169)
#43439A
(67,67,154)
#3D3D8B
(61,61,139)
#37377C
(55,55,124)
#31316D
(49,49,109)
#2B2B5E
(43,43,94)
#25254F
(37,37,79)
#1F1F40
(31,31,64)
#191931
(25,25,49)
#131322
(19,19,34)
#0D0D13
(13,13,19)
#000000
(0,0,0)

Tints of #4949A9

#4949A9
(73,73,169)
#5959B0
(89,89,176)
#6969B7
(105,105,183)
#7979BE
(121,121,190)
#8989C5
(137,137,197)
#9999CC
(153,153,204)
#A9A9D3
(169,169,211)
#B9B9DA
(185,185,218)
#C9C9E1
(201,201,225)
#D9D9E8
(217,217,232)
#E9E9EF
(233,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4949A9 color. Also use rgb(73,73,169) instead hex code.

Text Font Color

.myTextColor { color: #4949A9; }

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

This text font color is #4949A9.


Background Color

.myBgColor { background-color: #4949A9; }

<div style="background-color:#4949A9">Inner text</div>

This div background color is #4949A9.


Border color

.myBorderColor { border: 1px solid #4949A9; }

<div style="border:3px solid #4949A9">Div</div>

This div border color is #4949A9.


Opacity

.myOpacity80 { color: #4949A9; opacity: 0.8; }

<p style="color:#4949A9;opacity:0.8;">80%</p>

Text with #4949A9 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 #4949A9;}

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

This text has shadow with #4949A9 color.

.textShadow {text-shadow: 3px 3px 1px #4949A9, 3px 3px 1px red;}

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

This text has shadow with #4949A9 primary color and red secondary color.


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

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

This text has shadow with #4949A9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4949A9 on black background.


Color preview on white background

This text has color #4949A9 on white background.



Black color preview on #4949A9 background

This text has black color on #4949A9 background.


White color preview on #4949A9 background

This text has white color on #4949A9 background.