COLOR #4A797B

HEX: #4A797B RGB: (74,121,123)

Color info

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

RGB color model

#4A797B color RGB value is (74,121,123).

RGB: (74,121,123) (29%, 47%, 48%)

RGB channels and saturation

R 74 of 255 = 29%
G 121 of 255 = 47%
B 123 of 255 = 48%

74
121
123

R + G + B ~ 41%. #4A797B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 74 + 121 + 123 = 318 (100%)
R 74 of 318 ~ 23.27%
G 121 of 318 ~ 38.05%
B 123 of 318 ~ 38.68'%

%23.27
%38.05
%38.68

CMYK color model

#4A797B color CMYK value is (40,2,0,52).

  • cyan value is 39.84%
  • magenta value is 1.63%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (40,2,0,52)
C40M2Y0K52 (40%, 2%, 0%, 52%)
(0.40 / 0.02 / 0.00 / 0.52)

CMYK percentages

%39.84
%1.63
%0
%51.76

Codes

Color #4A797B in popluar color models

4A 79 7B
RGB 74 121 123
HSL 182° 24.87% 38.63%
HSB/HSV 182° 39.84% 48.24%
CMYK 39.84% 1.63% 0.00%
51.76%

Color #4A797B in popluar number systems.

HEX 4A 79 7B
Decimal 74 121 123
Binary 1001010 1111001 1111011
Octal 112 171 173

Shades and tints

Shades of #4A797B

#4A797B
(74,121,123)
#446E70
(68,110,112)
#3E6365
(62,99,101)
#38585A
(56,88,90)
#324D4F
(50,77,79)
#2C4244
(44,66,68)
#263739
(38,55,57)
#202C2E
(32,44,46)
#1A2123
(26,33,35)
#141618
(20,22,24)
#0E0B0D
(14,11,13)
#000000
(0,0,0)

Tints of #4A797B

#4A797B
(74,121,123)
#5A8587
(90,133,135)
#6A9193
(106,145,147)
#7A9D9F
(122,157,159)
#8AA9AB
(138,169,171)
#9AB5B7
(154,181,183)
#AAC1C3
(170,193,195)
#BACDCF
(186,205,207)
#CAD9DB
(202,217,219)
#DAE5E7
(218,229,231)
#EAF1F3
(234,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A797B color. Also use rgb(74,121,123) instead hex code.

Text Font Color

.myTextColor { color: #4A797B; }

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

This text font color is #4A797B.

Background Color

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

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

This div background color is #4A797B.

Border color

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

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

This div border color is #4A797B.

Opacity

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

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

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

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

This text has shadow with #4A797B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A797B.

Preview

Color preview on black background

This text has color #4A797B on black background.


Color preview on white background

This text has color #4A797B on white background.


Black color preview on #4A797B background

This text has black color on #4A797B background.


White color preview on #4A797B background

This text has white color on #4A797B background.


Related colors

Complementary color

Complementary color for #hex is #B58684.


I love getcolorcode.com

Triadic colors

1 #7B4A79 and #797B4A with #4A797B are triadic colors.

2 #7B794A and #794A7B with #4A797B are triadic colors.