COLOR #46ABBD

HEX: #46ABBD
RGB: (70,171,189)

Color info

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

RGB color model

#46ABBD color RGB value is (70,171,189).

  • red value is 70;
  • green value is 171;
  • blue value is 189.
RGB:
(70,171,189)
(27%,67%,74%)

RGB channels and saturation

R 70 of 255 = 27%
G 171 of 255 = 67%
B 189 of 255 = 74%

70
171
189

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

Portions of RGB colors in percentages

R + G + B =
70 + 171 + 189 = 430 (100%)
R 70 of 430 ~ 16.28%
G 171 of 430 ~ 39.77%
B 189 of 430 ~ 43.95%

%16.28
%39.77
%43.95

CMYK color model

#46ABBD color CMYK value is (63,10,0,26).

  • cyan value is 62.96%
  • magenta value is 9.52%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(63,10,0,26)
C63M10Y0K26 
(63%,10%,0%,26%)
(0.63/0.10/0.00/0.26)	

CMYK percentages

%62.96
%9.52
%0
%25.88

Codes

Color #46ABBD in popluar color models

46ABBD
RGB70171189
HSL189°47.41%50.78%
HSB/HSV189°62.96%74.12%
CMYK62.96%9.52%0.00%
25.88%

Color #46ABBD in popluar number systems.

HEX46ABBD
Decimal70171189
Binary10001101010101110111101
Octal106253275

Shades and tints

Shades of #46ABBD

#46ABBD
(70,171,189)
#409CAC
(64,156,172)
#3A8D9B
(58,141,155)
#347E8A
(52,126,138)
#2E6F79
(46,111,121)
#286068
(40,96,104)
#225157
(34,81,87)
#1C4246
(28,66,70)
#163335
(22,51,53)
#102424
(16,36,36)
#0A1513
(10,21,19)
#000000
(0,0,0)

Tints of #46ABBD

#46ABBD
(70,171,189)
#56B2C3
(86,178,195)
#66B9C9
(102,185,201)
#76C0CF
(118,192,207)
#86C7D5
(134,199,213)
#96CEDB
(150,206,219)
#A6D5E1
(166,213,225)
#B6DCE7
(182,220,231)
#C6E3ED
(198,227,237)
#D6EAF3
(214,234,243)
#E6F1F9
(230,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46ABBD color. Also use rgb(70,171,189) instead hex code.

Text Font Color

.myTextColor { color: #46ABBD; }

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

This text font color is #46ABBD.


Background Color

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

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

This div background color is #46ABBD.


Border color

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

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

This div border color is #46ABBD.


Opacity

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

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

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

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

This text has shadow with #46ABBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46ABBD on black background.


Color preview on white background

This text has color #46ABBD on white background.



Black color preview on #46ABBD background

This text has black color on #46ABBD background.


White color preview on #46ABBD background

This text has white color on #46ABBD background.