COLOR #4A49A3

HEX: #4A49A3
RGB: (74,73,163)

Color info

#4A49A3 contains mainly blue color. Web safe color of #4A49A3 is #333399 (or #339).

RGB color model

#4A49A3 color RGB value is (74,73,163).

  • red value is 74;
  • green value is 73;
  • blue value is 163.
RGB:
(74,73,163)
(29%,29%,64%)

RGB channels and saturation

R 74 of 255 = 29%
G 73 of 255 = 29%
B 163 of 255 = 64%

74
73
163

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

Portions of RGB colors in percentages

R + G + B =
74 + 73 + 163 = 310 (100%)
R 74 of 310 ~ 23.87%
G 73 of 310 ~ 23.55%
B 163 of 310 ~ 52.58%

%23.87
%23.55
%52.58

CMYK color model

#4A49A3 color CMYK value is (55,55,0,36).

  • cyan value is 54.60%
  • magenta value is 55.21%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(55,55,0,36)
C55M55Y0K36 
(55%,55%,0%,36%)
(0.55/0.55/0.00/0.36)	

CMYK percentages

%54.6
%55.21
%0
%36.08

Codes

Color #4A49A3 in popluar color models

4A49A3
RGB7473163
HSL241°38.14%46.27%
HSB/HSV241°55.21%63.92%
CMYK54.60%55.21%0.00%
36.08%

Color #4A49A3 in popluar number systems.

HEX4A49A3
Decimal7473163
Binary1001010100100110100011
Octal112111243

Shades and tints

Shades of #4A49A3

#4A49A3
(74,73,163)
#444395
(68,67,149)
#3E3D87
(62,61,135)
#383779
(56,55,121)
#32316B
(50,49,107)
#2C2B5D
(44,43,93)
#26254F
(38,37,79)
#201F41
(32,31,65)
#1A1933
(26,25,51)
#141325
(20,19,37)
#0E0D17
(14,13,23)
#000000
(0,0,0)

Tints of #4A49A3

#4A49A3
(74,73,163)
#5A59AB
(90,89,171)
#6A69B3
(106,105,179)
#7A79BB
(122,121,187)
#8A89C3
(138,137,195)
#9A99CB
(154,153,203)
#AAA9D3
(170,169,211)
#BAB9DB
(186,185,219)
#CAC9E3
(202,201,227)
#DAD9EB
(218,217,235)
#EAE9F3
(234,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A49A3 color. Also use rgb(74,73,163) instead hex code.

Text Font Color

.myTextColor { color: #4A49A3; }

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

This text font color is #4A49A3.


Background Color

.myBgColor { background-color: #4A49A3; }

<div style="background-color:#4A49A3">Inner text</div>

This div background color is #4A49A3.


Border color

.myBorderColor { border: 1px solid #4A49A3; }

<div style="border:3px solid #4A49A3">Div</div>

This div border color is #4A49A3.


Opacity

.myOpacity80 { color: #4A49A3; opacity: 0.8; }

<p style="color:#4A49A3;opacity:0.8;">80%</p>

Text with #4A49A3 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 #4A49A3;}

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

This text has shadow with #4A49A3 color.

.textShadow {text-shadow: 3px 3px 1px #4A49A3, 3px 3px 1px red;}

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

This text has shadow with #4A49A3 primary color and red secondary color.


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

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

This text has shadow with #4A49A3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A49A3 on black background.


Color preview on white background

This text has color #4A49A3 on white background.



Black color preview on #4A49A3 background

This text has black color on #4A49A3 background.


White color preview on #4A49A3 background

This text has white color on #4A49A3 background.