COLOR #4A506A

HEX: #4A506A RGB: (74,80,106)

Color info

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

RGB color model

#4A506A color RGB value is (74,80,106).

RGB: (74,80,106) (29%, 31%, 42%)

RGB channels and saturation

R 74 of 255 = 29%
G 80 of 255 = 31%
B 106 of 255 = 42%

74
80
106

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

Portions of RGB colors in percentages

R + G + B = 74 + 80 + 106 = 260 (100%)
R 74 of 260 ~ 28.46%
G 80 of 260 ~ 30.77%
B 106 of 260 ~ 40.77'%

%28.46
%30.77
%40.77

CMYK color model

#4A506A color CMYK value is (30,25,0,58).

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

CMYK: (30,25,0,58)
C30M25Y0K58 (30%, 25%, 0%, 58%)
(0.30 / 0.25 / 0.00 / 0.58)

CMYK percentages

%30.19
%24.53
%0
%58.43

Codes

Color #4A506A in popluar color models

4A 50 6A
RGB 74 80 106
HSL 229° 17.78% 35.29%
HSB/HSV 229° 30.19% 41.57%
CMYK 30.19% 24.53% 0.00%
58.43%

Color #4A506A in popluar number systems.

HEX 4A 50 6A
Decimal 74 80 106
Binary 1001010 1010000 1101010
Octal 112 120 152

Shades and tints

Shades of #4A506A

#4A506A
(74,80,106)
#444961
(68,73,97)
#3E4258
(62,66,88)
#383B4F
(56,59,79)
#323446
(50,52,70)
#2C2D3D
(44,45,61)
#262634
(38,38,52)
#201F2B
(32,31,43)
#1A1822
(26,24,34)
#141119
(20,17,25)
#0E0A10
(14,10,16)
#000000
(0,0,0)

Tints of #4A506A

#4A506A
(74,80,106)
#5A5F77
(90,95,119)
#6A6E84
(106,110,132)
#7A7D91
(122,125,145)
#8A8C9E
(138,140,158)
#9A9BAB
(154,155,171)
#AAAAB8
(170,170,184)
#BAB9C5
(186,185,197)
#CAC8D2
(202,200,210)
#DAD7DF
(218,215,223)
#EAE6EC
(234,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A506A; }

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

This text font color is #4A506A.

Background Color

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

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

This div background color is #4A506A.

Border color

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

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

This div border color is #4A506A.

Opacity

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

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

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

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

This text has shadow with #4A506A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A506A.

Preview

Color preview on black background

This text has color #4A506A on black background.


Color preview on white background

This text has color #4A506A on white background.


Black color preview on #4A506A background

This text has black color on #4A506A background.


White color preview on #4A506A background

This text has white color on #4A506A background.


Related colors

Complementary color

Complementary color for #hex is #B5AF95.


I love getcolorcode.com

Triadic colors

1 #6A4A50 and #506A4A with #4A506A are triadic colors.

2 #6A504A and #504A6A with #4A506A are triadic colors.