COLOR #4A4454

HEX: #4A4454
RGB: (74,68,84)

Color info

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

RGB color model

#4A4454 color RGB value is (74,68,84).

  • red value is 74;
  • green value is 68;
  • blue value is 84.
RGB:
(74,68,84)
(29%,27%,33%)

RGB channels and saturation

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

74
68
84

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

Portions of RGB colors in percentages

R + G + B =
74 + 68 + 84 = 226 (100%)
R 74 of 226 ~ 32.74%
G 68 of 226 ~ 30.09%
B 84 of 226 ~ 37.17%

%32.74
%30.09
%37.17

CMYK color model

#4A4454 color CMYK value is (12,19,0,67).

  • cyan value is 11.90%
  • magenta value is 19.05%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(12,19,0,67)
C12M19Y0K67 
(12%,19%,0%,67%)
(0.12/0.19/0.00/0.67)	

CMYK percentages

%11.9
%19.05
%0
%67.06

Codes

Color #4A4454 in popluar color models

4A4454
RGB746884
HSL263°10.53%29.80%
HSB/HSV263°19.05%32.94%
CMYK11.90%19.05%0.00%
67.06%

Color #4A4454 in popluar number systems.

HEX4A4454
Decimal746884
Binary100101010001001010100
Octal112104124

Shades and tints

Shades of #4A4454

#4A4454
(74,68,84)
#443E4D
(68,62,77)
#3E3846
(62,56,70)
#38323F
(56,50,63)
#322C38
(50,44,56)
#2C2631
(44,38,49)
#26202A
(38,32,42)
#201A23
(32,26,35)
#1A141C
(26,20,28)
#140E15
(20,14,21)
#0E080E
(14,8,14)
#000000
(0,0,0)

Tints of #4A4454

#4A4454
(74,68,84)
#5A5563
(90,85,99)
#6A6672
(106,102,114)
#7A7781
(122,119,129)
#8A8890
(138,136,144)
#9A999F
(154,153,159)
#AAAAAE
(170,170,174)
#BABBBD
(186,187,189)
#CACCCC
(202,204,204)
#DADDDB
(218,221,219)
#EAEEEA
(234,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A4454; }

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

This text font color is #4A4454.


Background Color

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

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

This div background color is #4A4454.


Border color

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

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

This div border color is #4A4454.


Opacity

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

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

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

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

This text has shadow with #4A4454 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A4454 on black background.


Color preview on white background

This text has color #4A4454 on white background.



Black color preview on #4A4454 background

This text has black color on #4A4454 background.


White color preview on #4A4454 background

This text has white color on #4A4454 background.