COLOR #4A446C

HEX: #4A446C
RGB: (74,68,108)

Color info

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

RGB color model

#4A446C color RGB value is (74,68,108).

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

RGB channels and saturation

R 74 of 255 = 29%
G 68 of 255 = 27%
B 108 of 255 = 42%

74
68
108

R + G + B ~ 33%. #4A446C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 68 + 108 = 250 (100%)
R 74 of 250 ~ 29.6%
G 68 of 250 ~ 27.2%
B 108 of 250 ~ 43.2%

%29.6
%27.2
%43.2

CMYK color model

#4A446C color CMYK value is (31,37,0,58).

  • cyan value is 31.48%
  • magenta value is 37.04%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(31,37,0,58)
C31M37Y0K58 
(31%,37%,0%,58%)
(0.31/0.37/0.00/0.58)	

CMYK percentages

%31.48
%37.04
%0
%57.65

Codes

Color #4A446C in popluar color models

4A446C
RGB7468108
HSL249°22.73%34.51%
HSB/HSV249°37.04%42.35%
CMYK31.48%37.04%0.00%
57.65%

Color #4A446C in popluar number systems.

HEX4A446C
Decimal7468108
Binary100101010001001101100
Octal112104154

Shades and tints

Shades of #4A446C

#4A446C
(74,68,108)
#443E63
(68,62,99)
#3E385A
(62,56,90)
#383251
(56,50,81)
#322C48
(50,44,72)
#2C263F
(44,38,63)
#262036
(38,32,54)
#201A2D
(32,26,45)
#1A1424
(26,20,36)
#140E1B
(20,14,27)
#0E0812
(14,8,18)
#000000
(0,0,0)

Tints of #4A446C

#4A446C
(74,68,108)
#5A5579
(90,85,121)
#6A6686
(106,102,134)
#7A7793
(122,119,147)
#8A88A0
(138,136,160)
#9A99AD
(154,153,173)
#AAAABA
(170,170,186)
#BABBC7
(186,187,199)
#CACCD4
(202,204,212)
#DADDE1
(218,221,225)
#EAEEEE
(234,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A446C; }

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

This text font color is #4A446C.


Background Color

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

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

This div background color is #4A446C.


Border color

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

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

This div border color is #4A446C.


Opacity

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

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

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

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

This text has shadow with #4A446C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A446C on black background.


Color preview on white background

This text has color #4A446C on white background.



Black color preview on #4A446C background

This text has black color on #4A446C background.


White color preview on #4A446C background

This text has white color on #4A446C background.