COLOR #46A8D7

HEX: #46A8D7
RGB: (70,168,215)

Color info

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

RGB color model

#46A8D7 color RGB value is (70,168,215).

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

RGB channels and saturation

R 70 of 255 = 27%
G 168 of 255 = 66%
B 215 of 255 = 84%

70
168
215

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

Portions of RGB colors in percentages

R + G + B =
70 + 168 + 215 = 453 (100%)
R 70 of 453 ~ 15.45%
G 168 of 453 ~ 37.09%
B 215 of 453 ~ 47.46%

%15.45
%37.09
%47.46

CMYK color model

#46A8D7 color CMYK value is (67,22,0,16).

  • cyan value is 67.44%
  • magenta value is 21.86%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(67,22,0,16)
C67M22Y0K16 
(67%,22%,0%,16%)
(0.67/0.22/0.00/0.16)	

CMYK percentages

%67.44
%21.86
%0
%15.69

Codes

Color #46A8D7 in popluar color models

46A8D7
RGB70168215
HSL199°64.44%55.88%
HSB/HSV199°67.44%84.31%
CMYK67.44%21.86%0.00%
15.69%

Color #46A8D7 in popluar number systems.

HEX46A8D7
Decimal70168215
Binary10001101010100011010111
Octal106250327

Shades and tints

Shades of #46A8D7

#46A8D7
(70,168,215)
#4099C4
(64,153,196)
#3A8AB1
(58,138,177)
#347B9E
(52,123,158)
#2E6C8B
(46,108,139)
#285D78
(40,93,120)
#224E65
(34,78,101)
#1C3F52
(28,63,82)
#16303F
(22,48,63)
#10212C
(16,33,44)
#0A1219
(10,18,25)
#000000
(0,0,0)

Tints of #46A8D7

#46A8D7
(70,168,215)
#56AFDA
(86,175,218)
#66B6DD
(102,182,221)
#76BDE0
(118,189,224)
#86C4E3
(134,196,227)
#96CBE6
(150,203,230)
#A6D2E9
(166,210,233)
#B6D9EC
(182,217,236)
#C6E0EF
(198,224,239)
#D6E7F2
(214,231,242)
#E6EEF5
(230,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46A8D7; }

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

This text font color is #46A8D7.


Background Color

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

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

This div background color is #46A8D7.


Border color

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

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

This div border color is #46A8D7.


Opacity

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

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

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

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

This text has shadow with #46A8D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46A8D7 on black background.


Color preview on white background

This text has color #46A8D7 on white background.



Black color preview on #46A8D7 background

This text has black color on #46A8D7 background.


White color preview on #46A8D7 background

This text has white color on #46A8D7 background.