COLOR #46889F

HEX: #46889F
RGB: (70,136,159)

Color info

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

RGB color model

#46889F color RGB value is (70,136,159).

  • red value is 70;
  • green value is 136;
  • blue value is 159.
RGB:
(70,136,159)
(27%,53%,62%)

RGB channels and saturation

R 70 of 255 = 27%
G 136 of 255 = 53%
B 159 of 255 = 62%

70
136
159

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

Portions of RGB colors in percentages

R + G + B =
70 + 136 + 159 = 365 (100%)
R 70 of 365 ~ 19.18%
G 136 of 365 ~ 37.26%
B 159 of 365 ~ 43.56%

%19.18
%37.26
%43.56

CMYK color model

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

  • cyan value is 55.97%
  • magenta value is 14.47%
  • 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
%14.47
%0
%37.65

Codes

Color #46889F in popluar color models

46889F
RGB70136159
HSL196°38.86%44.90%
HSB/HSV196°55.97%62.35%
CMYK55.97%14.47%0.00%
37.65%

Color #46889F in popluar number systems.

HEX46889F
Decimal70136159
Binary10001101000100010011111
Octal106210237

Shades and tints

Shades of #46889F

#46889F
(70,136,159)
#407C91
(64,124,145)
#3A7083
(58,112,131)
#346475
(52,100,117)
#2E5867
(46,88,103)
#284C59
(40,76,89)
#22404B
(34,64,75)
#1C343D
(28,52,61)
#16282F
(22,40,47)
#101C21
(16,28,33)
#0A1013
(10,16,19)
#000000
(0,0,0)

Tints of #46889F

#46889F
(70,136,159)
#5692A7
(86,146,167)
#669CAF
(102,156,175)
#76A6B7
(118,166,183)
#86B0BF
(134,176,191)
#96BAC7
(150,186,199)
#A6C4CF
(166,196,207)
#B6CED7
(182,206,215)
#C6D8DF
(198,216,223)
#D6E2E7
(214,226,231)
#E6ECEF
(230,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46889F; }

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

This text font color is #46889F.


Background Color

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

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

This div background color is #46889F.


Border color

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

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

This div border color is #46889F.


Opacity

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

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

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

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

This text has shadow with #46889F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46889F on black background.


Color preview on white background

This text has color #46889F on white background.



Black color preview on #46889F background

This text has black color on #46889F background.


White color preview on #46889F background

This text has white color on #46889F background.