COLOR #46899F

HEX: #46899F RGB: (70,137,159)

Color info

#46899F contains mainly green and blue colors. Web safe color of #46899F is #339999 (or #399).

RGB color model

#46899F color RGB value is (70,137,159).

RGB: (70,137,159) (27%, 54%, 62%)

RGB channels and saturation

R 70 of 255 = 27%
G 137 of 255 = 54%
B 159 of 255 = 62%

70
137
159

R + G + B ~ 48%. #46899F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 70 + 137 + 159 = 366 (100%)
R 70 of 366 ~ 19.13%
G 137 of 366 ~ 37.43%
B 159 of 366 ~ 43.44'%

%19.13
%37.43
%43.44

CMYK color model

#46899F color CMYK value is (56,14,0,38).

  • cyan value is 55.97%
  • magenta value is 13.84%
  • yellow value is 0.00%
  • key color value is 37.65%

CMYK: (56,14,0,38)
C56M14Y0K38 (56%, 14%, 0%, 38%)
(0.56 / 0.14 / 0.00 / 0.38)

CMYK percentages

%55.97
%13.84
%0
%37.65

Codes

Color #46899F in popluar color models

46 89 9F
RGB 70 137 159
HSL 195° 38.86% 44.90%
HSB/HSV 195° 55.97% 62.35%
CMYK 55.97% 13.84% 0.00%
37.65%

Color #46899F in popluar number systems.

HEX 46 89 9F
Decimal 70 137 159
Binary 1000110 10001001 10011111
Octal 106 211 237

Shades and tints

Shades of #46899F

#46899F
(70,137,159)
#407D91
(64,125,145)
#3A7183
(58,113,131)
#346575
(52,101,117)
#2E5967
(46,89,103)
#284D59
(40,77,89)
#22414B
(34,65,75)
#1C353D
(28,53,61)
#16292F
(22,41,47)
#101D21
(16,29,33)
#0A1113
(10,17,19)
#000000
(0,0,0)

Tints of #46899F

#46899F
(70,137,159)
#5693A7
(86,147,167)
#669DAF
(102,157,175)
#76A7B7
(118,167,183)
#86B1BF
(134,177,191)
#96BBC7
(150,187,199)
#A6C5CF
(166,197,207)
#B6CFD7
(182,207,215)
#C6D9DF
(198,217,223)
#D6E3E7
(214,227,231)
#E6EDEF
(230,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46899F color. Also use rgb(70,137,159) instead hex code.

Text Font Color

.myTextColor { color: #46899F; }

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

This text font color is #46899F.

Background Color

.myBgColor { background-color: #46899F; }

<div style="background-color:#46899F">Inner text</div>

This div background color is #46899F.

Border color

.myBorderColor { border: 1px solid #46899F; }

<div style="border:3px solid #46899F">Div</div>

This div border color is #46899F.

Opacity

.myOpacity80 { color: #46899F; opacity: 0.8; }

<p style="color:#46899F;opacity:0.8;">80%</p>

Text with #46899F 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 #46899F;}

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

This text has shadow with #46899F color.


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

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

This text has shadow with #46899F primary color and red secondary color.


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

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

This text has shadow with #46899F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #46899F.

Preview

Color preview on black background

This text has color #46899F on black background.


Color preview on white background

This text has color #46899F on white background.


Black color preview on #46899F background

This text has black color on #46899F background.


White color preview on #46899F background

This text has white color on #46899F background.


Related colors

Complementary color

Complementary color for #hex is #B97660.


I love getcolorcode.com

Triadic colors

1 #9F4689 and #899F46 with #46899F are triadic colors.

2 #9F8946 and #89469F with #46899F are triadic colors.