COLOR #46BCD8

HEX: #46BCD8 RGB: (70,188,216)

Color info

#46BCD8 contains mainly green and blue colors. Web safe color of #46BCD8 is #33CCCC (or #3CC).

RGB color model

#46BCD8 color RGB value is (70,188,216).

RGB: (70,188,216) (27%, 74%, 85%)

RGB channels and saturation

R 70 of 255 = 27%
G 188 of 255 = 74%
B 216 of 255 = 85%

70
188
216

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

Portions of RGB colors in percentages

R + G + B = 70 + 188 + 216 = 474 (100%)
R 70 of 474 ~ 14.77%
G 188 of 474 ~ 39.66%
B 216 of 474 ~ 45.57'%

%14.77
%39.66
%45.57

CMYK color model

#46BCD8 color CMYK value is (68,13,0,15).

  • cyan value is 67.59%
  • magenta value is 12.96%
  • yellow value is 0.00%
  • key color value is 15.29%

CMYK: (68,13,0,15)
C68M13Y0K15 (68%, 13%, 0%, 15%)
(0.68 / 0.13 / 0.00 / 0.15)

CMYK percentages

%67.59
%12.96
%0
%15.29

Codes

Color #46BCD8 in popluar color models

46 BC D8
RGB 70 188 216
HSL 192° 65.18% 56.08%
HSB/HSV 192° 67.59% 84.71%
CMYK 67.59% 12.96% 0.00%
15.29%

Color #46BCD8 in popluar number systems.

HEX 46 BC D8
Decimal 70 188 216
Binary 1000110 10111100 11011000
Octal 106 274 330

Shades and tints

Shades of #46BCD8

#46BCD8
(70,188,216)
#40ABC5
(64,171,197)
#3A9AB2
(58,154,178)
#34899F
(52,137,159)
#2E788C
(46,120,140)
#286779
(40,103,121)
#225666
(34,86,102)
#1C4553
(28,69,83)
#163440
(22,52,64)
#10232D
(16,35,45)
#0A121A
(10,18,26)
#000000
(0,0,0)

Tints of #46BCD8

#46BCD8
(70,188,216)
#56C2DB
(86,194,219)
#66C8DE
(102,200,222)
#76CEE1
(118,206,225)
#86D4E4
(134,212,228)
#96DAE7
(150,218,231)
#A6E0EA
(166,224,234)
#B6E6ED
(182,230,237)
#C6ECF0
(198,236,240)
#D6F2F3
(214,242,243)
#E6F8F6
(230,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46BCD8 color. Also use rgb(70,188,216) instead hex code.

Text Font Color

.myTextColor { color: #46BCD8; }

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

This text font color is #46BCD8.

Background Color

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

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

This div background color is #46BCD8.

Border color

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

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

This div border color is #46BCD8.

Opacity

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

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

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

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

This text has shadow with #46BCD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #46BCD8.

Preview

Color preview on black background

This text has color #46BCD8 on black background.


Color preview on white background

This text has color #46BCD8 on white background.


Black color preview on #46BCD8 background

This text has black color on #46BCD8 background.


White color preview on #46BCD8 background

This text has white color on #46BCD8 background.


Related colors

Complementary color

Complementary color for #hex is #B94327.


I love getcolorcode.com

Triadic colors

1 #D846BC and #BCD846 with #46BCD8 are triadic colors.

2 #D8BC46 and #BC46D8 with #46BCD8 are triadic colors.