COLOR #4A3669

HEX: #4A3669 RGB: (74,54,105)

Color info

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

RGB color model

#4A3669 color RGB value is (74,54,105).

RGB: (74,54,105) (29%, 21%, 41%)

RGB channels and saturation

R 74 of 255 = 29%
G 54 of 255 = 21%
B 105 of 255 = 41%

74
54
105

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

Portions of RGB colors in percentages

R + G + B = 74 + 54 + 105 = 233 (100%)
R 74 of 233 ~ 31.76%
G 54 of 233 ~ 23.18%
B 105 of 233 ~ 45.06'%

%31.76
%23.18
%45.06

CMYK color model

#4A3669 color CMYK value is (30,49,0,59).

  • cyan value is 29.52%
  • magenta value is 48.57%
  • yellow value is 0.00%
  • key color value is 58.82%

CMYK: (30,49,0,59)
C30M49Y0K59 (30%, 49%, 0%, 59%)
(0.30 / 0.49 / 0.00 / 0.59)

CMYK percentages

%29.52
%48.57
%0
%58.82

Codes

Color #4A3669 in popluar color models

4A 36 69
RGB 74 54 105
HSL 264° 32.08% 31.18%
HSB/HSV 264° 48.57% 41.18%
CMYK 29.52% 48.57% 0.00%
58.82%

Color #4A3669 in popluar number systems.

HEX 4A 36 69
Decimal 74 54 105
Binary 1001010 110110 1101001
Octal 112 66 151

Shades and tints

Shades of #4A3669

#4A3669
(74,54,105)
#443260
(68,50,96)
#3E2E57
(62,46,87)
#382A4E
(56,42,78)
#322645
(50,38,69)
#2C223C
(44,34,60)
#261E33
(38,30,51)
#201A2A
(32,26,42)
#1A1621
(26,22,33)
#141218
(20,18,24)
#0E0E0F
(14,14,15)
#000000
(0,0,0)

Tints of #4A3669

#4A3669
(74,54,105)
#5A4876
(90,72,118)
#6A5A83
(106,90,131)
#7A6C90
(122,108,144)
#8A7E9D
(138,126,157)
#9A90AA
(154,144,170)
#AAA2B7
(170,162,183)
#BAB4C4
(186,180,196)
#CAC6D1
(202,198,209)
#DAD8DE
(218,216,222)
#EAEAEB
(234,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A3669; }

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

This text font color is #4A3669.

Background Color

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

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

This div background color is #4A3669.

Border color

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

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

This div border color is #4A3669.

Opacity

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

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

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

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

This text has shadow with #4A3669 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A3669.

Preview

Color preview on black background

This text has color #4A3669 on black background.


Color preview on white background

This text has color #4A3669 on white background.


Black color preview on #4A3669 background

This text has black color on #4A3669 background.


White color preview on #4A3669 background

This text has white color on #4A3669 background.


Related colors

Complementary color

Complementary color for #hex is #B5C996.


I love getcolorcode.com

Triadic colors

1 #694A36 and #36694A with #4A3669 are triadic colors.

2 #69364A and #364A69 with #4A3669 are triadic colors.