COLOR #4A565D

HEX: #4A565D
RGB: (74,86,93)

Color info

#4A565D contains red, green and blue colors in about the same proportion. Web safe color of #4A565D is #336666 (or #366).

RGB color model

#4A565D color RGB value is (74,86,93).

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

RGB channels and saturation

R 74 of 255 = 29%
G 86 of 255 = 34%
B 93 of 255 = 36%

74
86
93

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

Portions of RGB colors in percentages

R + G + B =
74 + 86 + 93 = 253 (100%)
R 74 of 253 ~ 29.25%
G 86 of 253 ~ 33.99%
B 93 of 253 ~ 36.76%

%29.25
%33.99
%36.76

CMYK color model

#4A565D color CMYK value is (20,8,0,64).

  • cyan value is 20.43%
  • magenta value is 7.53%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(20,8,0,64)
C20M8Y0K64 
(20%,8%,0%,64%)
(0.20/0.08/0.00/0.64)	

CMYK percentages

%20.43
%7.53
%0
%63.53

Codes

Color #4A565D in popluar color models

4A565D
RGB748693
HSL202°11.38%32.75%
HSB/HSV202°20.43%36.47%
CMYK20.43%7.53%0.00%
63.53%

Color #4A565D in popluar number systems.

HEX4A565D
Decimal748693
Binary100101010101101011101
Octal112126135

Shades and tints

Shades of #4A565D

#4A565D
(74,86,93)
#444F55
(68,79,85)
#3E484D
(62,72,77)
#384145
(56,65,69)
#323A3D
(50,58,61)
#2C3335
(44,51,53)
#262C2D
(38,44,45)
#202525
(32,37,37)
#1A1E1D
(26,30,29)
#141715
(20,23,21)
#0E100D
(14,16,13)
#000000
(0,0,0)

Tints of #4A565D

#4A565D
(74,86,93)
#5A656B
(90,101,107)
#6A7479
(106,116,121)
#7A8387
(122,131,135)
#8A9295
(138,146,149)
#9AA1A3
(154,161,163)
#AAB0B1
(170,176,177)
#BABFBF
(186,191,191)
#CACECD
(202,206,205)
#DADDDB
(218,221,219)
#EAECE9
(234,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A565D; }

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

This text font color is #4A565D.


Background Color

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

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

This div background color is #4A565D.


Border color

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

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

This div border color is #4A565D.


Opacity

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

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

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

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

This text has shadow with #4A565D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A565D on black background.


Color preview on white background

This text has color #4A565D on white background.



Black color preview on #4A565D background

This text has black color on #4A565D background.


White color preview on #4A565D background

This text has white color on #4A565D background.