COLOR #4A2C9F

HEX: #4A2C9F RGB: (74,44,159)

Color info

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

RGB color model

#4A2C9F color RGB value is (74,44,159).

RGB: (74,44,159) (29%, 17%, 62%)

RGB channels and saturation

R 74 of 255 = 29%
G 44 of 255 = 17%
B 159 of 255 = 62%

74
44
159

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

Portions of RGB colors in percentages

R + G + B = 74 + 44 + 159 = 277 (100%)
R 74 of 277 ~ 26.71%
G 44 of 277 ~ 15.88%
B 159 of 277 ~ 57.4'%

%26.71
%15.88
%57.4

CMYK color model

#4A2C9F color CMYK value is (53,72,0,38).

  • cyan value is 53.46%
  • magenta value is 72.33%
  • yellow value is 0.00%
  • key color value is 37.65%

CMYK: (53,72,0,38)
C53M72Y0K38 (53%, 72%, 0%, 38%)
(0.53 / 0.72 / 0.00 / 0.38)

CMYK percentages

%53.46
%72.33
%0
%37.65

Codes

Color #4A2C9F in popluar color models

4A 2C 9F
RGB 74 44 159
HSL 256° 56.65% 39.80%
HSB/HSV 256° 72.33% 62.35%
CMYK 53.46% 72.33% 0.00%
37.65%

Color #4A2C9F in popluar number systems.

HEX 4A 2C 9F
Decimal 74 44 159
Binary 1001010 101100 10011111
Octal 112 54 237

Shades and tints

Shades of #4A2C9F

#4A2C9F
(74,44,159)
#442891
(68,40,145)
#3E2483
(62,36,131)
#382075
(56,32,117)
#321C67
(50,28,103)
#2C1859
(44,24,89)
#26144B
(38,20,75)
#20103D
(32,16,61)
#1A0C2F
(26,12,47)
#140821
(20,8,33)
#0E0413
(14,4,19)
#000000
(0,0,0)

Tints of #4A2C9F

#4A2C9F
(74,44,159)
#5A3FA7
(90,63,167)
#6A52AF
(106,82,175)
#7A65B7
(122,101,183)
#8A78BF
(138,120,191)
#9A8BC7
(154,139,199)
#AA9ECF
(170,158,207)
#BAB1D7
(186,177,215)
#CAC4DF
(202,196,223)
#DAD7E7
(218,215,231)
#EAEAEF
(234,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A2C9F color. Also use rgb(74,44,159) instead hex code.

Text Font Color

.myTextColor { color: #4A2C9F; }

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

This text font color is #4A2C9F.

Background Color

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

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

This div background color is #4A2C9F.

Border color

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

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

This div border color is #4A2C9F.

Opacity

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

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

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

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

This text has shadow with #4A2C9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A2C9F.

Preview

Color preview on black background

This text has color #4A2C9F on black background.


Color preview on white background

This text has color #4A2C9F on white background.


Black color preview on #4A2C9F background

This text has black color on #4A2C9F background.


White color preview on #4A2C9F background

This text has white color on #4A2C9F background.


Related colors

Complementary color

Complementary color for #hex is #B5D360.


I love getcolorcode.com

Triadic colors

1 #9F4A2C and #2C9F4A with #4A2C9F are triadic colors.

2 #9F2C4A and #2C4A9F with #4A2C9F are triadic colors.