COLOR #4A418F

HEX: #4A418F
RGB: (74,65,143)

Color info

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

RGB color model

#4A418F color RGB value is (74,65,143).

  • red value is 74;
  • green value is 65;
  • blue value is 143.
RGB:
(74,65,143)
(29%,25%,56%)

RGB channels and saturation

R 74 of 255 = 29%
G 65 of 255 = 25%
B 143 of 255 = 56%

74
65
143

R + G + B ~ 37%. #4A418F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 65 + 143 = 282 (100%)
R 74 of 282 ~ 26.24%
G 65 of 282 ~ 23.05%
B 143 of 282 ~ 50.71%

%26.24
%23.05
%50.71

CMYK color model

#4A418F color CMYK value is (48,55,0,44).

  • cyan value is 48.25%
  • magenta value is 54.55%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(48,55,0,44)
C48M55Y0K44 
(48%,55%,0%,44%)
(0.48/0.55/0.00/0.44)	

CMYK percentages

%48.25
%54.55
%0
%43.92

Codes

Color #4A418F in popluar color models

4A418F
RGB7465143
HSL247°37.50%40.78%
HSB/HSV247°54.55%56.08%
CMYK48.25%54.55%0.00%
43.92%

Color #4A418F in popluar number systems.

HEX4A418F
Decimal7465143
Binary1001010100000110001111
Octal112101217

Shades and tints

Shades of #4A418F

#4A418F
(74,65,143)
#443C82
(68,60,130)
#3E3775
(62,55,117)
#383268
(56,50,104)
#322D5B
(50,45,91)
#2C284E
(44,40,78)
#262341
(38,35,65)
#201E34
(32,30,52)
#1A1927
(26,25,39)
#14141A
(20,20,26)
#0E0F0D
(14,15,13)
#000000
(0,0,0)

Tints of #4A418F

#4A418F
(74,65,143)
#5A5299
(90,82,153)
#6A63A3
(106,99,163)
#7A74AD
(122,116,173)
#8A85B7
(138,133,183)
#9A96C1
(154,150,193)
#AAA7CB
(170,167,203)
#BAB8D5
(186,184,213)
#CAC9DF
(202,201,223)
#DADAE9
(218,218,233)
#EAEBF3
(234,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A418F color. Also use rgb(74,65,143) instead hex code.

Text Font Color

.myTextColor { color: #4A418F; }

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

This text font color is #4A418F.


Background Color

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

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

This div background color is #4A418F.


Border color

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

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

This div border color is #4A418F.


Opacity

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

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

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

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

This text has shadow with #4A418F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A418F on black background.


Color preview on white background

This text has color #4A418F on white background.



Black color preview on #4A418F background

This text has black color on #4A418F background.


White color preview on #4A418F background

This text has white color on #4A418F background.