COLOR #4A475A

HEX: #4A475A
RGB: (74,71,90)

Color info

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

RGB color model

#4A475A color RGB value is (74,71,90).

  • red value is 74;
  • green value is 71;
  • blue value is 90.
RGB:
(74,71,90)
(29%,28%,35%)

RGB channels and saturation

R 74 of 255 = 29%
G 71 of 255 = 28%
B 90 of 255 = 35%

74
71
90

R + G + B ~ 31%. #4A475A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 71 + 90 = 235 (100%)
R 74 of 235 ~ 31.49%
G 71 of 235 ~ 30.21%
B 90 of 235 ~ 38.3%

%31.49
%30.21
%38.3

CMYK color model

#4A475A color CMYK value is (18,21,0,65).

  • cyan value is 17.78%
  • magenta value is 21.11%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(18,21,0,65)
C18M21Y0K65 
(18%,21%,0%,65%)
(0.18/0.21/0.00/0.65)	

CMYK percentages

%17.78
%21.11
%0
%64.71

Codes

Color #4A475A in popluar color models

4A475A
RGB747190
HSL249°11.80%31.57%
HSB/HSV249°21.11%35.29%
CMYK17.78%21.11%0.00%
64.71%

Color #4A475A in popluar number systems.

HEX4A475A
Decimal747190
Binary100101010001111011010
Octal112107132

Shades and tints

Shades of #4A475A

#4A475A
(74,71,90)
#444152
(68,65,82)
#3E3B4A
(62,59,74)
#383542
(56,53,66)
#322F3A
(50,47,58)
#2C2932
(44,41,50)
#26232A
(38,35,42)
#201D22
(32,29,34)
#1A171A
(26,23,26)
#141112
(20,17,18)
#0E0B0A
(14,11,10)
#000000
(0,0,0)

Tints of #4A475A

#4A475A
(74,71,90)
#5A5769
(90,87,105)
#6A6778
(106,103,120)
#7A7787
(122,119,135)
#8A8796
(138,135,150)
#9A97A5
(154,151,165)
#AAA7B4
(170,167,180)
#BAB7C3
(186,183,195)
#CAC7D2
(202,199,210)
#DAD7E1
(218,215,225)
#EAE7F0
(234,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A475A color. Also use rgb(74,71,90) instead hex code.

Text Font Color

.myTextColor { color: #4A475A; }

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

This text font color is #4A475A.


Background Color

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

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

This div background color is #4A475A.


Border color

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

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

This div border color is #4A475A.


Opacity

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

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

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

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

This text has shadow with #4A475A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A475A on black background.


Color preview on white background

This text has color #4A475A on white background.



Black color preview on #4A475A background

This text has black color on #4A475A background.


White color preview on #4A475A background

This text has white color on #4A475A background.