COLOR #4A4657

HEX: #4A4657 RGB: (74,70,87)

Color info

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

RGB color model

#4A4657 color RGB value is (74,70,87).

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

RGB channels and saturation

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

74
70
87

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

Portions of RGB colors in percentages

R + G + B = 74 + 70 + 87 = 231 (100%)
R 74 of 231 ~ 32.03%
G 70 of 231 ~ 30.3%
B 87 of 231 ~ 37.66'%

%32.03
%30.3
%37.66

CMYK color model

#4A4657 color CMYK value is (15,20,0,66).

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

CMYK: (15,20,0,66)
C15M20Y0K66 (15%, 20%, 0%, 66%)
(0.15 / 0.20 / 0.00 / 0.66)

CMYK percentages

%14.94
%19.54
%0
%65.88

Codes

Color #4A4657 in popluar color models

4A 46 57
RGB 74 70 87
HSL 254° 10.83% 30.78%
HSB/HSV 254° 19.54% 34.12%
CMYK 14.94% 19.54% 0.00%
65.88%

Color #4A4657 in popluar number systems.

HEX 4A 46 57
Decimal 74 70 87
Binary 1001010 1000110 1010111
Octal 112 106 127

Shades and tints

Shades of #4A4657

#4A4657
(74,70,87)
#444050
(68,64,80)
#3E3A49
(62,58,73)
#383442
(56,52,66)
#322E3B
(50,46,59)
#2C2834
(44,40,52)
#26222D
(38,34,45)
#201C26
(32,28,38)
#1A161F
(26,22,31)
#141018
(20,16,24)
#0E0A11
(14,10,17)
#000000
(0,0,0)

Tints of #4A4657

#4A4657
(74,70,87)
#5A5666
(90,86,102)
#6A6675
(106,102,117)
#7A7684
(122,118,132)
#8A8693
(138,134,147)
#9A96A2
(154,150,162)
#AAA6B1
(170,166,177)
#BAB6C0
(186,182,192)
#CAC6CF
(202,198,207)
#DAD6DE
(218,214,222)
#EAE6ED
(234,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A4657; }

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

This text font color is #4A4657.

Background Color

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

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

This div background color is #4A4657.

Border color

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

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

This div border color is #4A4657.

Opacity

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

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

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

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

This text has shadow with #4A4657 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A4657.

Preview

Color preview on black background

This text has color #4A4657 on black background.


Color preview on white background

This text has color #4A4657 on white background.


Black color preview on #4A4657 background

This text has black color on #4A4657 background.


White color preview on #4A4657 background

This text has white color on #4A4657 background.


Related colors

Complementary color

Complementary color for #hex is #B5B9A8.


I love getcolorcode.com

Triadic colors

1 #574A46 and #46574A with #4A4657 are triadic colors.

2 #57464A and #464A57 with #4A4657 are triadic colors.