COLOR #46838E

HEX: #46838E
RGB: (70,131,142)

Color info

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

RGB color model

#46838E color RGB value is (70,131,142).

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

RGB channels and saturation

R 70 of 255 = 27%
G 131 of 255 = 51%
B 142 of 255 = 56%

70
131
142

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

Portions of RGB colors in percentages

R + G + B =
70 + 131 + 142 = 343 (100%)
R 70 of 343 ~ 20.41%
G 131 of 343 ~ 38.19%
B 142 of 343 ~ 41.4%

%20.41
%38.19
%41.4

CMYK color model

#46838E color CMYK value is (51,8,0,44).

  • cyan value is 50.70%
  • magenta value is 7.75%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(51,8,0,44)
C51M8Y0K44 
(51%,8%,0%,44%)
(0.51/0.08/0.00/0.44)	

CMYK percentages

%50.7
%7.75
%0
%44.31

Codes

Color #46838E in popluar color models

46838E
RGB70131142
HSL189°33.96%41.57%
HSB/HSV189°50.70%55.69%
CMYK50.70%7.75%0.00%
44.31%

Color #46838E in popluar number systems.

HEX46838E
Decimal70131142
Binary10001101000001110001110
Octal106203216

Shades and tints

Shades of #46838E

#46838E
(70,131,142)
#407882
(64,120,130)
#3A6D76
(58,109,118)
#34626A
(52,98,106)
#2E575E
(46,87,94)
#284C52
(40,76,82)
#224146
(34,65,70)
#1C363A
(28,54,58)
#162B2E
(22,43,46)
#102022
(16,32,34)
#0A1516
(10,21,22)
#000000
(0,0,0)

Tints of #46838E

#46838E
(70,131,142)
#568E98
(86,142,152)
#6699A2
(102,153,162)
#76A4AC
(118,164,172)
#86AFB6
(134,175,182)
#96BAC0
(150,186,192)
#A6C5CA
(166,197,202)
#B6D0D4
(182,208,212)
#C6DBDE
(198,219,222)
#D6E6E8
(214,230,232)
#E6F1F2
(230,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46838E; }

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

This text font color is #46838E.


Background Color

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

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

This div background color is #46838E.


Border color

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

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

This div border color is #46838E.


Opacity

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

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

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

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

This text has shadow with #46838E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46838E on black background.


Color preview on white background

This text has color #46838E on white background.



Black color preview on #46838E background

This text has black color on #46838E background.


White color preview on #46838E background

This text has white color on #46838E background.