COLOR #46879E

HEX: #46879E
RGB: (70,135,158)

Color info

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

RGB color model

#46879E color RGB value is (70,135,158).

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

RGB channels and saturation

R 70 of 255 = 27%
G 135 of 255 = 53%
B 158 of 255 = 62%

70
135
158

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

Portions of RGB colors in percentages

R + G + B =
70 + 135 + 158 = 363 (100%)
R 70 of 363 ~ 19.28%
G 135 of 363 ~ 37.19%
B 158 of 363 ~ 43.53%

%19.28
%37.19
%43.53

CMYK color model

#46879E color CMYK value is (56,15,0,38).

  • cyan value is 55.70%
  • magenta value is 14.56%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(56,15,0,38)
C56M15Y0K38 
(56%,15%,0%,38%)
(0.56/0.15/0.00/0.38)	

CMYK percentages

%55.7
%14.56
%0
%38.04

Codes

Color #46879E in popluar color models

46879E
RGB70135158
HSL196°38.60%44.71%
HSB/HSV196°55.70%61.96%
CMYK55.70%14.56%0.00%
38.04%

Color #46879E in popluar number systems.

HEX46879E
Decimal70135158
Binary10001101000011110011110
Octal106207236

Shades and tints

Shades of #46879E

#46879E
(70,135,158)
#407B90
(64,123,144)
#3A6F82
(58,111,130)
#346374
(52,99,116)
#2E5766
(46,87,102)
#284B58
(40,75,88)
#223F4A
(34,63,74)
#1C333C
(28,51,60)
#16272E
(22,39,46)
#101B20
(16,27,32)
#0A0F12
(10,15,18)
#000000
(0,0,0)

Tints of #46879E

#46879E
(70,135,158)
#5691A6
(86,145,166)
#669BAE
(102,155,174)
#76A5B6
(118,165,182)
#86AFBE
(134,175,190)
#96B9C6
(150,185,198)
#A6C3CE
(166,195,206)
#B6CDD6
(182,205,214)
#C6D7DE
(198,215,222)
#D6E1E6
(214,225,230)
#E6EBEE
(230,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46879E color. Also use rgb(70,135,158) instead hex code.

Text Font Color

.myTextColor { color: #46879E; }

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

This text font color is #46879E.


Background Color

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

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

This div background color is #46879E.


Border color

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

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

This div border color is #46879E.


Opacity

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

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

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

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

This text has shadow with #46879E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46879E on black background.


Color preview on white background

This text has color #46879E on white background.



Black color preview on #46879E background

This text has black color on #46879E background.


White color preview on #46879E background

This text has white color on #46879E background.