COLOR #46A8B9

HEX: #46A8B9
RGB: (70,168,185)

Color info

#46A8B9 contains mainly green and blue colors. Web safe color of #46A8B9 is #3399CC (or #39C).

RGB color model

#46A8B9 color RGB value is (70,168,185).

  • red value is 70;
  • green value is 168;
  • blue value is 185.
RGB:
(70,168,185)
(27%,66%,73%)

RGB channels and saturation

R 70 of 255 = 27%
G 168 of 255 = 66%
B 185 of 255 = 73%

70
168
185

R + G + B ~ 55%. #46A8B9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
70 + 168 + 185 = 423 (100%)
R 70 of 423 ~ 16.55%
G 168 of 423 ~ 39.72%
B 185 of 423 ~ 43.74%

%16.55
%39.72
%43.74

CMYK color model

#46A8B9 color CMYK value is (62,9,0,27).

  • cyan value is 62.16%
  • magenta value is 9.19%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(62,9,0,27)
C62M9Y0K27 
(62%,9%,0%,27%)
(0.62/0.09/0.00/0.27)	

CMYK percentages

%62.16
%9.19
%0
%27.45

Codes

Color #46A8B9 in popluar color models

46A8B9
RGB70168185
HSL189°45.10%50.00%
HSB/HSV189°62.16%72.55%
CMYK62.16%9.19%0.00%
27.45%

Color #46A8B9 in popluar number systems.

HEX46A8B9
Decimal70168185
Binary10001101010100010111001
Octal106250271

Shades and tints

Shades of #46A8B9

#46A8B9
(70,168,185)
#4099A9
(64,153,169)
#3A8A99
(58,138,153)
#347B89
(52,123,137)
#2E6C79
(46,108,121)
#285D69
(40,93,105)
#224E59
(34,78,89)
#1C3F49
(28,63,73)
#163039
(22,48,57)
#102129
(16,33,41)
#0A1219
(10,18,25)
#000000
(0,0,0)

Tints of #46A8B9

#46A8B9
(70,168,185)
#56AFBF
(86,175,191)
#66B6C5
(102,182,197)
#76BDCB
(118,189,203)
#86C4D1
(134,196,209)
#96CBD7
(150,203,215)
#A6D2DD
(166,210,221)
#B6D9E3
(182,217,227)
#C6E0E9
(198,224,233)
#D6E7EF
(214,231,239)
#E6EEF5
(230,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46A8B9 color. Also use rgb(70,168,185) instead hex code.

Text Font Color

.myTextColor { color: #46A8B9; }

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

This text font color is #46A8B9.


Background Color

.myBgColor { background-color: #46A8B9; }

<div style="background-color:#46A8B9">Inner text</div>

This div background color is #46A8B9.


Border color

.myBorderColor { border: 1px solid #46A8B9; }

<div style="border:3px solid #46A8B9">Div</div>

This div border color is #46A8B9.


Opacity

.myOpacity80 { color: #46A8B9; opacity: 0.8; }

<p style="color:#46A8B9;opacity:0.8;">80%</p>

Text with #46A8B9 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 #46A8B9;}

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

This text has shadow with #46A8B9 color.

.textShadow {text-shadow: 3px 3px 1px #46A8B9, 3px 3px 1px red;}

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

This text has shadow with #46A8B9 primary color and red secondary color.


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

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

This text has shadow with #46A8B9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46A8B9 on black background.


Color preview on white background

This text has color #46A8B9 on white background.



Black color preview on #46A8B9 background

This text has black color on #46A8B9 background.


White color preview on #46A8B9 background

This text has white color on #46A8B9 background.