COLOR #4A456F

HEX: #4A456F
RGB: (74,69,111)

Color info

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

RGB color model

#4A456F color RGB value is (74,69,111).

  • red value is 74;
  • green value is 69;
  • blue value is 111.
RGB:
(74,69,111)
(29%,27%,44%)

RGB channels and saturation

R 74 of 255 = 29%
G 69 of 255 = 27%
B 111 of 255 = 44%

74
69
111

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

Portions of RGB colors in percentages

R + G + B =
74 + 69 + 111 = 254 (100%)
R 74 of 254 ~ 29.13%
G 69 of 254 ~ 27.17%
B 111 of 254 ~ 43.7%

%29.13
%27.17
%43.7

CMYK color model

#4A456F color CMYK value is (33,38,0,56).

  • cyan value is 33.33%
  • magenta value is 37.84%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(33,38,0,56)
C33M38Y0K56 
(33%,38%,0%,56%)
(0.33/0.38/0.00/0.56)	

CMYK percentages

%33.33
%37.84
%0
%56.47

Codes

Color #4A456F in popluar color models

4A456F
RGB7469111
HSL247°23.33%35.29%
HSB/HSV247°37.84%43.53%
CMYK33.33%37.84%0.00%
56.47%

Color #4A456F in popluar number systems.

HEX4A456F
Decimal7469111
Binary100101010001011101111
Octal112105157

Shades and tints

Shades of #4A456F

#4A456F
(74,69,111)
#443F65
(68,63,101)
#3E395B
(62,57,91)
#383351
(56,51,81)
#322D47
(50,45,71)
#2C273D
(44,39,61)
#262133
(38,33,51)
#201B29
(32,27,41)
#1A151F
(26,21,31)
#140F15
(20,15,21)
#0E090B
(14,9,11)
#000000
(0,0,0)

Tints of #4A456F

#4A456F
(74,69,111)
#5A557C
(90,85,124)
#6A6589
(106,101,137)
#7A7596
(122,117,150)
#8A85A3
(138,133,163)
#9A95B0
(154,149,176)
#AAA5BD
(170,165,189)
#BAB5CA
(186,181,202)
#CAC5D7
(202,197,215)
#DAD5E4
(218,213,228)
#EAE5F1
(234,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A456F color. Also use rgb(74,69,111) instead hex code.

Text Font Color

.myTextColor { color: #4A456F; }

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

This text font color is #4A456F.


Background Color

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

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

This div background color is #4A456F.


Border color

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

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

This div border color is #4A456F.


Opacity

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

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

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

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

This text has shadow with #4A456F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A456F on black background.


Color preview on white background

This text has color #4A456F on white background.



Black color preview on #4A456F background

This text has black color on #4A456F background.


White color preview on #4A456F background

This text has white color on #4A456F background.