COLOR #4949D1

HEX: #4949D1
RGB: (73,73,209)

Color info

#4949D1 contains mainly blue color. Web safe color of #4949D1 is #3333CC (or #33C).

RGB color model

#4949D1 color RGB value is (73,73,209).

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

RGB channels and saturation

R 73 of 255 = 29%
G 73 of 255 = 29%
B 209 of 255 = 82%

73
73
209

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

Portions of RGB colors in percentages

R + G + B =
73 + 73 + 209 = 355 (100%)
R 73 of 355 ~ 20.56%
G 73 of 355 ~ 20.56%
B 209 of 355 ~ 58.87%

%20.56
%20.56
%58.87

CMYK color model

#4949D1 color CMYK value is (65,65,0,18).

  • cyan value is 65.07%
  • magenta value is 65.07%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(65,65,0,18)
C65M65Y0K18 
(65%,65%,0%,18%)
(0.65/0.65/0.00/0.18)	

CMYK percentages

%65.07
%65.07
%0
%18.04

Codes

Color #4949D1 in popluar color models

4949D1
RGB7373209
HSL240°59.65%55.29%
HSB/HSV240°65.07%81.96%
CMYK65.07%65.07%0.00%
18.04%

Color #4949D1 in popluar number systems.

HEX4949D1
Decimal7373209
Binary1001001100100111010001
Octal111111321

Shades and tints

Shades of #4949D1

#4949D1
(73,73,209)
#4343BE
(67,67,190)
#3D3DAB
(61,61,171)
#373798
(55,55,152)
#313185
(49,49,133)
#2B2B72
(43,43,114)
#25255F
(37,37,95)
#1F1F4C
(31,31,76)
#191939
(25,25,57)
#131326
(19,19,38)
#0D0D13
(13,13,19)
#000000
(0,0,0)

Tints of #4949D1

#4949D1
(73,73,209)
#5959D5
(89,89,213)
#6969D9
(105,105,217)
#7979DD
(121,121,221)
#8989E1
(137,137,225)
#9999E5
(153,153,229)
#A9A9E9
(169,169,233)
#B9B9ED
(185,185,237)
#C9C9F1
(201,201,241)
#D9D9F5
(217,217,245)
#E9E9F9
(233,233,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4949D1; }

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

This text font color is #4949D1.


Background Color

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

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

This div background color is #4949D1.


Border color

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

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

This div border color is #4949D1.


Opacity

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

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

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

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

This text has shadow with #4949D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4949D1 on black background.


Color preview on white background

This text has color #4949D1 on white background.



Black color preview on #4949D1 background

This text has black color on #4949D1 background.


White color preview on #4949D1 background

This text has white color on #4949D1 background.