COLOR #4A505C

HEX: #4A505C
RGB: (74,80,92)

Color info

#4A505C contains red, green and blue colors in about the same proportion. Web safe color of #4A505C is #336666 (or #366).

RGB color model

#4A505C color RGB value is (74,80,92).

  • red value is 74;
  • green value is 80;
  • blue value is 92.
RGB:
(74,80,92)
(29%,31%,36%)

RGB channels and saturation

R 74 of 255 = 29%
G 80 of 255 = 31%
B 92 of 255 = 36%

74
80
92

R + G + B ~ 32%. #4A505C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 80 + 92 = 246 (100%)
R 74 of 246 ~ 30.08%
G 80 of 246 ~ 32.52%
B 92 of 246 ~ 37.4%

%30.08
%32.52
%37.4

CMYK color model

#4A505C color CMYK value is (20,13,0,64).

  • cyan value is 19.57%
  • magenta value is 13.04%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(20,13,0,64)
C20M13Y0K64 
(20%,13%,0%,64%)
(0.20/0.13/0.00/0.64)	

CMYK percentages

%19.57
%13.04
%0
%63.92

Codes

Color #4A505C in popluar color models

4A505C
RGB748092
HSL220°10.84%32.55%
HSB/HSV220°19.57%36.08%
CMYK19.57%13.04%0.00%
63.92%

Color #4A505C in popluar number systems.

HEX4A505C
Decimal748092
Binary100101010100001011100
Octal112120134

Shades and tints

Shades of #4A505C

#4A505C
(74,80,92)
#444954
(68,73,84)
#3E424C
(62,66,76)
#383B44
(56,59,68)
#32343C
(50,52,60)
#2C2D34
(44,45,52)
#26262C
(38,38,44)
#201F24
(32,31,36)
#1A181C
(26,24,28)
#141114
(20,17,20)
#0E0A0C
(14,10,12)
#000000
(0,0,0)

Tints of #4A505C

#4A505C
(74,80,92)
#5A5F6A
(90,95,106)
#6A6E78
(106,110,120)
#7A7D86
(122,125,134)
#8A8C94
(138,140,148)
#9A9BA2
(154,155,162)
#AAAAB0
(170,170,176)
#BAB9BE
(186,185,190)
#CAC8CC
(202,200,204)
#DAD7DA
(218,215,218)
#EAE6E8
(234,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A505C color. Also use rgb(74,80,92) instead hex code.

Text Font Color

.myTextColor { color: #4A505C; }

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

This text font color is #4A505C.


Background Color

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

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

This div background color is #4A505C.


Border color

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

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

This div border color is #4A505C.


Opacity

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

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

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

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

This text has shadow with #4A505C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A505C on black background.


Color preview on white background

This text has color #4A505C on white background.



Black color preview on #4A505C background

This text has black color on #4A505C background.


White color preview on #4A505C background

This text has white color on #4A505C background.