COLOR #4A445A

HEX: #4A445A
RGB: (74,68,90)

Color info

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

RGB color model

#4A445A color RGB value is (74,68,90).

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

RGB channels and saturation

R 74 of 255 = 29%
G 68 of 255 = 27%
B 90 of 255 = 35%

74
68
90

R + G + B ~ 30%. #4A445A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 68 + 90 = 232 (100%)
R 74 of 232 ~ 31.9%
G 68 of 232 ~ 29.31%
B 90 of 232 ~ 38.79%

%31.9
%29.31
%38.79

CMYK color model

#4A445A color CMYK value is (18,24,0,65).

  • cyan value is 17.78%
  • magenta value is 24.44%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(18,24,0,65)
C18M24Y0K65 
(18%,24%,0%,65%)
(0.18/0.24/0.00/0.65)	

CMYK percentages

%17.78
%24.44
%0
%64.71

Codes

Color #4A445A in popluar color models

4A445A
RGB746890
HSL256°13.92%30.98%
HSB/HSV256°24.44%35.29%
CMYK17.78%24.44%0.00%
64.71%

Color #4A445A in popluar number systems.

HEX4A445A
Decimal746890
Binary100101010001001011010
Octal112104132

Shades and tints

Shades of #4A445A

#4A445A
(74,68,90)
#443E52
(68,62,82)
#3E384A
(62,56,74)
#383242
(56,50,66)
#322C3A
(50,44,58)
#2C2632
(44,38,50)
#26202A
(38,32,42)
#201A22
(32,26,34)
#1A141A
(26,20,26)
#140E12
(20,14,18)
#0E080A
(14,8,10)
#000000
(0,0,0)

Tints of #4A445A

#4A445A
(74,68,90)
#5A5569
(90,85,105)
#6A6678
(106,102,120)
#7A7787
(122,119,135)
#8A8896
(138,136,150)
#9A99A5
(154,153,165)
#AAAAB4
(170,170,180)
#BABBC3
(186,187,195)
#CACCD2
(202,204,210)
#DADDE1
(218,221,225)
#EAEEF0
(234,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A445A; }

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

This text font color is #4A445A.


Background Color

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

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

This div background color is #4A445A.


Border color

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

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

This div border color is #4A445A.


Opacity

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

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

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

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

This text has shadow with #4A445A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A445A on black background.


Color preview on white background

This text has color #4A445A on white background.



Black color preview on #4A445A background

This text has black color on #4A445A background.


White color preview on #4A445A background

This text has white color on #4A445A background.