COLOR #4A4457

HEX: #4A4457 RGB: (74,68,87)

Color info

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

RGB color model

#4A4457 color RGB value is (74,68,87).

RGB: (74,68,87) (29%, 27%, 34%)

RGB channels and saturation

R 74 of 255 = 29%
G 68 of 255 = 27%
B 87 of 255 = 34%

74
68
87

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

Portions of RGB colors in percentages

R + G + B = 74 + 68 + 87 = 229 (100%)
R 74 of 229 ~ 32.31%
G 68 of 229 ~ 29.69%
B 87 of 229 ~ 37.99'%

%32.31
%29.69
%37.99

CMYK color model

#4A4457 color CMYK value is (15,22,0,66).

  • cyan value is 14.94%
  • magenta value is 21.84%
  • yellow value is 0.00%
  • key color value is 65.88%

CMYK: (15,22,0,66)
C15M22Y0K66 (15%, 22%, 0%, 66%)
(0.15 / 0.22 / 0.00 / 0.66)

CMYK percentages

%14.94
%21.84
%0
%65.88

Codes

Color #4A4457 in popluar color models

4A 44 57
RGB 74 68 87
HSL 259° 12.26% 30.39%
HSB/HSV 259° 21.84% 34.12%
CMYK 14.94% 21.84% 0.00%
65.88%

Color #4A4457 in popluar number systems.

HEX 4A 44 57
Decimal 74 68 87
Binary 1001010 1000100 1010111
Octal 112 104 127

Shades and tints

Shades of #4A4457

#4A4457
(74,68,87)
#443E50
(68,62,80)
#3E3849
(62,56,73)
#383242
(56,50,66)
#322C3B
(50,44,59)
#2C2634
(44,38,52)
#26202D
(38,32,45)
#201A26
(32,26,38)
#1A141F
(26,20,31)
#140E18
(20,14,24)
#0E0811
(14,8,17)
#000000
(0,0,0)

Tints of #4A4457

#4A4457
(74,68,87)
#5A5566
(90,85,102)
#6A6675
(106,102,117)
#7A7784
(122,119,132)
#8A8893
(138,136,147)
#9A99A2
(154,153,162)
#AAAAB1
(170,170,177)
#BABBC0
(186,187,192)
#CACCCF
(202,204,207)
#DADDDE
(218,221,222)
#EAEEED
(234,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A4457 color. Also use rgb(74,68,87) instead hex code.

Text Font Color

.myTextColor { color: #4A4457; }

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

This text font color is #4A4457.

Background Color

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

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

This div background color is #4A4457.

Border color

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

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

This div border color is #4A4457.

Opacity

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

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

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

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

This text has shadow with #4A4457 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A4457.

Preview

Color preview on black background

This text has color #4A4457 on black background.


Color preview on white background

This text has color #4A4457 on white background.


Black color preview on #4A4457 background

This text has black color on #4A4457 background.


White color preview on #4A4457 background

This text has white color on #4A4457 background.


Related colors

Complementary color

Complementary color for #hex is #B5BBA8.


I love getcolorcode.com

Triadic colors

1 #574A44 and #44574A with #4A4457 are triadic colors.

2 #57444A and #444A57 with #4A4457 are triadic colors.