COLOR #4A0093

HEX: #4A0093
RGB: (74,0,147)

Color info

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

RGB color model

#4A0093 color RGB value is (74,0,147).

  • red value is 74;
  • green value is 0;
  • blue value is 147.
RGB:
(74,0,147)
(29%,0%,58%)

RGB channels and saturation

R 74 of 255 = 29%
G 0 of 255 = 0%
B 147 of 255 = 58%

74
0
147

R + G + B ~ 29%. #4A0093 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 0 + 147 = 221 (100%)
R 74 of 221 ~ 33.48%
G 0 of 221 ~ 0%
B 147 of 221 ~ 66.52%

%33.48
%66.52

CMYK color model

#4A0093 color CMYK value is (50,100,0,42).

  • cyan value is 49.66%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(50,100,0,42)
C50M100Y0K42 
(50%,100%,0%,42%)
(0.50/1.00/0.00/0.42)	

CMYK percentages

%49.66
%100
%0
%42.35

Codes

Color #4A0093 in popluar color models

4A0093
RGB740147
HSL270°100.00%28.82%
HSB/HSV270°100.00%57.65%
CMYK49.66%100.00%0.00%
42.35%

Color #4A0093 in popluar number systems.

HEX4A0093
Decimal740147
Binary1001010010010011
Octal1120223

Shades and tints

Shades of #4A0093

#4A0093
(74,0,147)
#440086
(68,0,134)
#3E0079
(62,0,121)
#38006C
(56,0,108)
#32005F
(50,0,95)
#2C0052
(44,0,82)
#260045
(38,0,69)
#200038
(32,0,56)
#1A002B
(26,0,43)
#14001E
(20,0,30)
#0E0011
(14,0,17)
#000000
(0,0,0)

Tints of #4A0093

#4A0093
(74,0,147)
#5A179C
(90,23,156)
#6A2EA5
(106,46,165)
#7A45AE
(122,69,174)
#8A5CB7
(138,92,183)
#9A73C0
(154,115,192)
#AA8AC9
(170,138,201)
#BAA1D2
(186,161,210)
#CAB8DB
(202,184,219)
#DACFE4
(218,207,228)
#EAE6ED
(234,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A0093; }

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

This text font color is #4A0093.


Background Color

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

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

This div background color is #4A0093.


Border color

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

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

This div border color is #4A0093.


Opacity

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

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

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

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

This text has shadow with #4A0093 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A0093 on black background.


Color preview on white background

This text has color #4A0093 on white background.



Black color preview on #4A0093 background

This text has black color on #4A0093 background.


White color preview on #4A0093 background

This text has white color on #4A0093 background.