COLOR #4A4654

HEX: #4A4654 RGB: (74,70,84)

Color info

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

RGB color model

#4A4654 color RGB value is (74,70,84).

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

RGB channels and saturation

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

74
70
84

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

Portions of RGB colors in percentages

R + G + B = 74 + 70 + 84 = 228 (100%)
R 74 of 228 ~ 32.46%
G 70 of 228 ~ 30.7%
B 84 of 228 ~ 36.84'%

%32.46
%30.7
%36.84

CMYK color model

#4A4654 color CMYK value is (12,17,0,67).

  • cyan value is 11.90%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 67.06%

CMYK: (12,17,0,67)
C12M17Y0K67 (12%, 17%, 0%, 67%)
(0.12 / 0.17 / 0.00 / 0.67)

CMYK percentages

%11.9
%16.67
%0
%67.06

Codes

Color #4A4654 in popluar color models

4A 46 54
RGB 74 70 84
HSL 257° 9.09% 30.20%
HSB/HSV 257° 16.67% 32.94%
CMYK 11.90% 16.67% 0.00%
67.06%

Color #4A4654 in popluar number systems.

HEX 4A 46 54
Decimal 74 70 84
Binary 1001010 1000110 1010100
Octal 112 106 124

Shades and tints

Shades of #4A4654

#4A4654
(74,70,84)
#44404D
(68,64,77)
#3E3A46
(62,58,70)
#38343F
(56,52,63)
#322E38
(50,46,56)
#2C2831
(44,40,49)
#26222A
(38,34,42)
#201C23
(32,28,35)
#1A161C
(26,22,28)
#141015
(20,16,21)
#0E0A0E
(14,10,14)
#000000
(0,0,0)

Tints of #4A4654

#4A4654
(74,70,84)
#5A5663
(90,86,99)
#6A6672
(106,102,114)
#7A7681
(122,118,129)
#8A8690
(138,134,144)
#9A969F
(154,150,159)
#AAA6AE
(170,166,174)
#BAB6BD
(186,182,189)
#CAC6CC
(202,198,204)
#DAD6DB
(218,214,219)
#EAE6EA
(234,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A4654; }

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

This text font color is #4A4654.

Background Color

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

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

This div background color is #4A4654.

Border color

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

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

This div border color is #4A4654.

Opacity

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

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

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

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

This text has shadow with #4A4654 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A4654.

Preview

Color preview on black background

This text has color #4A4654 on black background.


Color preview on white background

This text has color #4A4654 on white background.


Black color preview on #4A4654 background

This text has black color on #4A4654 background.


White color preview on #4A4654 background

This text has white color on #4A4654 background.


Related colors

Complementary color

Complementary color for #hex is #B5B9AB.


I love getcolorcode.com

Triadic colors

1 #544A46 and #46544A with #4A4654 are triadic colors.

2 #54464A and #464A54 with #4A4654 are triadic colors.