COLOR #4A404F

HEX: #4A404F RGB: (74,64,79)

Color info

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

RGB color model

#4A404F color RGB value is (74,64,79).

RGB: (74,64,79) (29%, 25%, 31%)

RGB channels and saturation

R 74 of 255 = 29%
G 64 of 255 = 25%
B 79 of 255 = 31%

74
64
79

R + G + B ~ 28%. #4A404F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 64 + 79 = 217 (100%)
R 74 of 217 ~ 34.1%
G 64 of 217 ~ 29.49%
B 79 of 217 ~ 36.41'%

%34.1
%29.49
%36.41

CMYK color model

#4A404F color CMYK value is (6,19,0,69).

  • cyan value is 6.33%
  • magenta value is 18.99%
  • yellow value is 0.00%
  • key color value is 69.02%

CMYK: (6,19,0,69)
C6M19Y0K69 (6%, 19%, 0%, 69%)
(0.06 / 0.19 / 0.00 / 0.69)

CMYK percentages

%6.33
%18.99
%0
%69.02

Codes

Color #4A404F in popluar color models

4A 40 4F
RGB 74 64 79
HSL 280° 10.49% 28.04%
HSB/HSV 280° 18.99% 30.98%
CMYK 6.33% 18.99% 0.00%
69.02%

Color #4A404F in popluar number systems.

HEX 4A 40 4F
Decimal 74 64 79
Binary 1001010 1000000 1001111
Octal 112 100 117

Shades and tints

Shades of #4A404F

#4A404F
(74,64,79)
#443B48
(68,59,72)
#3E3641
(62,54,65)
#38313A
(56,49,58)
#322C33
(50,44,51)
#2C272C
(44,39,44)
#262225
(38,34,37)
#201D1E
(32,29,30)
#1A1817
(26,24,23)
#141310
(20,19,16)
#0E0E09
(14,14,9)
#000000
(0,0,0)

Tints of #4A404F

#4A404F
(74,64,79)
#5A515F
(90,81,95)
#6A626F
(106,98,111)
#7A737F
(122,115,127)
#8A848F
(138,132,143)
#9A959F
(154,149,159)
#AAA6AF
(170,166,175)
#BAB7BF
(186,183,191)
#CAC8CF
(202,200,207)
#DAD9DF
(218,217,223)
#EAEAEF
(234,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A404F; }

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

This text font color is #4A404F.

Background Color

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

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

This div background color is #4A404F.

Border color

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

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

This div border color is #4A404F.

Opacity

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

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

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

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

This text has shadow with #4A404F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A404F.

Preview

Color preview on black background

This text has color #4A404F on black background.


Color preview on white background

This text has color #4A404F on white background.


Black color preview on #4A404F background

This text has black color on #4A404F background.


White color preview on #4A404F background

This text has white color on #4A404F background.


Related colors

Complementary color

Complementary color for #hex is #B5BFB0.


I love getcolorcode.com

Triadic colors

1 #4F4A40 and #404F4A with #4A404F are triadic colors.

2 #4F404A and #404A4F with #4A404F are triadic colors.