COLOR #4A5565

HEX: #4A5565 RGB: (74,85,101)

Color info

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

RGB color model

#4A5565 color RGB value is (74,85,101).

RGB: (74,85,101) (29%, 33%, 40%)

RGB channels and saturation

R 74 of 255 = 29%
G 85 of 255 = 33%
B 101 of 255 = 40%

74
85
101

R + G + B ~ 34%. #4A5565 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 85 + 101 = 260 (100%)
R 74 of 260 ~ 28.46%
G 85 of 260 ~ 32.69%
B 101 of 260 ~ 38.85'%

%28.46
%32.69
%38.85

CMYK color model

#4A5565 color CMYK value is (27,16,0,60).

  • cyan value is 26.73%
  • magenta value is 15.84%
  • yellow value is 0.00%
  • key color value is 60.39%

CMYK: (27,16,0,60)
C27M16Y0K60 (27%, 16%, 0%, 60%)
(0.27 / 0.16 / 0.00 / 0.60)

CMYK percentages

%26.73
%15.84
%0
%60.39

Codes

Color #4A5565 in popluar color models

4A 55 65
RGB 74 85 101
HSL 216° 15.43% 34.31%
HSB/HSV 216° 26.73% 39.61%
CMYK 26.73% 15.84% 0.00%
60.39%

Color #4A5565 in popluar number systems.

HEX 4A 55 65
Decimal 74 85 101
Binary 1001010 1010101 1100101
Octal 112 125 145

Shades and tints

Shades of #4A5565

#4A5565
(74,85,101)
#444E5C
(68,78,92)
#3E4753
(62,71,83)
#38404A
(56,64,74)
#323941
(50,57,65)
#2C3238
(44,50,56)
#262B2F
(38,43,47)
#202426
(32,36,38)
#1A1D1D
(26,29,29)
#141614
(20,22,20)
#0E0F0B
(14,15,11)
#000000
(0,0,0)

Tints of #4A5565

#4A5565
(74,85,101)
#5A6473
(90,100,115)
#6A7381
(106,115,129)
#7A828F
(122,130,143)
#8A919D
(138,145,157)
#9AA0AB
(154,160,171)
#AAAFB9
(170,175,185)
#BABEC7
(186,190,199)
#CACDD5
(202,205,213)
#DADCE3
(218,220,227)
#EAEBF1
(234,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A5565 color. Also use rgb(74,85,101) instead hex code.

Text Font Color

.myTextColor { color: #4A5565; }

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

This text font color is #4A5565.

Background Color

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

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

This div background color is #4A5565.

Border color

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

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

This div border color is #4A5565.

Opacity

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

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

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

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

This text has shadow with #4A5565 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A5565.

Preview

Color preview on black background

This text has color #4A5565 on black background.


Color preview on white background

This text has color #4A5565 on white background.


Black color preview on #4A5565 background

This text has black color on #4A5565 background.


White color preview on #4A5565 background

This text has white color on #4A5565 background.


Related colors

Complementary color

Complementary color for #hex is #B5AA9A.


I love getcolorcode.com

Triadic colors

1 #654A55 and #55654A with #4A5565 are triadic colors.

2 #65554A and #554A65 with #4A5565 are triadic colors.