COLOR #46878A

HEX: #46878A RGB: (70,135,138)

Color info

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

RGB color model

#46878A color RGB value is (70,135,138).

RGB: (70,135,138) (27%, 53%, 54%)

RGB channels and saturation

R 70 of 255 = 27%
G 135 of 255 = 53%
B 138 of 255 = 54%

70
135
138

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

Portions of RGB colors in percentages

R + G + B = 70 + 135 + 138 = 343 (100%)
R 70 of 343 ~ 20.41%
G 135 of 343 ~ 39.36%
B 138 of 343 ~ 40.23'%

%20.41
%39.36
%40.23

CMYK color model

#46878A color CMYK value is (49,2,0,46).

  • cyan value is 49.28%
  • magenta value is 2.17%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK: (49,2,0,46) C49M2Y0K46 (49%,2%,0%,46%) (0.49/0.02/0.00/0.46) 

CMYK percentages

%49.28
%2.17
%0
%45.88

Codes

Color #46878A in popluar color models

46 87 8A
RGB 70 135 138
HSL 183° 32.69% 40.78%
HSB/HSV 183° 49.28% 54.12%
CMYK 49.28% 2.17% 0.00%
45.88%

Color #46878A in popluar number systems.

HEX 46 87 8A
Decimal 70 135 138
Binary 1000110 10000111 10001010
Octal 106 207 212

Shades and tints

Shades of #46878A

#46878A
(70,135,138)
#407B7E
(64,123,126)
#3A6F72
(58,111,114)
#346366
(52,99,102)
#2E575A
(46,87,90)
#284B4E
(40,75,78)
#223F42
(34,63,66)
#1C3336
(28,51,54)
#16272A
(22,39,42)
#101B1E
(16,27,30)
#0A0F12
(10,15,18)
#000000
(0,0,0)

Tints of #46878A

#46878A
(70,135,138)
#569194
(86,145,148)
#669B9E
(102,155,158)
#76A5A8
(118,165,168)
#86AFB2
(134,175,178)
#96B9BC
(150,185,188)
#A6C3C6
(166,195,198)
#B6CDD0
(182,205,208)
#C6D7DA
(198,215,218)
#D6E1E4
(214,225,228)
#E6EBEE
(230,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46878A color. Also use rgb(70,135,138) instead hex code.

Text Font Color

.myTextColor { color: #46878A; }

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

This text font color is #46878A.

Background Color

.myBgColor { background-color: #46878A; }

<div style="background-color:#46878A">Inner text</div>

This div background color is #46878A.

Border color

.myBorderColor { border: 1px solid #46878A; }

<div style="border:3px solid #46878A">Div</div>

This div border color is #46878A.

Opacity

.myOpacity80 { color: #46878A; opacity: 0.8; }

<p style="color:#46878A;opacity:0.8;">80%</p>

Text with #46878A 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 #46878A;}

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

This text has shadow with #46878A color.


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

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

This text has shadow with #46878A primary color and red secondary color.


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

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

This text has shadow with #46878A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #46878A.

Preview

Color preview on black background

This text has color #46878A on black background.


Color preview on white background

This text has color #46878A on white background.


Black color preview on #46878A background

This text has black color on #46878A background.


White color preview on #46878A background

This text has white color on #46878A background.


Related colors

Complementary color

Complementary color for #hex is #B97875.


I love getcolorcode.com

Triadic colors

1 #8A4687 and #878A46 with #46878A are triadic colors.

2 #8A8746 and #87468A with #46878A are triadic colors.