COLOR #4A228F

HEX: #4A228F RGB: (74,34,143)

Color info

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

RGB color model

#4A228F color RGB value is (74,34,143).

RGB: (74,34,143) (29%, 13%, 56%)

RGB channels and saturation

R 74 of 255 = 29%
G 34 of 255 = 13%
B 143 of 255 = 56%

74
34
143

R + G + B ~ 33%. #4A228F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 34 + 143 = 251 (100%)
R 74 of 251 ~ 29.48%
G 34 of 251 ~ 13.55%
B 143 of 251 ~ 56.97'%

%29.48
%13.55
%56.97

CMYK color model

#4A228F color CMYK value is (48,76,0,44).

  • cyan value is 48.25%
  • magenta value is 76.22%
  • yellow value is 0.00%
  • key color value is 43.92%

CMYK: (48,76,0,44)
C48M76Y0K44 (48%, 76%, 0%, 44%)
(0.48 / 0.76 / 0.00 / 0.44)

CMYK percentages

%48.25
%76.22
%0
%43.92

Codes

Color #4A228F in popluar color models

4A 22 8F
RGB 74 34 143
HSL 262° 61.58% 34.71%
HSB/HSV 262° 76.22% 56.08%
CMYK 48.25% 76.22% 0.00%
43.92%

Color #4A228F in popluar number systems.

HEX 4A 22 8F
Decimal 74 34 143
Binary 1001010 100010 10001111
Octal 112 42 217

Shades and tints

Shades of #4A228F

#4A228F
(74,34,143)
#441F82
(68,31,130)
#3E1C75
(62,28,117)
#381968
(56,25,104)
#32165B
(50,22,91)
#2C134E
(44,19,78)
#261041
(38,16,65)
#200D34
(32,13,52)
#1A0A27
(26,10,39)
#14071A
(20,7,26)
#0E040D
(14,4,13)
#000000
(0,0,0)

Tints of #4A228F

#4A228F
(74,34,143)
#5A3699
(90,54,153)
#6A4AA3
(106,74,163)
#7A5EAD
(122,94,173)
#8A72B7
(138,114,183)
#9A86C1
(154,134,193)
#AA9ACB
(170,154,203)
#BAAED5
(186,174,213)
#CAC2DF
(202,194,223)
#DAD6E9
(218,214,233)
#EAEAF3
(234,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A228F; }

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

This text font color is #4A228F.

Background Color

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

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

This div background color is #4A228F.

Border color

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

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

This div border color is #4A228F.

Opacity

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

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

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

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

This text has shadow with #4A228F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A228F.

Preview

Color preview on black background

This text has color #4A228F on black background.


Color preview on white background

This text has color #4A228F on white background.


Black color preview on #4A228F background

This text has black color on #4A228F background.


White color preview on #4A228F background

This text has white color on #4A228F background.


Related colors

Complementary color

Complementary color for #hex is #B5DD70.


I love getcolorcode.com

Triadic colors

1 #8F4A22 and #228F4A with #4A228F are triadic colors.

2 #8F224A and #224A8F with #4A228F are triadic colors.