COLOR #46AAD0

HEX: #46AAD0
RGB: (70,170,208)

Color info

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

RGB color model

#46AAD0 color RGB value is (70,170,208).

  • red value is 70;
  • green value is 170;
  • blue value is 208.
RGB:
(70,170,208)
(27%,67%,82%)

RGB channels and saturation

R 70 of 255 = 27%
G 170 of 255 = 67%
B 208 of 255 = 82%

70
170
208

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

Portions of RGB colors in percentages

R + G + B =
70 + 170 + 208 = 448 (100%)
R 70 of 448 ~ 15.63%
G 170 of 448 ~ 37.95%
B 208 of 448 ~ 46.43%

%15.63
%37.95
%46.43

CMYK color model

#46AAD0 color CMYK value is (66,18,0,18).

  • cyan value is 66.35%
  • magenta value is 18.27%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(66,18,0,18)
C66M18Y0K18 
(66%,18%,0%,18%)
(0.66/0.18/0.00/0.18)	

CMYK percentages

%66.35
%18.27
%0
%18.43

Codes

Color #46AAD0 in popluar color models

46AAD0
RGB70170208
HSL197°59.48%54.51%
HSB/HSV197°66.35%81.57%
CMYK66.35%18.27%0.00%
18.43%

Color #46AAD0 in popluar number systems.

HEX46AAD0
Decimal70170208
Binary10001101010101011010000
Octal106252320

Shades and tints

Shades of #46AAD0

#46AAD0
(70,170,208)
#409BBE
(64,155,190)
#3A8CAC
(58,140,172)
#347D9A
(52,125,154)
#2E6E88
(46,110,136)
#285F76
(40,95,118)
#225064
(34,80,100)
#1C4152
(28,65,82)
#163240
(22,50,64)
#10232E
(16,35,46)
#0A141C
(10,20,28)
#000000
(0,0,0)

Tints of #46AAD0

#46AAD0
(70,170,208)
#56B1D4
(86,177,212)
#66B8D8
(102,184,216)
#76BFDC
(118,191,220)
#86C6E0
(134,198,224)
#96CDE4
(150,205,228)
#A6D4E8
(166,212,232)
#B6DBEC
(182,219,236)
#C6E2F0
(198,226,240)
#D6E9F4
(214,233,244)
#E6F0F8
(230,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46AAD0 color. Also use rgb(70,170,208) instead hex code.

Text Font Color

.myTextColor { color: #46AAD0; }

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

This text font color is #46AAD0.


Background Color

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

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

This div background color is #46AAD0.


Border color

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

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

This div border color is #46AAD0.


Opacity

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

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

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

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

This text has shadow with #46AAD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46AAD0 on black background.


Color preview on white background

This text has color #46AAD0 on white background.



Black color preview on #46AAD0 background

This text has black color on #46AAD0 background.


White color preview on #46AAD0 background

This text has white color on #46AAD0 background.