COLOR #46B0E6

HEX: #46B0E6
RGB: (70,176,230)

Color info

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

RGB color model

#46B0E6 color RGB value is (70,176,230).

  • red value is 70;
  • green value is 176;
  • blue value is 230.
RGB:
(70,176,230)
(27%,69%,90%)

RGB channels and saturation

R 70 of 255 = 27%
G 176 of 255 = 69%
B 230 of 255 = 90%

70
176
230

R + G + B ~ 62%. #46B0E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
70 + 176 + 230 = 476 (100%)
R 70 of 476 ~ 14.71%
G 176 of 476 ~ 36.97%
B 230 of 476 ~ 48.32%

%14.71
%36.97
%48.32

CMYK color model

#46B0E6 color CMYK value is (70,23,0,10).

  • cyan value is 69.57%
  • magenta value is 23.48%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(70,23,0,10)
C70M23Y0K10 
(70%,23%,0%,10%)
(0.70/0.23/0.00/0.10)	

CMYK percentages

%69.57
%23.48
%0
%9.8

Codes

Color #46B0E6 in popluar color models

46B0E6
RGB70176230
HSL200°76.19%58.82%
HSB/HSV200°69.57%90.20%
CMYK69.57%23.48%0.00%
9.80%

Color #46B0E6 in popluar number systems.

HEX46B0E6
Decimal70176230
Binary10001101011000011100110
Octal106260346

Shades and tints

Shades of #46B0E6

#46B0E6
(70,176,230)
#40A0D2
(64,160,210)
#3A90BE
(58,144,190)
#3480AA
(52,128,170)
#2E7096
(46,112,150)
#286082
(40,96,130)
#22506E
(34,80,110)
#1C405A
(28,64,90)
#163046
(22,48,70)
#102032
(16,32,50)
#0A101E
(10,16,30)
#000000
(0,0,0)

Tints of #46B0E6

#46B0E6
(70,176,230)
#56B7E8
(86,183,232)
#66BEEA
(102,190,234)
#76C5EC
(118,197,236)
#86CCEE
(134,204,238)
#96D3F0
(150,211,240)
#A6DAF2
(166,218,242)
#B6E1F4
(182,225,244)
#C6E8F6
(198,232,246)
#D6EFF8
(214,239,248)
#E6F6FA
(230,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46B0E6 color. Also use rgb(70,176,230) instead hex code.

Text Font Color

.myTextColor { color: #46B0E6; }

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

This text font color is #46B0E6.


Background Color

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

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

This div background color is #46B0E6.


Border color

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

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

This div border color is #46B0E6.


Opacity

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

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

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

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

This text has shadow with #46B0E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46B0E6 on black background.


Color preview on white background

This text has color #46B0E6 on white background.



Black color preview on #46B0E6 background

This text has black color on #46B0E6 background.


White color preview on #46B0E6 background

This text has white color on #46B0E6 background.