COLOR #4A456A

HEX: #4A456A RGB: (74,69,106)

Color info

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

RGB color model

#4A456A color RGB value is (74,69,106).

RGB: (74,69,106) (29%, 27%, 42%)

RGB channels and saturation

R 74 of 255 = 29%
G 69 of 255 = 27%
B 106 of 255 = 42%

74
69
106

R + G + B ~ 33%. #4A456A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 69 + 106 = 249 (100%)
R 74 of 249 ~ 29.72%
G 69 of 249 ~ 27.71%
B 106 of 249 ~ 42.57'%

%29.72
%27.71
%42.57

CMYK color model

#4A456A color CMYK value is (30,35,0,58).

  • cyan value is 30.19%
  • magenta value is 34.91%
  • yellow value is 0.00%
  • key color value is 58.43%

CMYK: (30,35,0,58)
C30M35Y0K58 (30%, 35%, 0%, 58%)
(0.30 / 0.35 / 0.00 / 0.58)

CMYK percentages

%30.19
%34.91
%0
%58.43

Codes

Color #4A456A in popluar color models

4A 45 6A
RGB 74 69 106
HSL 248° 21.14% 34.31%
HSB/HSV 248° 34.91% 41.57%
CMYK 30.19% 34.91% 0.00%
58.43%

Color #4A456A in popluar number systems.

HEX 4A 45 6A
Decimal 74 69 106
Binary 1001010 1000101 1101010
Octal 112 105 152

Shades and tints

Shades of #4A456A

#4A456A
(74,69,106)
#443F61
(68,63,97)
#3E3958
(62,57,88)
#38334F
(56,51,79)
#322D46
(50,45,70)
#2C273D
(44,39,61)
#262134
(38,33,52)
#201B2B
(32,27,43)
#1A1522
(26,21,34)
#140F19
(20,15,25)
#0E0910
(14,9,16)
#000000
(0,0,0)

Tints of #4A456A

#4A456A
(74,69,106)
#5A5577
(90,85,119)
#6A6584
(106,101,132)
#7A7591
(122,117,145)
#8A859E
(138,133,158)
#9A95AB
(154,149,171)
#AAA5B8
(170,165,184)
#BAB5C5
(186,181,197)
#CAC5D2
(202,197,210)
#DAD5DF
(218,213,223)
#EAE5EC
(234,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A456A color. Also use rgb(74,69,106) instead hex code.

Text Font Color

.myTextColor { color: #4A456A; }

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

This text font color is #4A456A.

Background Color

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

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

This div background color is #4A456A.

Border color

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

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

This div border color is #4A456A.

Opacity

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

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

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

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

This text has shadow with #4A456A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A456A.

Preview

Color preview on black background

This text has color #4A456A on black background.


Color preview on white background

This text has color #4A456A on white background.


Black color preview on #4A456A background

This text has black color on #4A456A background.


White color preview on #4A456A background

This text has white color on #4A456A background.


Related colors

Complementary color

Complementary color for #hex is #B5BA95.


I love getcolorcode.com

Triadic colors

1 #6A4A45 and #456A4A with #4A456A are triadic colors.

2 #6A454A and #454A6A with #4A456A are triadic colors.