COLOR #4900AD

HEX: #4900AD
RGB: (73,0,173)

Color info

#4900AD contains mainly blue color. Web safe color of #4900AD is #330099 (or #309).

RGB color model

#4900AD color RGB value is (73,0,173).

  • red value is 73;
  • green value is 0;
  • blue value is 173.
RGB:
(73,0,173)
(29%,0%,68%)

RGB channels and saturation

R 73 of 255 = 29%
G 0 of 255 = 0%
B 173 of 255 = 68%

73
0
173

R + G + B ~ 32%. #4900AD is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 0 + 173 = 246 (100%)
R 73 of 246 ~ 29.67%
G 0 of 246 ~ 0%
B 173 of 246 ~ 70.33%

%29.67
%70.33

CMYK color model

#4900AD color CMYK value is (58,100,0,32).

  • cyan value is 57.80%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(58,100,0,32)
C58M100Y0K32 
(58%,100%,0%,32%)
(0.58/1.00/0.00/0.32)	

CMYK percentages

%57.8
%100
%0
%32.16

Codes

Color #4900AD in popluar color models

4900AD
RGB730173
HSL265°100.00%33.92%
HSB/HSV265°100.00%67.84%
CMYK57.80%100.00%0.00%
32.16%

Color #4900AD in popluar number systems.

HEX4900AD
Decimal730173
Binary1001001010101101
Octal1110255

Shades and tints

Shades of #4900AD

#4900AD
(73,0,173)
#43009E
(67,0,158)
#3D008F
(61,0,143)
#370080
(55,0,128)
#310071
(49,0,113)
#2B0062
(43,0,98)
#250053
(37,0,83)
#1F0044
(31,0,68)
#190035
(25,0,53)
#130026
(19,0,38)
#0D0017
(13,0,23)
#000000
(0,0,0)

Tints of #4900AD

#4900AD
(73,0,173)
#5917B4
(89,23,180)
#692EBB
(105,46,187)
#7945C2
(121,69,194)
#895CC9
(137,92,201)
#9973D0
(153,115,208)
#A98AD7
(169,138,215)
#B9A1DE
(185,161,222)
#C9B8E5
(201,184,229)
#D9CFEC
(217,207,236)
#E9E6F3
(233,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4900AD color. Also use rgb(73,0,173) instead hex code.

Text Font Color

.myTextColor { color: #4900AD; }

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

This text font color is #4900AD.


Background Color

.myBgColor { background-color: #4900AD; }

<div style="background-color:#4900AD">Inner text</div>

This div background color is #4900AD.


Border color

.myBorderColor { border: 1px solid #4900AD; }

<div style="border:3px solid #4900AD">Div</div>

This div border color is #4900AD.


Opacity

.myOpacity80 { color: #4900AD; opacity: 0.8; }

<p style="color:#4900AD;opacity:0.8;">80%</p>

Text with #4900AD 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 #4900AD;}

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

This text has shadow with #4900AD color.

.textShadow {text-shadow: 3px 3px 1px #4900AD, 3px 3px 1px red;}

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

This text has shadow with #4900AD primary color and red secondary color.


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

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

This text has shadow with #4900AD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4900AD on black background.


Color preview on white background

This text has color #4900AD on white background.



Black color preview on #4900AD background

This text has black color on #4900AD background.


White color preview on #4900AD background

This text has white color on #4900AD background.