COLOR #4A3F8B

HEX: #4A3F8B
RGB: (74,63,139)

Color info

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

RGB color model

#4A3F8B color RGB value is (74,63,139).

  • red value is 74;
  • green value is 63;
  • blue value is 139.
RGB:
(74,63,139)
(29%,25%,55%)

RGB channels and saturation

R 74 of 255 = 29%
G 63 of 255 = 25%
B 139 of 255 = 55%

74
63
139

R + G + B ~ 36%. #4A3F8B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 63 + 139 = 276 (100%)
R 74 of 276 ~ 26.81%
G 63 of 276 ~ 22.83%
B 139 of 276 ~ 50.36%

%26.81
%22.83
%50.36

CMYK color model

#4A3F8B color CMYK value is (47,55,0,45).

  • cyan value is 46.76%
  • magenta value is 54.68%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(47,55,0,45)
C47M55Y0K45 
(47%,55%,0%,45%)
(0.47/0.55/0.00/0.45)	

CMYK percentages

%46.76
%54.68
%0
%45.49

Codes

Color #4A3F8B in popluar color models

4A3F8B
RGB7463139
HSL249°37.62%39.61%
HSB/HSV249°54.68%54.51%
CMYK46.76%54.68%0.00%
45.49%

Color #4A3F8B in popluar number systems.

HEX4A3F8B
Decimal7463139
Binary100101011111110001011
Octal11277213

Shades and tints

Shades of #4A3F8B

#4A3F8B
(74,63,139)
#443A7F
(68,58,127)
#3E3573
(62,53,115)
#383067
(56,48,103)
#322B5B
(50,43,91)
#2C264F
(44,38,79)
#262143
(38,33,67)
#201C37
(32,28,55)
#1A172B
(26,23,43)
#14121F
(20,18,31)
#0E0D13
(14,13,19)
#000000
(0,0,0)

Tints of #4A3F8B

#4A3F8B
(74,63,139)
#5A5095
(90,80,149)
#6A619F
(106,97,159)
#7A72A9
(122,114,169)
#8A83B3
(138,131,179)
#9A94BD
(154,148,189)
#AAA5C7
(170,165,199)
#BAB6D1
(186,182,209)
#CAC7DB
(202,199,219)
#DAD8E5
(218,216,229)
#EAE9EF
(234,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A3F8B color. Also use rgb(74,63,139) instead hex code.

Text Font Color

.myTextColor { color: #4A3F8B; }

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

This text font color is #4A3F8B.


Background Color

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

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

This div background color is #4A3F8B.


Border color

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

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

This div border color is #4A3F8B.


Opacity

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

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

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

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

This text has shadow with #4A3F8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A3F8B on black background.


Color preview on white background

This text has color #4A3F8B on white background.



Black color preview on #4A3F8B background

This text has black color on #4A3F8B background.


White color preview on #4A3F8B background

This text has white color on #4A3F8B background.