COLOR #4A375A

HEX: #4A375A
RGB: (74,55,90)

Color info

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

RGB color model

#4A375A color RGB value is (74,55,90).

  • red value is 74;
  • green value is 55;
  • blue value is 90.
RGB:
(74,55,90)
(29%,22%,35%)

RGB channels and saturation

R 74 of 255 = 29%
G 55 of 255 = 22%
B 90 of 255 = 35%

74
55
90

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

Portions of RGB colors in percentages

R + G + B =
74 + 55 + 90 = 219 (100%)
R 74 of 219 ~ 33.79%
G 55 of 219 ~ 25.11%
B 90 of 219 ~ 41.1%

%33.79
%25.11
%41.1

CMYK color model

#4A375A color CMYK value is (18,39,0,65).

  • cyan value is 17.78%
  • magenta value is 38.89%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(18,39,0,65)
C18M39Y0K65 
(18%,39%,0%,65%)
(0.18/0.39/0.00/0.65)	

CMYK percentages

%17.78
%38.89
%0
%64.71

Codes

Color #4A375A in popluar color models

4A375A
RGB745590
HSL273°24.14%28.43%
HSB/HSV273°38.89%35.29%
CMYK17.78%38.89%0.00%
64.71%

Color #4A375A in popluar number systems.

HEX4A375A
Decimal745590
Binary10010101101111011010
Octal11267132

Shades and tints

Shades of #4A375A

#4A375A
(74,55,90)
#443252
(68,50,82)
#3E2D4A
(62,45,74)
#382842
(56,40,66)
#32233A
(50,35,58)
#2C1E32
(44,30,50)
#26192A
(38,25,42)
#201422
(32,20,34)
#1A0F1A
(26,15,26)
#140A12
(20,10,18)
#0E050A
(14,5,10)
#000000
(0,0,0)

Tints of #4A375A

#4A375A
(74,55,90)
#5A4969
(90,73,105)
#6A5B78
(106,91,120)
#7A6D87
(122,109,135)
#8A7F96
(138,127,150)
#9A91A5
(154,145,165)
#AAA3B4
(170,163,180)
#BAB5C3
(186,181,195)
#CAC7D2
(202,199,210)
#DAD9E1
(218,217,225)
#EAEBF0
(234,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A375A color. Also use rgb(74,55,90) instead hex code.

Text Font Color

.myTextColor { color: #4A375A; }

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

This text font color is #4A375A.


Background Color

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

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

This div background color is #4A375A.


Border color

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

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

This div border color is #4A375A.


Opacity

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

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

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

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

This text has shadow with #4A375A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A375A on black background.


Color preview on white background

This text has color #4A375A on white background.



Black color preview on #4A375A background

This text has black color on #4A375A background.


White color preview on #4A375A background

This text has white color on #4A375A background.