COLOR #46797B

HEX: #46797B RGB: (70,121,123)

Color info

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

RGB color model

#46797B color RGB value is (70,121,123).

RGB: (70,121,123) (27%, 47%, 48%)

RGB channels and saturation

R 70 of 255 = 27%
G 121 of 255 = 47%
B 123 of 255 = 48%

70
121
123

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

Portions of RGB colors in percentages

R + G + B = 70 + 121 + 123 = 314 (100%)
R 70 of 314 ~ 22.29%
G 121 of 314 ~ 38.54%
B 123 of 314 ~ 39.17'%

%22.29
%38.54
%39.17

CMYK color model

#46797B color CMYK value is (43,2,0,52).

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

CMYK: (43,2,0,52)
C43M2Y0K52 (43%, 2%, 0%, 52%)
(0.43 / 0.02 / 0.00 / 0.52)

CMYK percentages

%43.09
%1.63
%0
%51.76

Codes

Color #46797B in popluar color models

46 79 7B
RGB 70 121 123
HSL 182° 27.46% 37.84%
HSB/HSV 182° 43.09% 48.24%
CMYK 43.09% 1.63% 0.00%
51.76%

Color #46797B in popluar number systems.

HEX 46 79 7B
Decimal 70 121 123
Binary 1000110 1111001 1111011
Octal 106 171 173

Shades and tints

Shades of #46797B

#46797B
(70,121,123)
#406E70
(64,110,112)
#3A6365
(58,99,101)
#34585A
(52,88,90)
#2E4D4F
(46,77,79)
#284244
(40,66,68)
#223739
(34,55,57)
#1C2C2E
(28,44,46)
#162123
(22,33,35)
#101618
(16,22,24)
#0A0B0D
(10,11,13)
#000000
(0,0,0)

Tints of #46797B

#46797B
(70,121,123)
#568587
(86,133,135)
#669193
(102,145,147)
#769D9F
(118,157,159)
#86A9AB
(134,169,171)
#96B5B7
(150,181,183)
#A6C1C3
(166,193,195)
#B6CDCF
(182,205,207)
#C6D9DB
(198,217,219)
#D6E5E7
(214,229,231)
#E6F1F3
(230,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46797B color. Also use rgb(70,121,123) instead hex code.

Text Font Color

.myTextColor { color: #46797B; }

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

This text font color is #46797B.

Background Color

.myBgColor { background-color: #46797B; }

<div style="background-color:#46797B">Inner text</div>

This div background color is #46797B.

Border color

.myBorderColor { border: 1px solid #46797B; }

<div style="border:3px solid #46797B">Div</div>

This div border color is #46797B.

Opacity

.myOpacity80 { color: #46797B; opacity: 0.8; }

<p style="color:#46797B;opacity:0.8;">80%</p>

Text with #46797B 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 #46797B;}

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

This text has shadow with #46797B color.


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

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

This text has shadow with #46797B primary color and red secondary color.


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

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

This text has shadow with #46797B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #46797B.

Preview

Color preview on black background

This text has color #46797B on black background.


Color preview on white background

This text has color #46797B on white background.


Black color preview on #46797B background

This text has black color on #46797B background.


White color preview on #46797B background

This text has white color on #46797B background.


Related colors

Complementary color

Complementary color for #hex is #B98684.


I love getcolorcode.com

Triadic colors

1 #7B4679 and #797B46 with #46797B are triadic colors.

2 #7B7946 and #79467B with #46797B are triadic colors.