COLOR #4A485E

HEX: #4A485E
RGB: (74,72,94)

Color info

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

RGB color model

#4A485E color RGB value is (74,72,94).

  • red value is 74;
  • green value is 72;
  • blue value is 94.
RGB:
(74,72,94)
(29%,28%,37%)

RGB channels and saturation

R 74 of 255 = 29%
G 72 of 255 = 28%
B 94 of 255 = 37%

74
72
94

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

Portions of RGB colors in percentages

R + G + B =
74 + 72 + 94 = 240 (100%)
R 74 of 240 ~ 30.83%
G 72 of 240 ~ 30%
B 94 of 240 ~ 39.17%

%30.83
%30
%39.17

CMYK color model

#4A485E color CMYK value is (21,23,0,63).

  • cyan value is 21.28%
  • magenta value is 23.40%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(21,23,0,63)
C21M23Y0K63 
(21%,23%,0%,63%)
(0.21/0.23/0.00/0.63)	

CMYK percentages

%21.28
%23.4
%0
%63.14

Codes

Color #4A485E in popluar color models

4A485E
RGB747294
HSL245°13.25%32.55%
HSB/HSV245°23.40%36.86%
CMYK21.28%23.40%0.00%
63.14%

Color #4A485E in popluar number systems.

HEX4A485E
Decimal747294
Binary100101010010001011110
Octal112110136

Shades and tints

Shades of #4A485E

#4A485E
(74,72,94)
#444256
(68,66,86)
#3E3C4E
(62,60,78)
#383646
(56,54,70)
#32303E
(50,48,62)
#2C2A36
(44,42,54)
#26242E
(38,36,46)
#201E26
(32,30,38)
#1A181E
(26,24,30)
#141216
(20,18,22)
#0E0C0E
(14,12,14)
#000000
(0,0,0)

Tints of #4A485E

#4A485E
(74,72,94)
#5A586C
(90,88,108)
#6A687A
(106,104,122)
#7A7888
(122,120,136)
#8A8896
(138,136,150)
#9A98A4
(154,152,164)
#AAA8B2
(170,168,178)
#BAB8C0
(186,184,192)
#CAC8CE
(202,200,206)
#DAD8DC
(218,216,220)
#EAE8EA
(234,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A485E color. Also use rgb(74,72,94) instead hex code.

Text Font Color

.myTextColor { color: #4A485E; }

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

This text font color is #4A485E.


Background Color

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

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

This div background color is #4A485E.


Border color

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

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

This div border color is #4A485E.


Opacity

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

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

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

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

This text has shadow with #4A485E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A485E on black background.


Color preview on white background

This text has color #4A485E on white background.



Black color preview on #4A485E background

This text has black color on #4A485E background.


White color preview on #4A485E background

This text has white color on #4A485E background.