COLOR #4A076D

HEX: #4A076D
RGB: (74,7,109)

Color info

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

RGB color model

#4A076D color RGB value is (74,7,109).

  • red value is 74;
  • green value is 7;
  • blue value is 109.
RGB:
(74,7,109)
(29%,3%,43%)

RGB channels and saturation

R 74 of 255 = 29%
G 7 of 255 = 3%
B 109 of 255 = 43%

74
7
109

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

Portions of RGB colors in percentages

R + G + B =
74 + 7 + 109 = 190 (100%)
R 74 of 190 ~ 38.95%
G 7 of 190 ~ 3.68%
B 109 of 190 ~ 57.37%

%38.95
%57.37

CMYK color model

#4A076D color CMYK value is (32,94,0,57).

  • cyan value is 32.11%
  • magenta value is 93.58%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(32,94,0,57)
C32M94Y0K57 
(32%,94%,0%,57%)
(0.32/0.94/0.00/0.57)	

CMYK percentages

%32.11
%93.58
%0
%57.25

Codes

Color #4A076D in popluar color models

4A076D
RGB747109
HSL279°87.93%22.75%
HSB/HSV279°93.58%42.75%
CMYK32.11%93.58%0.00%
57.25%

Color #4A076D in popluar number systems.

HEX4A076D
Decimal747109
Binary10010101111101101
Octal1127155

Shades and tints

Shades of #4A076D

#4A076D
(74,7,109)
#440764
(68,7,100)
#3E075B
(62,7,91)
#380752
(56,7,82)
#320749
(50,7,73)
#2C0740
(44,7,64)
#260737
(38,7,55)
#20072E
(32,7,46)
#1A0725
(26,7,37)
#14071C
(20,7,28)
#0E0713
(14,7,19)
#000000
(0,0,0)

Tints of #4A076D

#4A076D
(74,7,109)
#5A1D7A
(90,29,122)
#6A3387
(106,51,135)
#7A4994
(122,73,148)
#8A5FA1
(138,95,161)
#9A75AE
(154,117,174)
#AA8BBB
(170,139,187)
#BAA1C8
(186,161,200)
#CAB7D5
(202,183,213)
#DACDE2
(218,205,226)
#EAE3EF
(234,227,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A076D; }

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

This text font color is #4A076D.


Background Color

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

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

This div background color is #4A076D.


Border color

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

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

This div border color is #4A076D.


Opacity

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

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

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

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

This text has shadow with #4A076D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A076D on black background.


Color preview on white background

This text has color #4A076D on white background.



Black color preview on #4A076D background

This text has black color on #4A076D background.


White color preview on #4A076D background

This text has white color on #4A076D background.