COLOR #4A3F7F

HEX: #4A3F7F
RGB: (74,63,127)

Color info

#4A3F7F contains mainly red and blue colors. Web safe color of #4A3F7F is #333366 (or #336).

RGB color model

#4A3F7F color RGB value is (74,63,127).

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

RGB channels and saturation

R 74 of 255 = 29%
G 63 of 255 = 25%
B 127 of 255 = 50%

74
63
127

R + G + B ~ 35%. #4A3F7F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 63 + 127 = 264 (100%)
R 74 of 264 ~ 28.03%
G 63 of 264 ~ 23.86%
B 127 of 264 ~ 48.11%

%28.03
%23.86
%48.11

CMYK color model

#4A3F7F color CMYK value is (42,50,0,50).

  • cyan value is 41.73%
  • magenta value is 50.39%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(42,50,0,50)
C42M50Y0K50 
(42%,50%,0%,50%)
(0.42/0.50/0.00/0.50)	

CMYK percentages

%41.73
%50.39
%0
%50.2

Codes

Color #4A3F7F in popluar color models

4A3F7F
RGB7463127
HSL250°33.68%37.25%
HSB/HSV250°50.39%49.80%
CMYK41.73%50.39%0.00%
50.20%

Color #4A3F7F in popluar number systems.

HEX4A3F7F
Decimal7463127
Binary10010101111111111111
Octal11277177

Shades and tints

Shades of #4A3F7F

#4A3F7F
(74,63,127)
#443A74
(68,58,116)
#3E3569
(62,53,105)
#38305E
(56,48,94)
#322B53
(50,43,83)
#2C2648
(44,38,72)
#26213D
(38,33,61)
#201C32
(32,28,50)
#1A1727
(26,23,39)
#14121C
(20,18,28)
#0E0D11
(14,13,17)
#000000
(0,0,0)

Tints of #4A3F7F

#4A3F7F
(74,63,127)
#5A508A
(90,80,138)
#6A6195
(106,97,149)
#7A72A0
(122,114,160)
#8A83AB
(138,131,171)
#9A94B6
(154,148,182)
#AAA5C1
(170,165,193)
#BAB6CC
(186,182,204)
#CAC7D7
(202,199,215)
#DAD8E2
(218,216,226)
#EAE9ED
(234,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A3F7F; }

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

This text font color is #4A3F7F.


Background Color

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

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

This div background color is #4A3F7F.


Border color

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

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

This div border color is #4A3F7F.


Opacity

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

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

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

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

This text has shadow with #4A3F7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A3F7F on black background.


Color preview on white background

This text has color #4A3F7F on white background.



Black color preview on #4A3F7F background

This text has black color on #4A3F7F background.


White color preview on #4A3F7F background

This text has white color on #4A3F7F background.