COLOR #4A4670

HEX: #4A4670
RGB: (74,70,112)

Color info

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

RGB color model

#4A4670 color RGB value is (74,70,112).

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

RGB channels and saturation

R 74 of 255 = 29%
G 70 of 255 = 27%
B 112 of 255 = 44%

74
70
112

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

Portions of RGB colors in percentages

R + G + B =
74 + 70 + 112 = 256 (100%)
R 74 of 256 ~ 28.91%
G 70 of 256 ~ 27.34%
B 112 of 256 ~ 43.75%

%28.91
%27.34
%43.75

CMYK color model

#4A4670 color CMYK value is (34,38,0,56).

  • cyan value is 33.93%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(34,38,0,56)
C34M38Y0K56 
(34%,38%,0%,56%)
(0.34/0.38/0.00/0.56)	

CMYK percentages

%33.93
%37.5
%0
%56.08

Codes

Color #4A4670 in popluar color models

4A4670
RGB7470112
HSL246°23.08%35.69%
HSB/HSV246°37.50%43.92%
CMYK33.93%37.50%0.00%
56.08%

Color #4A4670 in popluar number systems.

HEX4A4670
Decimal7470112
Binary100101010001101110000
Octal112106160

Shades and tints

Shades of #4A4670

#4A4670
(74,70,112)
#444066
(68,64,102)
#3E3A5C
(62,58,92)
#383452
(56,52,82)
#322E48
(50,46,72)
#2C283E
(44,40,62)
#262234
(38,34,52)
#201C2A
(32,28,42)
#1A1620
(26,22,32)
#141016
(20,16,22)
#0E0A0C
(14,10,12)
#000000
(0,0,0)

Tints of #4A4670

#4A4670
(74,70,112)
#5A567D
(90,86,125)
#6A668A
(106,102,138)
#7A7697
(122,118,151)
#8A86A4
(138,134,164)
#9A96B1
(154,150,177)
#AAA6BE
(170,166,190)
#BAB6CB
(186,182,203)
#CAC6D8
(202,198,216)
#DAD6E5
(218,214,229)
#EAE6F2
(234,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A4670; }

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

This text font color is #4A4670.


Background Color

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

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

This div background color is #4A4670.


Border color

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

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

This div border color is #4A4670.


Opacity

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

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

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

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

This text has shadow with #4A4670 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A4670 on black background.


Color preview on white background

This text has color #4A4670 on white background.



Black color preview on #4A4670 background

This text has black color on #4A4670 background.


White color preview on #4A4670 background

This text has white color on #4A4670 background.