COLOR #4A096D

HEX: #4A096D RGB: (74,9,109)

Color info

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

RGB color model

#4A096D color RGB value is (74,9,109).

RGB: (74,9,109) (29%, 4%, 43%)

RGB channels and saturation

R 74 of 255 = 29%
G 9 of 255 = 4%
B 109 of 255 = 43%

74
9
109

R + G + B ~ 25%. #4A096D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 9 + 109 = 192 (100%)
R 74 of 192 ~ 38.54%
G 9 of 192 ~ 4.69%
B 109 of 192 ~ 56.77'%

%38.54
%56.77

CMYK color model

#4A096D color CMYK value is (32,92,0,57).

  • cyan value is 32.11%
  • magenta value is 91.74%
  • yellow value is 0.00%
  • key color value is 57.25%

CMYK: (32,92,0,57)
C32M92Y0K57 (32%, 92%, 0%, 57%)
(0.32 / 0.92 / 0.00 / 0.57)

CMYK percentages

%32.11
%91.74
%0
%57.25

Codes

Color #4A096D in popluar color models

4A 09 6D
RGB 74 9 109
HSL 279° 84.75% 23.14%
HSB/HSV 279° 91.74% 42.75%
CMYK 32.11% 91.74% 0.00%
57.25%

Color #4A096D in popluar number systems.

HEX 4A 09 6D
Decimal 74 9 109
Binary 1001010 1001 1101101
Octal 112 11 155

Shades and tints

Shades of #4A096D

#4A096D
(74,9,109)
#440964
(68,9,100)
#3E095B
(62,9,91)
#380952
(56,9,82)
#320949
(50,9,73)
#2C0940
(44,9,64)
#260937
(38,9,55)
#20092E
(32,9,46)
#1A0925
(26,9,37)
#14091C
(20,9,28)
#0E0913
(14,9,19)
#000000
(0,0,0)

Tints of #4A096D

#4A096D
(74,9,109)
#5A1F7A
(90,31,122)
#6A3587
(106,53,135)
#7A4B94
(122,75,148)
#8A61A1
(138,97,161)
#9A77AE
(154,119,174)
#AA8DBB
(170,141,187)
#BAA3C8
(186,163,200)
#CAB9D5
(202,185,213)
#DACFE2
(218,207,226)
#EAE5EF
(234,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A096D color. Also use rgb(74,9,109) instead hex code.

Text Font Color

.myTextColor { color: #4A096D; }

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

This text font color is #4A096D.

Background Color

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

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

This div background color is #4A096D.

Border color

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

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

This div border color is #4A096D.

Opacity

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

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

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

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

This text has shadow with #4A096D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A096D.

Preview

Color preview on black background

This text has color #4A096D on black background.


Color preview on white background

This text has color #4A096D on white background.


Black color preview on #4A096D background

This text has black color on #4A096D background.


White color preview on #4A096D background

This text has white color on #4A096D background.


Related colors

Complementary color

Complementary color for #hex is #B5F692.


I love getcolorcode.com

Triadic colors

1 #6D4A09 and #096D4A with #4A096D are triadic colors.

2 #6D094A and #094A6D with #4A096D are triadic colors.