COLOR #4A1594

HEX: #4A1594
RGB: (74,21,148)

Color info

#4A1594 contains mainly blue color. Web safe color of #4A1594 is #330099 (or #309).

RGB color model

#4A1594 color RGB value is (74,21,148).

  • red value is 74;
  • green value is 21;
  • blue value is 148.
RGB:
(74,21,148)
(29%,8%,58%)

RGB channels and saturation

R 74 of 255 = 29%
G 21 of 255 = 8%
B 148 of 255 = 58%

74
21
148

R + G + B ~ 32%. #4A1594 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 21 + 148 = 243 (100%)
R 74 of 243 ~ 30.45%
G 21 of 243 ~ 8.64%
B 148 of 243 ~ 60.91%

%30.45
%60.91

CMYK color model

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

  • cyan value is 50.00%
  • magenta value is 85.81%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(50,86,0,42)
C50M86Y0K42 
(50%,86%,0%,42%)
(0.50/0.86/0.00/0.42)	

CMYK percentages

%50
%85.81
%0
%41.96

Codes

Color #4A1594 in popluar color models

4A1594
RGB7421148
HSL265°75.15%33.14%
HSB/HSV265°85.81%58.04%
CMYK50.00%85.81%0.00%
41.96%

Color #4A1594 in popluar number systems.

HEX4A1594
Decimal7421148
Binary10010101010110010100
Octal11225224

Shades and tints

Shades of #4A1594

#4A1594
(74,21,148)
#441487
(68,20,135)
#3E137A
(62,19,122)
#38126D
(56,18,109)
#321160
(50,17,96)
#2C1053
(44,16,83)
#260F46
(38,15,70)
#200E39
(32,14,57)
#1A0D2C
(26,13,44)
#140C1F
(20,12,31)
#0E0B12
(14,11,18)
#000000
(0,0,0)

Tints of #4A1594

#4A1594
(74,21,148)
#5A2A9D
(90,42,157)
#6A3FA6
(106,63,166)
#7A54AF
(122,84,175)
#8A69B8
(138,105,184)
#9A7EC1
(154,126,193)
#AA93CA
(170,147,202)
#BAA8D3
(186,168,211)
#CABDDC
(202,189,220)
#DAD2E5
(218,210,229)
#EAE7EE
(234,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A1594 color. Also use rgb(74,21,148) instead hex code.

Text Font Color

.myTextColor { color: #4A1594; }

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

This text font color is #4A1594.


Background Color

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

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

This div background color is #4A1594.


Border color

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

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

This div border color is #4A1594.


Opacity

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

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

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

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

This text has shadow with #4A1594 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A1594 on black background.


Color preview on white background

This text has color #4A1594 on white background.



Black color preview on #4A1594 background

This text has black color on #4A1594 background.


White color preview on #4A1594 background

This text has white color on #4A1594 background.