COLOR #4A465D

HEX: #4A465D
RGB: (74,70,93)

Color info

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

RGB color model

#4A465D color RGB value is (74,70,93).

  • red value is 74;
  • green value is 70;
  • blue value is 93.
RGB:
(74,70,93)
(29%,27%,36%)

RGB channels and saturation

R 74 of 255 = 29%
G 70 of 255 = 27%
B 93 of 255 = 36%

74
70
93

R + G + B ~ 31%. #4A465D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 70 + 93 = 237 (100%)
R 74 of 237 ~ 31.22%
G 70 of 237 ~ 29.54%
B 93 of 237 ~ 39.24%

%31.22
%29.54
%39.24

CMYK color model

#4A465D color CMYK value is (20,25,0,64).

  • cyan value is 20.43%
  • magenta value is 24.73%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(20,25,0,64)
C20M25Y0K64 
(20%,25%,0%,64%)
(0.20/0.25/0.00/0.64)	

CMYK percentages

%20.43
%24.73
%0
%63.53

Codes

Color #4A465D in popluar color models

4A465D
RGB747093
HSL250°14.11%31.96%
HSB/HSV250°24.73%36.47%
CMYK20.43%24.73%0.00%
63.53%

Color #4A465D in popluar number systems.

HEX4A465D
Decimal747093
Binary100101010001101011101
Octal112106135

Shades and tints

Shades of #4A465D

#4A465D
(74,70,93)
#444055
(68,64,85)
#3E3A4D
(62,58,77)
#383445
(56,52,69)
#322E3D
(50,46,61)
#2C2835
(44,40,53)
#26222D
(38,34,45)
#201C25
(32,28,37)
#1A161D
(26,22,29)
#141015
(20,16,21)
#0E0A0D
(14,10,13)
#000000
(0,0,0)

Tints of #4A465D

#4A465D
(74,70,93)
#5A566B
(90,86,107)
#6A6679
(106,102,121)
#7A7687
(122,118,135)
#8A8695
(138,134,149)
#9A96A3
(154,150,163)
#AAA6B1
(170,166,177)
#BAB6BF
(186,182,191)
#CAC6CD
(202,198,205)
#DAD6DB
(218,214,219)
#EAE6E9
(234,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A465D; }

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

This text font color is #4A465D.


Background Color

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

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

This div background color is #4A465D.


Border color

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

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

This div border color is #4A465D.


Opacity

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

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

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

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

This text has shadow with #4A465D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A465D on black background.


Color preview on white background

This text has color #4A465D on white background.



Black color preview on #4A465D background

This text has black color on #4A465D background.


White color preview on #4A465D background

This text has white color on #4A465D background.