COLOR #46B0E0

HEX: #46B0E0
RGB: (70,176,224)

Color info

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

RGB color model

#46B0E0 color RGB value is (70,176,224).

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

RGB channels and saturation

R 70 of 255 = 27%
G 176 of 255 = 69%
B 224 of 255 = 88%

70
176
224

R + G + B ~ 61%. #46B0E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
70 + 176 + 224 = 470 (100%)
R 70 of 470 ~ 14.89%
G 176 of 470 ~ 37.45%
B 224 of 470 ~ 47.66%

%14.89
%37.45
%47.66

CMYK color model

#46B0E0 color CMYK value is (69,21,0,12).

  • cyan value is 68.75%
  • magenta value is 21.43%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(69,21,0,12)
C69M21Y0K12 
(69%,21%,0%,12%)
(0.69/0.21/0.00/0.12)	

CMYK percentages

%68.75
%21.43
%0
%12.16

Codes

Color #46B0E0 in popluar color models

46B0E0
RGB70176224
HSL199°71.30%57.65%
HSB/HSV199°68.75%87.84%
CMYK68.75%21.43%0.00%
12.16%

Color #46B0E0 in popluar number systems.

HEX46B0E0
Decimal70176224
Binary10001101011000011100000
Octal106260340

Shades and tints

Shades of #46B0E0

#46B0E0
(70,176,224)
#40A0CC
(64,160,204)
#3A90B8
(58,144,184)
#3480A4
(52,128,164)
#2E7090
(46,112,144)
#28607C
(40,96,124)
#225068
(34,80,104)
#1C4054
(28,64,84)
#163040
(22,48,64)
#10202C
(16,32,44)
#0A1018
(10,16,24)
#000000
(0,0,0)

Tints of #46B0E0

#46B0E0
(70,176,224)
#56B7E2
(86,183,226)
#66BEE4
(102,190,228)
#76C5E6
(118,197,230)
#86CCE8
(134,204,232)
#96D3EA
(150,211,234)
#A6DAEC
(166,218,236)
#B6E1EE
(182,225,238)
#C6E8F0
(198,232,240)
#D6EFF2
(214,239,242)
#E6F6F4
(230,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46B0E0; }

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

This text font color is #46B0E0.


Background Color

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

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

This div background color is #46B0E0.


Border color

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

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

This div border color is #46B0E0.


Opacity

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

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

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

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

This text has shadow with #46B0E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46B0E0 on black background.


Color preview on white background

This text has color #46B0E0 on white background.



Black color preview on #46B0E0 background

This text has black color on #46B0E0 background.


White color preview on #46B0E0 background

This text has white color on #46B0E0 background.