COLOR #4A466C

HEX: #4A466C
RGB: (74,70,108)

Color info

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

RGB color model

#4A466C color RGB value is (74,70,108).

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

RGB channels and saturation

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

74
70
108

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

Portions of RGB colors in percentages

R + G + B =
74 + 70 + 108 = 252 (100%)
R 74 of 252 ~ 29.37%
G 70 of 252 ~ 27.78%
B 108 of 252 ~ 42.86%

%29.37
%27.78
%42.86

CMYK color model

#4A466C color CMYK value is (31,35,0,58).

  • cyan value is 31.48%
  • magenta value is 35.19%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(31,35,0,58)
C31M35Y0K58 
(31%,35%,0%,58%)
(0.31/0.35/0.00/0.58)	

CMYK percentages

%31.48
%35.19
%0
%57.65

Codes

Color #4A466C in popluar color models

4A466C
RGB7470108
HSL246°21.35%34.90%
HSB/HSV246°35.19%42.35%
CMYK31.48%35.19%0.00%
57.65%

Color #4A466C in popluar number systems.

HEX4A466C
Decimal7470108
Binary100101010001101101100
Octal112106154

Shades and tints

Shades of #4A466C

#4A466C
(74,70,108)
#444063
(68,64,99)
#3E3A5A
(62,58,90)
#383451
(56,52,81)
#322E48
(50,46,72)
#2C283F
(44,40,63)
#262236
(38,34,54)
#201C2D
(32,28,45)
#1A1624
(26,22,36)
#14101B
(20,16,27)
#0E0A12
(14,10,18)
#000000
(0,0,0)

Tints of #4A466C

#4A466C
(74,70,108)
#5A5679
(90,86,121)
#6A6686
(106,102,134)
#7A7693
(122,118,147)
#8A86A0
(138,134,160)
#9A96AD
(154,150,173)
#AAA6BA
(170,166,186)
#BAB6C7
(186,182,199)
#CAC6D4
(202,198,212)
#DAD6E1
(218,214,225)
#EAE6EE
(234,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A466C; }

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

This text font color is #4A466C.


Background Color

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

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

This div background color is #4A466C.


Border color

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

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

This div border color is #4A466C.


Opacity

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

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

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

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

This text has shadow with #4A466C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A466C on black background.


Color preview on white background

This text has color #4A466C on white background.



Black color preview on #4A466C background

This text has black color on #4A466C background.


White color preview on #4A466C background

This text has white color on #4A466C background.