COLOR #46897B

HEX: #46897B RGB: (70,137,123)

Color info

#46897B contains mainly green and blue colors. Web safe color of #46897B is #339966 (or #396).

RGB color model

#46897B color RGB value is (70,137,123).

RGB: (70,137,123) (27%, 54%, 48%)

RGB channels and saturation

R 70 of 255 = 27%
G 137 of 255 = 54%
B 123 of 255 = 48%

70
137
123

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

Portions of RGB colors in percentages

R + G + B = 70 + 137 + 123 = 330 (100%)
R 70 of 330 ~ 21.21%
G 137 of 330 ~ 41.52%
B 123 of 330 ~ 37.27'%

%21.21
%41.52
%37.27

CMYK color model

#46897B color CMYK value is (49,0,10,46).

  • cyan value is 48.91%
  • magenta value is 0.00%
  • yellow value is 10.22%
  • key color value is 46.27%

CMYK: (49,0,10,46)
C49M0Y10K46 (49%, 0%, 10%, 46%)
(0.49 / 0.00 / 0.10 / 0.46)

CMYK percentages

%48.91
%0
%10.22
%46.27

Codes

Color #46897B in popluar color models

46 89 7B
RGB 70 137 123
HSL 167° 32.37% 40.59%
HSB/HSV 167° 48.91% 53.73%
CMYK 48.91% 0.00% 10.22%
46.27%

Color #46897B in popluar number systems.

HEX 46 89 7B
Decimal 70 137 123
Binary 1000110 10001001 1111011
Octal 106 211 173

Shades and tints

Shades of #46897B

#46897B
(70,137,123)
#407D70
(64,125,112)
#3A7165
(58,113,101)
#34655A
(52,101,90)
#2E594F
(46,89,79)
#284D44
(40,77,68)
#224139
(34,65,57)
#1C352E
(28,53,46)
#162923
(22,41,35)
#101D18
(16,29,24)
#0A110D
(10,17,13)
#000000
(0,0,0)

Tints of #46897B

#46897B
(70,137,123)
#569387
(86,147,135)
#669D93
(102,157,147)
#76A79F
(118,167,159)
#86B1AB
(134,177,171)
#96BBB7
(150,187,183)
#A6C5C3
(166,197,195)
#B6CFCF
(182,207,207)
#C6D9DB
(198,217,219)
#D6E3E7
(214,227,231)
#E6EDF3
(230,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46897B; }

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

This text font color is #46897B.

Background Color

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

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

This div background color is #46897B.

Border color

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

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

This div border color is #46897B.

Opacity

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

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

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

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

This text has shadow with #46897B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #46897B.

Preview

Color preview on black background

This text has color #46897B on black background.


Color preview on white background

This text has color #46897B on white background.


Black color preview on #46897B background

This text has black color on #46897B background.


White color preview on #46897B background

This text has white color on #46897B background.


Related colors

Complementary color

Complementary color for #hex is #B97684.


I love getcolorcode.com

Triadic colors

1 #7B4689 and #897B46 with #46897B are triadic colors.

2 #7B8946 and #89467B with #46897B are triadic colors.