COLOR #4A18A9

HEX: #4A18A9 RGB: (74,24,169)

Color info

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

RGB color model

#4A18A9 color RGB value is (74,24,169).

RGB: (74,24,169) (29%, 9%, 66%)

RGB channels and saturation

R 74 of 255 = 29%
G 24 of 255 = 9%
B 169 of 255 = 66%

74
24
169

R + G + B ~ 35%. #4A18A9 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 24 + 169 = 267 (100%)
R 74 of 267 ~ 27.72%
G 24 of 267 ~ 8.99%
B 169 of 267 ~ 63.3'%

%27.72
%63.3

CMYK color model

#4A18A9 color CMYK value is (56,86,0,34).

  • cyan value is 56.21%
  • magenta value is 85.80%
  • yellow value is 0.00%
  • key color value is 33.73%

CMYK: (56,86,0,34)
C56M86Y0K34 (56%, 86%, 0%, 34%)
(0.56 / 0.86 / 0.00 / 0.34)

CMYK percentages

%56.21
%85.8
%0
%33.73

Codes

Color #4A18A9 in popluar color models

4A 18 A9
RGB 74 24 169
HSL 261° 75.13% 37.84%
HSB/HSV 261° 85.80% 66.27%
CMYK 56.21% 85.80% 0.00%
33.73%

Color #4A18A9 in popluar number systems.

HEX 4A 18 A9
Decimal 74 24 169
Binary 1001010 11000 10101001
Octal 112 30 251

Shades and tints

Shades of #4A18A9

#4A18A9
(74,24,169)
#44169A
(68,22,154)
#3E148B
(62,20,139)
#38127C
(56,18,124)
#32106D
(50,16,109)
#2C0E5E
(44,14,94)
#260C4F
(38,12,79)
#200A40
(32,10,64)
#1A0831
(26,8,49)
#140622
(20,6,34)
#0E0413
(14,4,19)
#000000
(0,0,0)

Tints of #4A18A9

#4A18A9
(74,24,169)
#5A2DB0
(90,45,176)
#6A42B7
(106,66,183)
#7A57BE
(122,87,190)
#8A6CC5
(138,108,197)
#9A81CC
(154,129,204)
#AA96D3
(170,150,211)
#BAABDA
(186,171,218)
#CAC0E1
(202,192,225)
#DAD5E8
(218,213,232)
#EAEAEF
(234,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A18A9; }

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

This text font color is #4A18A9.

Background Color

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

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

This div background color is #4A18A9.

Border color

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

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

This div border color is #4A18A9.

Opacity

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

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

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

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

This text has shadow with #4A18A9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A18A9.

Preview

Color preview on black background

This text has color #4A18A9 on black background.


Color preview on white background

This text has color #4A18A9 on white background.


Black color preview on #4A18A9 background

This text has black color on #4A18A9 background.


White color preview on #4A18A9 background

This text has white color on #4A18A9 background.


Related colors

Complementary color

Complementary color for #hex is #B5E756.


I love getcolorcode.com

Triadic colors

1 #A94A18 and #18A94A with #4A18A9 are triadic colors.

2 #A9184A and #184AA9 with #4A18A9 are triadic colors.