COLOR #4A294D

HEX: #4A294D
RGB: (74,41,77)

Color info

#4A294D contains red, green and blue colors in about the same proportion. Web safe color of #4A294D is #333333 (or #333).

RGB color model

#4A294D color RGB value is (74,41,77).

  • red value is 74;
  • green value is 41;
  • blue value is 77.
RGB:
(74,41,77)
(29%,16%,30%)

RGB channels and saturation

R 74 of 255 = 29%
G 41 of 255 = 16%
B 77 of 255 = 30%

74
41
77

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

Portions of RGB colors in percentages

R + G + B =
74 + 41 + 77 = 192 (100%)
R 74 of 192 ~ 38.54%
G 41 of 192 ~ 21.35%
B 77 of 192 ~ 40.1%

%38.54
%21.35
%40.1

CMYK color model

#4A294D color CMYK value is (4,47,0,70).

  • cyan value is 3.90%
  • magenta value is 46.75%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(4,47,0,70)
C4M47Y0K70 
(4%,47%,0%,70%)
(0.04/0.47/0.00/0.70)	

CMYK percentages

%3.9
%46.75
%0
%69.8

Codes

Color #4A294D in popluar color models

4A294D
RGB744177
HSL295°30.51%23.14%
HSB/HSV295°46.75%30.20%
CMYK3.90%46.75%0.00%
69.80%

Color #4A294D in popluar number systems.

HEX4A294D
Decimal744177
Binary10010101010011001101
Octal11251115

Shades and tints

Shades of #4A294D

#4A294D
(74,41,77)
#442646
(68,38,70)
#3E233F
(62,35,63)
#382038
(56,32,56)
#321D31
(50,29,49)
#2C1A2A
(44,26,42)
#261723
(38,23,35)
#20141C
(32,20,28)
#1A1115
(26,17,21)
#140E0E
(20,14,14)
#0E0B07
(14,11,7)
#000000
(0,0,0)

Tints of #4A294D

#4A294D
(74,41,77)
#5A3C5D
(90,60,93)
#6A4F6D
(106,79,109)
#7A627D
(122,98,125)
#8A758D
(138,117,141)
#9A889D
(154,136,157)
#AA9BAD
(170,155,173)
#BAAEBD
(186,174,189)
#CAC1CD
(202,193,205)
#DAD4DD
(218,212,221)
#EAE7ED
(234,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A294D; }

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

This text font color is #4A294D.


Background Color

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

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

This div background color is #4A294D.


Border color

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

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

This div border color is #4A294D.


Opacity

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

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

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

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

This text has shadow with #4A294D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A294D on black background.


Color preview on white background

This text has color #4A294D on white background.



Black color preview on #4A294D background

This text has black color on #4A294D background.


White color preview on #4A294D background

This text has white color on #4A294D background.