COLOR #4A424F

HEX: #4A424F
RGB: (74,66,79)

Color info

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

RGB color model

#4A424F color RGB value is (74,66,79).

  • red value is 74;
  • green value is 66;
  • blue value is 79.
RGB:
(74,66,79)
(29%,26%,31%)

RGB channels and saturation

R 74 of 255 = 29%
G 66 of 255 = 26%
B 79 of 255 = 31%

74
66
79

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

Portions of RGB colors in percentages

R + G + B =
74 + 66 + 79 = 219 (100%)
R 74 of 219 ~ 33.79%
G 66 of 219 ~ 30.14%
B 79 of 219 ~ 36.07%

%33.79
%30.14
%36.07

CMYK color model

#4A424F color CMYK value is (6,16,0,69).

  • cyan value is 6.33%
  • magenta value is 16.46%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(6,16,0,69)
C6M16Y0K69 
(6%,16%,0%,69%)
(0.06/0.16/0.00/0.69)	

CMYK percentages

%6.33
%16.46
%0
%69.02

Codes

Color #4A424F in popluar color models

4A424F
RGB746679
HSL277°8.97%28.43%
HSB/HSV277°16.46%30.98%
CMYK6.33%16.46%0.00%
69.02%

Color #4A424F in popluar number systems.

HEX4A424F
Decimal746679
Binary100101010000101001111
Octal112102117

Shades and tints

Shades of #4A424F

#4A424F
(74,66,79)
#443C48
(68,60,72)
#3E3641
(62,54,65)
#38303A
(56,48,58)
#322A33
(50,42,51)
#2C242C
(44,36,44)
#261E25
(38,30,37)
#20181E
(32,24,30)
#1A1217
(26,18,23)
#140C10
(20,12,16)
#0E0609
(14,6,9)
#000000
(0,0,0)

Tints of #4A424F

#4A424F
(74,66,79)
#5A535F
(90,83,95)
#6A646F
(106,100,111)
#7A757F
(122,117,127)
#8A868F
(138,134,143)
#9A979F
(154,151,159)
#AAA8AF
(170,168,175)
#BAB9BF
(186,185,191)
#CACACF
(202,202,207)
#DADBDF
(218,219,223)
#EAECEF
(234,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A424F; }

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

This text font color is #4A424F.


Background Color

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

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

This div background color is #4A424F.


Border color

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

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

This div border color is #4A424F.


Opacity

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

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

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

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

This text has shadow with #4A424F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A424F on black background.


Color preview on white background

This text has color #4A424F on white background.



Black color preview on #4A424F background

This text has black color on #4A424F background.


White color preview on #4A424F background

This text has white color on #4A424F background.