COLOR #4A4B4D

HEX: #4A4B4D RGB: (74,75,77)

Color info

#4A4B4D contains red, green and blue colors in about the same proportion. Web safe color of #4A4B4D is #333333 (or #333).

RGB color model

#4A4B4D color RGB value is (74,75,77).

RGB: (74,75,77) (29%, 29%, 30%)

RGB channels and saturation

R 74 of 255 = 29%
G 75 of 255 = 29%
B 77 of 255 = 30%

74
75
77

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

Portions of RGB colors in percentages

R + G + B = 74 + 75 + 77 = 226 (100%)
R 74 of 226 ~ 32.74%
G 75 of 226 ~ 33.19%
B 77 of 226 ~ 34.07'%

%32.74
%33.19
%34.07

CMYK color model

#4A4B4D color CMYK value is (4,3,0,70).

  • cyan value is 3.90%
  • magenta value is 2.60%
  • yellow value is 0.00%
  • key color value is 69.80%

CMYK: (4,3,0,70)
C4M3Y0K70 (4%, 3%, 0%, 70%)
(0.04 / 0.03 / 0.00 / 0.70)

CMYK percentages

%3.9
%2.6
%0
%69.8

Codes

Color #4A4B4D in popluar color models

4A 4B 4D
RGB 74 75 77
HSL 220° 1.99% 29.61%
HSB/HSV 220° 3.90% 30.20%
CMYK 3.90% 2.60% 0.00%
69.80%

Color #4A4B4D in popluar number systems.

HEX 4A 4B 4D
Decimal 74 75 77
Binary 1001010 1001011 1001101
Octal 112 113 115

Shades and tints

Shades of #4A4B4D

#4A4B4D
(74,75,77)
#444546
(68,69,70)
#3E3F3F
(62,63,63)
#383938
(56,57,56)
#323331
(50,51,49)
#2C2D2A
(44,45,42)
#262723
(38,39,35)
#20211C
(32,33,28)
#1A1B15
(26,27,21)
#14150E
(20,21,14)
#0E0F07
(14,15,7)
#000000
(0,0,0)

Tints of #4A4B4D

#4A4B4D
(74,75,77)
#5A5B5D
(90,91,93)
#6A6B6D
(106,107,109)
#7A7B7D
(122,123,125)
#8A8B8D
(138,139,141)
#9A9B9D
(154,155,157)
#AAABAD
(170,171,173)
#BABBBD
(186,187,189)
#CACBCD
(202,203,205)
#DADBDD
(218,219,221)
#EAEBED
(234,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A4B4D color. Also use rgb(74,75,77) instead hex code.

Text Font Color

.myTextColor { color: #4A4B4D; }

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

This text font color is #4A4B4D.

Background Color

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

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

This div background color is #4A4B4D.

Border color

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

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

This div border color is #4A4B4D.

Opacity

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

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

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

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

This text has shadow with #4A4B4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A4B4D.

Preview

Color preview on black background

This text has color #4A4B4D on black background.


Color preview on white background

This text has color #4A4B4D on white background.


Black color preview on #4A4B4D background

This text has black color on #4A4B4D background.


White color preview on #4A4B4D background

This text has white color on #4A4B4D background.


Related colors

Complementary color

Complementary color for #hex is #B5B4B2.


I love getcolorcode.com

Triadic colors

1 #4D4A4B and #4B4D4A with #4A4B4D are triadic colors.

2 #4D4B4A and #4B4A4D with #4A4B4D are triadic colors.