COLOR #4949AF

HEX: #4949AF
RGB: (73,73,175)

Color info

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

RGB color model

#4949AF color RGB value is (73,73,175).

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

RGB channels and saturation

R 73 of 255 = 29%
G 73 of 255 = 29%
B 175 of 255 = 69%

73
73
175

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

Portions of RGB colors in percentages

R + G + B =
73 + 73 + 175 = 321 (100%)
R 73 of 321 ~ 22.74%
G 73 of 321 ~ 22.74%
B 175 of 321 ~ 54.52%

%22.74
%22.74
%54.52

CMYK color model

#4949AF color CMYK value is (58,58,0,31).

  • cyan value is 58.29%
  • magenta value is 58.29%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(58,58,0,31)
C58M58Y0K31 
(58%,58%,0%,31%)
(0.58/0.58/0.00/0.31)	

CMYK percentages

%58.29
%58.29
%0
%31.37

Codes

Color #4949AF in popluar color models

4949AF
RGB7373175
HSL240°41.13%48.63%
HSB/HSV240°58.29%68.63%
CMYK58.29%58.29%0.00%
31.37%

Color #4949AF in popluar number systems.

HEX4949AF
Decimal7373175
Binary1001001100100110101111
Octal111111257

Shades and tints

Shades of #4949AF

#4949AF
(73,73,175)
#4343A0
(67,67,160)
#3D3D91
(61,61,145)
#373782
(55,55,130)
#313173
(49,49,115)
#2B2B64
(43,43,100)
#252555
(37,37,85)
#1F1F46
(31,31,70)
#191937
(25,25,55)
#131328
(19,19,40)
#0D0D19
(13,13,25)
#000000
(0,0,0)

Tints of #4949AF

#4949AF
(73,73,175)
#5959B6
(89,89,182)
#6969BD
(105,105,189)
#7979C4
(121,121,196)
#8989CB
(137,137,203)
#9999D2
(153,153,210)
#A9A9D9
(169,169,217)
#B9B9E0
(185,185,224)
#C9C9E7
(201,201,231)
#D9D9EE
(217,217,238)
#E9E9F5
(233,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4949AF; }

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

This text font color is #4949AF.


Background Color

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

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

This div background color is #4949AF.


Border color

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

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

This div border color is #4949AF.


Opacity

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

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

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

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

This text has shadow with #4949AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4949AF on black background.


Color preview on white background

This text has color #4949AF on white background.



Black color preview on #4949AF background

This text has black color on #4949AF background.


White color preview on #4949AF background

This text has white color on #4949AF background.