COLOR #4A4967

HEX: #4A4967 RGB: (74,73,103)

Color info

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

RGB color model

#4A4967 color RGB value is (74,73,103).

RGB: (74,73,103) (29%, 29%, 40%)

RGB channels and saturation

R 74 of 255 = 29%
G 73 of 255 = 29%
B 103 of 255 = 40%

74
73
103

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

Portions of RGB colors in percentages

R + G + B = 74 + 73 + 103 = 250 (100%)
R 74 of 250 ~ 29.6%
G 73 of 250 ~ 29.2%
B 103 of 250 ~ 41.2'%

%29.6
%29.2
%41.2

CMYK color model

#4A4967 color CMYK value is (28,29,0,60).

  • cyan value is 28.16%
  • magenta value is 29.13%
  • yellow value is 0.00%
  • key color value is 59.61%

CMYK: (28,29,0,60)
C28M29Y0K60 (28%, 29%, 0%, 60%)
(0.28 / 0.29 / 0.00 / 0.60)

CMYK percentages

%28.16
%29.13
%0
%59.61

Codes

Color #4A4967 in popluar color models

4A 49 67
RGB 74 73 103
HSL 242° 17.05% 34.51%
HSB/HSV 242° 29.13% 40.39%
CMYK 28.16% 29.13% 0.00%
59.61%

Color #4A4967 in popluar number systems.

HEX 4A 49 67
Decimal 74 73 103
Binary 1001010 1001001 1100111
Octal 112 111 147

Shades and tints

Shades of #4A4967

#4A4967
(74,73,103)
#44435E
(68,67,94)
#3E3D55
(62,61,85)
#38374C
(56,55,76)
#323143
(50,49,67)
#2C2B3A
(44,43,58)
#262531
(38,37,49)
#201F28
(32,31,40)
#1A191F
(26,25,31)
#141316
(20,19,22)
#0E0D0D
(14,13,13)
#000000
(0,0,0)

Tints of #4A4967

#4A4967
(74,73,103)
#5A5974
(90,89,116)
#6A6981
(106,105,129)
#7A798E
(122,121,142)
#8A899B
(138,137,155)
#9A99A8
(154,153,168)
#AAA9B5
(170,169,181)
#BAB9C2
(186,185,194)
#CAC9CF
(202,201,207)
#DAD9DC
(218,217,220)
#EAE9E9
(234,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A4967 color. Also use rgb(74,73,103) instead hex code.

Text Font Color

.myTextColor { color: #4A4967; }

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

This text font color is #4A4967.

Background Color

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

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

This div background color is #4A4967.

Border color

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

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

This div border color is #4A4967.

Opacity

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

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

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

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

This text has shadow with #4A4967 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A4967.

Preview

Color preview on black background

This text has color #4A4967 on black background.


Color preview on white background

This text has color #4A4967 on white background.


Black color preview on #4A4967 background

This text has black color on #4A4967 background.


White color preview on #4A4967 background

This text has white color on #4A4967 background.


Related colors

Complementary color

Complementary color for #hex is #B5B698.


I love getcolorcode.com

Triadic colors

1 #674A49 and #49674A with #4A4967 are triadic colors.

2 #67494A and #494A67 with #4A4967 are triadic colors.