COLOR #4A305D

HEX: #4A305D
RGB: (74,48,93)

Color info

#4A305D contains red, green and blue colors in about the same proportion. Web safe color of #4A305D is #333366 (or #336).

RGB color model

#4A305D color RGB value is (74,48,93).

  • red value is 74;
  • green value is 48;
  • blue value is 93.
RGB:
(74,48,93)
(29%,19%,36%)

RGB channels and saturation

R 74 of 255 = 29%
G 48 of 255 = 19%
B 93 of 255 = 36%

74
48
93

R + G + B ~ 28%. #4A305D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 48 + 93 = 215 (100%)
R 74 of 215 ~ 34.42%
G 48 of 215 ~ 22.33%
B 93 of 215 ~ 43.26%

%34.42
%22.33
%43.26

CMYK color model

#4A305D color CMYK value is (20,48,0,64).

  • cyan value is 20.43%
  • magenta value is 48.39%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(20,48,0,64)
C20M48Y0K64 
(20%,48%,0%,64%)
(0.20/0.48/0.00/0.64)	

CMYK percentages

%20.43
%48.39
%0
%63.53

Codes

Color #4A305D in popluar color models

4A305D
RGB744893
HSL275°31.91%27.65%
HSB/HSV275°48.39%36.47%
CMYK20.43%48.39%0.00%
63.53%

Color #4A305D in popluar number systems.

HEX4A305D
Decimal744893
Binary10010101100001011101
Octal11260135

Shades and tints

Shades of #4A305D

#4A305D
(74,48,93)
#442C55
(68,44,85)
#3E284D
(62,40,77)
#382445
(56,36,69)
#32203D
(50,32,61)
#2C1C35
(44,28,53)
#26182D
(38,24,45)
#201425
(32,20,37)
#1A101D
(26,16,29)
#140C15
(20,12,21)
#0E080D
(14,8,13)
#000000
(0,0,0)

Tints of #4A305D

#4A305D
(74,48,93)
#5A426B
(90,66,107)
#6A5479
(106,84,121)
#7A6687
(122,102,135)
#8A7895
(138,120,149)
#9A8AA3
(154,138,163)
#AA9CB1
(170,156,177)
#BAAEBF
(186,174,191)
#CAC0CD
(202,192,205)
#DAD2DB
(218,210,219)
#EAE4E9
(234,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A305D; }

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

This text font color is #4A305D.


Background Color

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

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

This div background color is #4A305D.


Border color

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

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

This div border color is #4A305D.


Opacity

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

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

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

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

This text has shadow with #4A305D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A305D on black background.


Color preview on white background

This text has color #4A305D on white background.



Black color preview on #4A305D background

This text has black color on #4A305D background.


White color preview on #4A305D background

This text has white color on #4A305D background.