COLOR #4A049C

HEX: #4A049C
RGB: (74,4,156)

Color info

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

RGB color model

#4A049C color RGB value is (74,4,156).

  • red value is 74;
  • green value is 4;
  • blue value is 156.
RGB:
(74,4,156)
(29%,2%,61%)

RGB channels and saturation

R 74 of 255 = 29%
G 4 of 255 = 2%
B 156 of 255 = 61%

74
4
156

R + G + B ~ 31%. #4A049C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 4 + 156 = 234 (100%)
R 74 of 234 ~ 31.62%
G 4 of 234 ~ 1.71%
B 156 of 234 ~ 66.67%

%31.62
%66.67

CMYK color model

#4A049C color CMYK value is (53,97,0,39).

  • cyan value is 52.56%
  • magenta value is 97.44%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(53,97,0,39)
C53M97Y0K39 
(53%,97%,0%,39%)
(0.53/0.97/0.00/0.39)	

CMYK percentages

%52.56
%97.44
%0
%38.82

Codes

Color #4A049C in popluar color models

4A049C
RGB744156
HSL268°95.00%31.37%
HSB/HSV268°97.44%61.18%
CMYK52.56%97.44%0.00%
38.82%

Color #4A049C in popluar number systems.

HEX4A049C
Decimal744156
Binary100101010010011100
Octal1124234

Shades and tints

Shades of #4A049C

#4A049C
(74,4,156)
#44048E
(68,4,142)
#3E0480
(62,4,128)
#380472
(56,4,114)
#320464
(50,4,100)
#2C0456
(44,4,86)
#260448
(38,4,72)
#20043A
(32,4,58)
#1A042C
(26,4,44)
#14041E
(20,4,30)
#0E0410
(14,4,16)
#000000
(0,0,0)

Tints of #4A049C

#4A049C
(74,4,156)
#5A1AA5
(90,26,165)
#6A30AE
(106,48,174)
#7A46B7
(122,70,183)
#8A5CC0
(138,92,192)
#9A72C9
(154,114,201)
#AA88D2
(170,136,210)
#BA9EDB
(186,158,219)
#CAB4E4
(202,180,228)
#DACAED
(218,202,237)
#EAE0F6
(234,224,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A049C; }

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

This text font color is #4A049C.


Background Color

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

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

This div background color is #4A049C.


Border color

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

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

This div border color is #4A049C.


Opacity

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

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

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

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

This text has shadow with #4A049C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A049C on black background.


Color preview on white background

This text has color #4A049C on white background.



Black color preview on #4A049C background

This text has black color on #4A049C background.


White color preview on #4A049C background

This text has white color on #4A049C background.