COLOR #4A3664

HEX: #4A3664
RGB: (74,54,100)

Color info

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

RGB color model

#4A3664 color RGB value is (74,54,100).

  • red value is 74;
  • green value is 54;
  • blue value is 100.
RGB:
(74,54,100)
(29%,21%,39%)

RGB channels and saturation

R 74 of 255 = 29%
G 54 of 255 = 21%
B 100 of 255 = 39%

74
54
100

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

Portions of RGB colors in percentages

R + G + B =
74 + 54 + 100 = 228 (100%)
R 74 of 228 ~ 32.46%
G 54 of 228 ~ 23.68%
B 100 of 228 ~ 43.86%

%32.46
%23.68
%43.86

CMYK color model

#4A3664 color CMYK value is (26,46,0,61).

  • cyan value is 26.00%
  • magenta value is 46.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(26,46,0,61)
C26M46Y0K61 
(26%,46%,0%,61%)
(0.26/0.46/0.00/0.61)	

CMYK percentages

%26
%46
%0
%60.78

Codes

Color #4A3664 in popluar color models

4A3664
RGB7454100
HSL266°29.87%30.20%
HSB/HSV266°46.00%39.22%
CMYK26.00%46.00%0.00%
60.78%

Color #4A3664 in popluar number systems.

HEX4A3664
Decimal7454100
Binary10010101101101100100
Octal11266144

Shades and tints

Shades of #4A3664

#4A3664
(74,54,100)
#44325B
(68,50,91)
#3E2E52
(62,46,82)
#382A49
(56,42,73)
#322640
(50,38,64)
#2C2237
(44,34,55)
#261E2E
(38,30,46)
#201A25
(32,26,37)
#1A161C
(26,22,28)
#141213
(20,18,19)
#0E0E0A
(14,14,10)
#000000
(0,0,0)

Tints of #4A3664

#4A3664
(74,54,100)
#5A4872
(90,72,114)
#6A5A80
(106,90,128)
#7A6C8E
(122,108,142)
#8A7E9C
(138,126,156)
#9A90AA
(154,144,170)
#AAA2B8
(170,162,184)
#BAB4C6
(186,180,198)
#CAC6D4
(202,198,212)
#DAD8E2
(218,216,226)
#EAEAF0
(234,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A3664 color. Also use rgb(74,54,100) instead hex code.

Text Font Color

.myTextColor { color: #4A3664; }

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

This text font color is #4A3664.


Background Color

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

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

This div background color is #4A3664.


Border color

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

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

This div border color is #4A3664.


Opacity

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

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

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

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

This text has shadow with #4A3664 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A3664 on black background.


Color preview on white background

This text has color #4A3664 on white background.



Black color preview on #4A3664 background

This text has black color on #4A3664 background.


White color preview on #4A3664 background

This text has white color on #4A3664 background.