COLOR #4A4655

HEX: #4A4655 RGB: (74,70,85)

Color info

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

RGB color model

#4A4655 color RGB value is (74,70,85).

RGB: (74,70,85) (29%, 27%, 33%)

RGB channels and saturation

R 74 of 255 = 29%
G 70 of 255 = 27%
B 85 of 255 = 33%

74
70
85

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

Portions of RGB colors in percentages

R + G + B = 74 + 70 + 85 = 229 (100%)
R 74 of 229 ~ 32.31%
G 70 of 229 ~ 30.57%
B 85 of 229 ~ 37.12'%

%32.31
%30.57
%37.12

CMYK color model

#4A4655 color CMYK value is (13,18,0,67).

  • cyan value is 12.94%
  • magenta value is 17.65%
  • yellow value is 0.00%
  • key color value is 66.67%

CMYK: (13,18,0,67)
C13M18Y0K67 (13%, 18%, 0%, 67%)
(0.13 / 0.18 / 0.00 / 0.67)

CMYK percentages

%12.94
%17.65
%0
%66.67

Codes

Color #4A4655 in popluar color models

4A 46 55
RGB 74 70 85
HSL 256° 9.68% 30.39%
HSB/HSV 256° 17.65% 33.33%
CMYK 12.94% 17.65% 0.00%
66.67%

Color #4A4655 in popluar number systems.

HEX 4A 46 55
Decimal 74 70 85
Binary 1001010 1000110 1010101
Octal 112 106 125

Shades and tints

Shades of #4A4655

#4A4655
(74,70,85)
#44404E
(68,64,78)
#3E3A47
(62,58,71)
#383440
(56,52,64)
#322E39
(50,46,57)
#2C2832
(44,40,50)
#26222B
(38,34,43)
#201C24
(32,28,36)
#1A161D
(26,22,29)
#141016
(20,16,22)
#0E0A0F
(14,10,15)
#000000
(0,0,0)

Tints of #4A4655

#4A4655
(74,70,85)
#5A5664
(90,86,100)
#6A6673
(106,102,115)
#7A7682
(122,118,130)
#8A8691
(138,134,145)
#9A96A0
(154,150,160)
#AAA6AF
(170,166,175)
#BAB6BE
(186,182,190)
#CAC6CD
(202,198,205)
#DAD6DC
(218,214,220)
#EAE6EB
(234,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A4655; }

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

This text font color is #4A4655.

Background Color

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

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

This div background color is #4A4655.

Border color

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

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

This div border color is #4A4655.

Opacity

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

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

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

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

This text has shadow with #4A4655 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A4655.

Preview

Color preview on black background

This text has color #4A4655 on black background.


Color preview on white background

This text has color #4A4655 on white background.


Black color preview on #4A4655 background

This text has black color on #4A4655 background.


White color preview on #4A4655 background

This text has white color on #4A4655 background.


Related colors

Complementary color

Complementary color for #hex is #B5B9AA.


I love getcolorcode.com

Triadic colors

1 #554A46 and #46554A with #4A4655 are triadic colors.

2 #55464A and #464A55 with #4A4655 are triadic colors.