COLOR #4A516A

HEX: #4A516A RGB: (74,81,106)

Color info

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

RGB color model

#4A516A color RGB value is (74,81,106).

RGB: (74,81,106) (29%, 32%, 42%)

RGB channels and saturation

R 74 of 255 = 29%
G 81 of 255 = 32%
B 106 of 255 = 42%

74
81
106

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

Portions of RGB colors in percentages

R + G + B = 74 + 81 + 106 = 261 (100%)
R 74 of 261 ~ 28.35%
G 81 of 261 ~ 31.03%
B 106 of 261 ~ 40.61'%

%28.35
%31.03
%40.61

CMYK color model

#4A516A color CMYK value is (30,24,0,58).

  • cyan value is 30.19%
  • magenta value is 23.58%
  • yellow value is 0.00%
  • key color value is 58.43%

CMYK: (30,24,0,58)
C30M24Y0K58 (30%, 24%, 0%, 58%)
(0.30 / 0.24 / 0.00 / 0.58)

CMYK percentages

%30.19
%23.58
%0
%58.43

Codes

Color #4A516A in popluar color models

4A 51 6A
RGB 74 81 106
HSL 227° 17.78% 35.29%
HSB/HSV 227° 30.19% 41.57%
CMYK 30.19% 23.58% 0.00%
58.43%

Color #4A516A in popluar number systems.

HEX 4A 51 6A
Decimal 74 81 106
Binary 1001010 1010001 1101010
Octal 112 121 152

Shades and tints

Shades of #4A516A

#4A516A
(74,81,106)
#444A61
(68,74,97)
#3E4358
(62,67,88)
#383C4F
(56,60,79)
#323546
(50,53,70)
#2C2E3D
(44,46,61)
#262734
(38,39,52)
#20202B
(32,32,43)
#1A1922
(26,25,34)
#141219
(20,18,25)
#0E0B10
(14,11,16)
#000000
(0,0,0)

Tints of #4A516A

#4A516A
(74,81,106)
#5A6077
(90,96,119)
#6A6F84
(106,111,132)
#7A7E91
(122,126,145)
#8A8D9E
(138,141,158)
#9A9CAB
(154,156,171)
#AAABB8
(170,171,184)
#BABAC5
(186,186,197)
#CAC9D2
(202,201,210)
#DAD8DF
(218,216,223)
#EAE7EC
(234,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A516A color. Also use rgb(74,81,106) instead hex code.

Text Font Color

.myTextColor { color: #4A516A; }

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

This text font color is #4A516A.

Background Color

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

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

This div background color is #4A516A.

Border color

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

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

This div border color is #4A516A.

Opacity

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

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

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

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

This text has shadow with #4A516A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A516A.

Preview

Color preview on black background

This text has color #4A516A on black background.


Color preview on white background

This text has color #4A516A on white background.


Black color preview on #4A516A background

This text has black color on #4A516A background.


White color preview on #4A516A background

This text has white color on #4A516A background.


Related colors

Complementary color

Complementary color for #hex is #B5AE95.


I love getcolorcode.com

Triadic colors

1 #6A4A51 and #516A4A with #4A516A are triadic colors.

2 #6A514A and #514A6A with #4A516A are triadic colors.