COLOR #4A454F

HEX: #4A454F RGB: (74,69,79)

Color info

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

RGB color model

#4A454F color RGB value is (74,69,79).

RGB: (74,69,79) (29%, 27%, 31%)

RGB channels and saturation

R 74 of 255 = 29%
G 69 of 255 = 27%
B 79 of 255 = 31%

74
69
79

R + G + B ~ 29%. #4A454F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 69 + 79 = 222 (100%)
R 74 of 222 ~ 33.33%
G 69 of 222 ~ 31.08%
B 79 of 222 ~ 35.59'%

%33.33
%31.08
%35.59

CMYK color model

#4A454F color CMYK value is (6,13,0,69).

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

CMYK: (6,13,0,69)
C6M13Y0K69 (6%, 13%, 0%, 69%)
(0.06 / 0.13 / 0.00 / 0.69)

CMYK percentages

%6.33
%12.66
%0
%69.02

Codes

Color #4A454F in popluar color models

4A 45 4F
RGB 74 69 79
HSL 270° 6.76% 29.02%
HSB/HSV 270° 12.66% 30.98%
CMYK 6.33% 12.66% 0.00%
69.02%

Color #4A454F in popluar number systems.

HEX 4A 45 4F
Decimal 74 69 79
Binary 1001010 1000101 1001111
Octal 112 105 117

Shades and tints

Shades of #4A454F

#4A454F
(74,69,79)
#443F48
(68,63,72)
#3E3941
(62,57,65)
#38333A
(56,51,58)
#322D33
(50,45,51)
#2C272C
(44,39,44)
#262125
(38,33,37)
#201B1E
(32,27,30)
#1A1517
(26,21,23)
#140F10
(20,15,16)
#0E0909
(14,9,9)
#000000
(0,0,0)

Tints of #4A454F

#4A454F
(74,69,79)
#5A555F
(90,85,95)
#6A656F
(106,101,111)
#7A757F
(122,117,127)
#8A858F
(138,133,143)
#9A959F
(154,149,159)
#AAA5AF
(170,165,175)
#BAB5BF
(186,181,191)
#CAC5CF
(202,197,207)
#DAD5DF
(218,213,223)
#EAE5EF
(234,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A454F; }

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

This text font color is #4A454F.

Background Color

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

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

This div background color is #4A454F.

Border color

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

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

This div border color is #4A454F.

Opacity

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

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

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

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

This text has shadow with #4A454F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A454F.

Preview

Color preview on black background

This text has color #4A454F on black background.


Color preview on white background

This text has color #4A454F on white background.


Black color preview on #4A454F background

This text has black color on #4A454F background.


White color preview on #4A454F background

This text has white color on #4A454F background.


Related colors

Complementary color

Complementary color for #hex is #B5BAB0.


I love getcolorcode.com

Triadic colors

1 #4F4A45 and #454F4A with #4A454F are triadic colors.

2 #4F454A and #454A4F with #4A454F are triadic colors.