COLOR #4A405F

HEX: #4A405F RGB: (74,64,95)

Color info

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

RGB color model

#4A405F color RGB value is (74,64,95).

RGB: (74,64,95) (29%, 25%, 37%)

RGB channels and saturation

R 74 of 255 = 29%
G 64 of 255 = 25%
B 95 of 255 = 37%

74
64
95

R + G + B ~ 30%. #4A405F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 64 + 95 = 233 (100%)
R 74 of 233 ~ 31.76%
G 64 of 233 ~ 27.47%
B 95 of 233 ~ 40.77'%

%31.76
%27.47
%40.77

CMYK color model

#4A405F color CMYK value is (22,33,0,63).

  • cyan value is 22.11%
  • magenta value is 32.63%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK: (22,33,0,63) C22M33Y0K63 (22%,33%,0%,63%) (0.22/0.33/0.00/0.63) 

CMYK percentages

%22.11
%32.63
%0
%62.75

Codes

Color #4A405F in popluar color models

4A 40 5F
RGB 74 64 95
HSL 259° 19.50% 31.18%
HSB/HSV 259° 32.63% 37.25%
CMYK 22.11% 32.63% 0.00%
62.75%

Color #4A405F in popluar number systems.

HEX 4A 40 5F
Decimal 74 64 95
Binary 1001010 1000000 1011111
Octal 112 100 137

Shades and tints

Shades of #4A405F

#4A405F
(74,64,95)
#443B57
(68,59,87)
#3E364F
(62,54,79)
#383147
(56,49,71)
#322C3F
(50,44,63)
#2C2737
(44,39,55)
#26222F
(38,34,47)
#201D27
(32,29,39)
#1A181F
(26,24,31)
#141317
(20,19,23)
#0E0E0F
(14,14,15)
#000000
(0,0,0)

Tints of #4A405F

#4A405F
(74,64,95)
#5A516D
(90,81,109)
#6A627B
(106,98,123)
#7A7389
(122,115,137)
#8A8497
(138,132,151)
#9A95A5
(154,149,165)
#AAA6B3
(170,166,179)
#BAB7C1
(186,183,193)
#CAC8CF
(202,200,207)
#DAD9DD
(218,217,221)
#EAEAEB
(234,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A405F color. Also use rgb(74,64,95) instead hex code.

Text Font Color

.myTextColor { color: #4A405F; }

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

This text font color is #4A405F.

Background Color

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

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

This div background color is #4A405F.

Border color

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

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

This div border color is #4A405F.

Opacity

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

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

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

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

This text has shadow with #4A405F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A405F.

Preview

Color preview on black background

This text has color #4A405F on black background.


Color preview on white background

This text has color #4A405F on white background.


Black color preview on #4A405F background

This text has black color on #4A405F background.


White color preview on #4A405F background

This text has white color on #4A405F background.


Related colors

Complementary color

Complementary color for #hex is #B5BFA0.


I love getcolorcode.com

Triadic colors

1 #5F4A40 and #405F4A with #4A405F are triadic colors.

2 #5F404A and #404A5F with #4A405F are triadic colors.