COLOR #46838B

HEX: #46838B
RGB: (70,131,139)

Color info

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

RGB color model

#46838B color RGB value is (70,131,139).

  • red value is 70;
  • green value is 131;
  • blue value is 139.
RGB:
(70,131,139)
(27%,51%,55%)

RGB channels and saturation

R 70 of 255 = 27%
G 131 of 255 = 51%
B 139 of 255 = 55%

70
131
139

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

Portions of RGB colors in percentages

R + G + B =
70 + 131 + 139 = 340 (100%)
R 70 of 340 ~ 20.59%
G 131 of 340 ~ 38.53%
B 139 of 340 ~ 40.88%

%20.59
%38.53
%40.88

CMYK color model

#46838B color CMYK value is (50,6,0,45).

  • cyan value is 49.64%
  • magenta value is 5.76%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(50,6,0,45)
C50M6Y0K45 
(50%,6%,0%,45%)
(0.50/0.06/0.00/0.45)	

CMYK percentages

%49.64
%5.76
%0
%45.49

Codes

Color #46838B in popluar color models

46838B
RGB70131139
HSL187°33.01%40.98%
HSB/HSV187°49.64%54.51%
CMYK49.64%5.76%0.00%
45.49%

Color #46838B in popluar number systems.

HEX46838B
Decimal70131139
Binary10001101000001110001011
Octal106203213

Shades and tints

Shades of #46838B

#46838B
(70,131,139)
#40787F
(64,120,127)
#3A6D73
(58,109,115)
#346267
(52,98,103)
#2E575B
(46,87,91)
#284C4F
(40,76,79)
#224143
(34,65,67)
#1C3637
(28,54,55)
#162B2B
(22,43,43)
#10201F
(16,32,31)
#0A1513
(10,21,19)
#000000
(0,0,0)

Tints of #46838B

#46838B
(70,131,139)
#568E95
(86,142,149)
#66999F
(102,153,159)
#76A4A9
(118,164,169)
#86AFB3
(134,175,179)
#96BABD
(150,186,189)
#A6C5C7
(166,197,199)
#B6D0D1
(182,208,209)
#C6DBDB
(198,219,219)
#D6E6E5
(214,230,229)
#E6F1EF
(230,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46838B color. Also use rgb(70,131,139) instead hex code.

Text Font Color

.myTextColor { color: #46838B; }

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

This text font color is #46838B.


Background Color

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

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

This div background color is #46838B.


Border color

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

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

This div border color is #46838B.


Opacity

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

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

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

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

This text has shadow with #46838B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46838B on black background.


Color preview on white background

This text has color #46838B on white background.



Black color preview on #46838B background

This text has black color on #46838B background.


White color preview on #46838B background

This text has white color on #46838B background.