COLOR #4A275C

HEX: #4A275C
RGB: (74,39,92)

Color info

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

RGB color model

#4A275C color RGB value is (74,39,92).

  • red value is 74;
  • green value is 39;
  • blue value is 92.
RGB:
(74,39,92)
(29%,15%,36%)

RGB channels and saturation

R 74 of 255 = 29%
G 39 of 255 = 15%
B 92 of 255 = 36%

74
39
92

R + G + B ~ 27%. #4A275C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 39 + 92 = 205 (100%)
R 74 of 205 ~ 36.1%
G 39 of 205 ~ 19.02%
B 92 of 205 ~ 44.88%

%36.1
%19.02
%44.88

CMYK color model

#4A275C color CMYK value is (20,58,0,64).

  • cyan value is 19.57%
  • magenta value is 57.61%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(20,58,0,64)
C20M58Y0K64 
(20%,58%,0%,64%)
(0.20/0.58/0.00/0.64)	

CMYK percentages

%19.57
%57.61
%0
%63.92

Codes

Color #4A275C in popluar color models

4A275C
RGB743992
HSL280°40.46%25.69%
HSB/HSV280°57.61%36.08%
CMYK19.57%57.61%0.00%
63.92%

Color #4A275C in popluar number systems.

HEX4A275C
Decimal743992
Binary10010101001111011100
Octal11247134

Shades and tints

Shades of #4A275C

#4A275C
(74,39,92)
#442454
(68,36,84)
#3E214C
(62,33,76)
#381E44
(56,30,68)
#321B3C
(50,27,60)
#2C1834
(44,24,52)
#26152C
(38,21,44)
#201224
(32,18,36)
#1A0F1C
(26,15,28)
#140C14
(20,12,20)
#0E090C
(14,9,12)
#000000
(0,0,0)

Tints of #4A275C

#4A275C
(74,39,92)
#5A3A6A
(90,58,106)
#6A4D78
(106,77,120)
#7A6086
(122,96,134)
#8A7394
(138,115,148)
#9A86A2
(154,134,162)
#AA99B0
(170,153,176)
#BAACBE
(186,172,190)
#CABFCC
(202,191,204)
#DAD2DA
(218,210,218)
#EAE5E8
(234,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A275C; }

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

This text font color is #4A275C.


Background Color

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

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

This div background color is #4A275C.


Border color

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

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

This div border color is #4A275C.


Opacity

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

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

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

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

This text has shadow with #4A275C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A275C on black background.


Color preview on white background

This text has color #4A275C on white background.



Black color preview on #4A275C background

This text has black color on #4A275C background.


White color preview on #4A275C background

This text has white color on #4A275C background.