COLOR #4A499B

HEX: #4A499B
RGB: (74,73,155)

Color info

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

RGB color model

#4A499B color RGB value is (74,73,155).

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

RGB channels and saturation

R 74 of 255 = 29%
G 73 of 255 = 29%
B 155 of 255 = 61%

74
73
155

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

Portions of RGB colors in percentages

R + G + B =
74 + 73 + 155 = 302 (100%)
R 74 of 302 ~ 24.5%
G 73 of 302 ~ 24.17%
B 155 of 302 ~ 51.32%

%24.5
%24.17
%51.32

CMYK color model

#4A499B color CMYK value is (52,53,0,39).

  • cyan value is 52.26%
  • magenta value is 52.90%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(52,53,0,39)
C52M53Y0K39 
(52%,53%,0%,39%)
(0.52/0.53/0.00/0.39)	

CMYK percentages

%52.26
%52.9
%0
%39.22

Codes

Color #4A499B in popluar color models

4A499B
RGB7473155
HSL241°35.96%44.71%
HSB/HSV241°52.90%60.78%
CMYK52.26%52.90%0.00%
39.22%

Color #4A499B in popluar number systems.

HEX4A499B
Decimal7473155
Binary1001010100100110011011
Octal112111233

Shades and tints

Shades of #4A499B

#4A499B
(74,73,155)
#44438D
(68,67,141)
#3E3D7F
(62,61,127)
#383771
(56,55,113)
#323163
(50,49,99)
#2C2B55
(44,43,85)
#262547
(38,37,71)
#201F39
(32,31,57)
#1A192B
(26,25,43)
#14131D
(20,19,29)
#0E0D0F
(14,13,15)
#000000
(0,0,0)

Tints of #4A499B

#4A499B
(74,73,155)
#5A59A4
(90,89,164)
#6A69AD
(106,105,173)
#7A79B6
(122,121,182)
#8A89BF
(138,137,191)
#9A99C8
(154,153,200)
#AAA9D1
(170,169,209)
#BAB9DA
(186,185,218)
#CAC9E3
(202,201,227)
#DAD9EC
(218,217,236)
#EAE9F5
(234,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A499B; }

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

This text font color is #4A499B.


Background Color

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

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

This div background color is #4A499B.


Border color

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

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

This div border color is #4A499B.


Opacity

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

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

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

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

This text has shadow with #4A499B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A499B on black background.


Color preview on white background

This text has color #4A499B on white background.



Black color preview on #4A499B background

This text has black color on #4A499B background.


White color preview on #4A499B background

This text has white color on #4A499B background.