COLOR #4A185A

HEX: #4A185A RGB: (74,24,90)

Color info

#4A185A contains mainly red and blue colors. Web safe color of #4A185A is #330066 (or #306).

RGB color model

#4A185A color RGB value is (74,24,90).

RGB: (74,24,90) (29%, 9%, 35%)

RGB channels and saturation

R 74 of 255 = 29%
G 24 of 255 = 9%
B 90 of 255 = 35%

74
24
90

R + G + B ~ 24%. #4A185A is dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 24 + 90 = 188 (100%)
R 74 of 188 ~ 39.36%
G 24 of 188 ~ 12.77%
B 90 of 188 ~ 47.87'%

%39.36
%12.77
%47.87

CMYK color model

#4A185A color CMYK value is (18,73,0,65).

  • cyan value is 17.78%
  • magenta value is 73.33%
  • yellow value is 0.00%
  • key color value is 64.71%

CMYK: (18,73,0,65)
C18M73Y0K65 (18%, 73%, 0%, 65%)
(0.18 / 0.73 / 0.00 / 0.65)

CMYK percentages

%17.78
%73.33
%0
%64.71

Codes

Color #4A185A in popluar color models

4A 18 5A
RGB 74 24 90
HSL 285° 57.89% 22.35%
HSB/HSV 285° 73.33% 35.29%
CMYK 17.78% 73.33% 0.00%
64.71%

Color #4A185A in popluar number systems.

HEX 4A 18 5A
Decimal 74 24 90
Binary 1001010 11000 1011010
Octal 112 30 132

Shades and tints

Shades of #4A185A

#4A185A
(74,24,90)
#441652
(68,22,82)
#3E144A
(62,20,74)
#381242
(56,18,66)
#32103A
(50,16,58)
#2C0E32
(44,14,50)
#260C2A
(38,12,42)
#200A22
(32,10,34)
#1A081A
(26,8,26)
#140612
(20,6,18)
#0E040A
(14,4,10)
#000000
(0,0,0)

Tints of #4A185A

#4A185A
(74,24,90)
#5A2D69
(90,45,105)
#6A4278
(106,66,120)
#7A5787
(122,87,135)
#8A6C96
(138,108,150)
#9A81A5
(154,129,165)
#AA96B4
(170,150,180)
#BAABC3
(186,171,195)
#CAC0D2
(202,192,210)
#DAD5E1
(218,213,225)
#EAEAF0
(234,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A185A color. Also use rgb(74,24,90) instead hex code.

Text Font Color

.myTextColor { color: #4A185A; }

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

This text font color is #4A185A.

Background Color

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

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

This div background color is #4A185A.

Border color

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

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

This div border color is #4A185A.

Opacity

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

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

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

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

This text has shadow with #4A185A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A185A.

Preview

Color preview on black background

This text has color #4A185A on black background.


Color preview on white background

This text has color #4A185A on white background.


Black color preview on #4A185A background

This text has black color on #4A185A background.


White color preview on #4A185A background

This text has white color on #4A185A background.


Related colors

Complementary color

Complementary color for #hex is #B5E7A5.


I love getcolorcode.com

Triadic colors

1 #5A4A18 and #185A4A with #4A185A are triadic colors.

2 #5A184A and #184A5A with #4A185A are triadic colors.