COLOR #4A385A

HEX: #4A385A
RGB: (74,56,90)

Color info

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

RGB color model

#4A385A color RGB value is (74,56,90).

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

RGB channels and saturation

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

74
56
90

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

Portions of RGB colors in percentages

R + G + B =
74 + 56 + 90 = 220 (100%)
R 74 of 220 ~ 33.64%
G 56 of 220 ~ 25.45%
B 90 of 220 ~ 40.91%

%33.64
%25.45
%40.91

CMYK color model

#4A385A color CMYK value is (18,38,0,65).

  • cyan value is 17.78%
  • magenta value is 37.78%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(18,38,0,65)
C18M38Y0K65 
(18%,38%,0%,65%)
(0.18/0.38/0.00/0.65)	

CMYK percentages

%17.78
%37.78
%0
%64.71

Codes

Color #4A385A in popluar color models

4A385A
RGB745690
HSL272°23.29%28.63%
HSB/HSV272°37.78%35.29%
CMYK17.78%37.78%0.00%
64.71%

Color #4A385A in popluar number systems.

HEX4A385A
Decimal745690
Binary10010101110001011010
Octal11270132

Shades and tints

Shades of #4A385A

#4A385A
(74,56,90)
#443352
(68,51,82)
#3E2E4A
(62,46,74)
#382942
(56,41,66)
#32243A
(50,36,58)
#2C1F32
(44,31,50)
#261A2A
(38,26,42)
#201522
(32,21,34)
#1A101A
(26,16,26)
#140B12
(20,11,18)
#0E060A
(14,6,10)
#000000
(0,0,0)

Tints of #4A385A

#4A385A
(74,56,90)
#5A4A69
(90,74,105)
#6A5C78
(106,92,120)
#7A6E87
(122,110,135)
#8A8096
(138,128,150)
#9A92A5
(154,146,165)
#AAA4B4
(170,164,180)
#BAB6C3
(186,182,195)
#CAC8D2
(202,200,210)
#DADAE1
(218,218,225)
#EAECF0
(234,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A385A; }

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

This text font color is #4A385A.


Background Color

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

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

This div background color is #4A385A.


Border color

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

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

This div border color is #4A385A.


Opacity

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

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

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

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

This text has shadow with #4A385A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A385A on black background.


Color preview on white background

This text has color #4A385A on white background.



Black color preview on #4A385A background

This text has black color on #4A385A background.


White color preview on #4A385A background

This text has white color on #4A385A background.