COLOR #46B2E8

HEX: #46B2E8
RGB: (70,178,232)

Color info

#46B2E8 contains mainly green and blue colors. Web safe color of #46B2E8 is #3399FF (or #39F).

RGB color model

#46B2E8 color RGB value is (70,178,232).

  • red value is 70;
  • green value is 178;
  • blue value is 232.
RGB:
(70,178,232)
(27%,70%,91%)

RGB channels and saturation

R 70 of 255 = 27%
G 178 of 255 = 70%
B 232 of 255 = 91%

70
178
232

R + G + B ~ 63%. #46B2E8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
70 + 178 + 232 = 480 (100%)
R 70 of 480 ~ 14.58%
G 178 of 480 ~ 37.08%
B 232 of 480 ~ 48.33%

%14.58
%37.08
%48.33

CMYK color model

#46B2E8 color CMYK value is (70,23,0,9).

  • cyan value is 69.83%
  • magenta value is 23.28%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(70,23,0,9)
C70M23Y0K9 
(70%,23%,0%,9%)
(0.70/0.23/0.00/0.09)	

CMYK percentages

%69.83
%23.28
%0
%9.02

Codes

Color #46B2E8 in popluar color models

46B2E8
RGB70178232
HSL200°77.88%59.22%
HSB/HSV200°69.83%90.98%
CMYK69.83%23.28%0.00%
9.02%

Color #46B2E8 in popluar number systems.

HEX46B2E8
Decimal70178232
Binary10001101011001011101000
Octal106262350

Shades and tints

Shades of #46B2E8

#46B2E8
(70,178,232)
#40A2D3
(64,162,211)
#3A92BE
(58,146,190)
#3482A9
(52,130,169)
#2E7294
(46,114,148)
#28627F
(40,98,127)
#22526A
(34,82,106)
#1C4255
(28,66,85)
#163240
(22,50,64)
#10222B
(16,34,43)
#0A1216
(10,18,22)
#000000
(0,0,0)

Tints of #46B2E8

#46B2E8
(70,178,232)
#56B9EA
(86,185,234)
#66C0EC
(102,192,236)
#76C7EE
(118,199,238)
#86CEF0
(134,206,240)
#96D5F2
(150,213,242)
#A6DCF4
(166,220,244)
#B6E3F6
(182,227,246)
#C6EAF8
(198,234,248)
#D6F1FA
(214,241,250)
#E6F8FC
(230,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46B2E8 color. Also use rgb(70,178,232) instead hex code.

Text Font Color

.myTextColor { color: #46B2E8; }

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

This text font color is #46B2E8.


Background Color

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

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

This div background color is #46B2E8.


Border color

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

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

This div border color is #46B2E8.


Opacity

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

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

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

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

This text has shadow with #46B2E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46B2E8 on black background.


Color preview on white background

This text has color #46B2E8 on white background.



Black color preview on #46B2E8 background

This text has black color on #46B2E8 background.


White color preview on #46B2E8 background

This text has white color on #46B2E8 background.