COLOR #46A5FC

HEX: #46A5FC
RGB: (70,165,252)

Color info

#46A5FC contains mainly blue color. Web safe color of #46A5FC is #3399FF (or #39F).

RGB color model

#46A5FC color RGB value is (70,165,252).

  • red value is 70;
  • green value is 165;
  • blue value is 252.
RGB:
(70,165,252)
(27%,65%,99%)

RGB channels and saturation

R 70 of 255 = 27%
G 165 of 255 = 65%
B 252 of 255 = 99%

70
165
252

R + G + B ~ 64%. #46A5FC is quite light color.

Portions of RGB colors in percentages

R + G + B =
70 + 165 + 252 = 487 (100%)
R 70 of 487 ~ 14.37%
G 165 of 487 ~ 33.88%
B 252 of 487 ~ 51.75%

%14.37
%33.88
%51.75

CMYK color model

#46A5FC color CMYK value is (72,35,0,1).

  • cyan value is 72.22%
  • magenta value is 34.52%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(72,35,0,1)
C72M35Y0K1 
(72%,35%,0%,1%)
(0.72/0.35/0.00/0.01)	

CMYK percentages

%72.22
%34.52
%0
%1.18

Codes

Color #46A5FC in popluar color models

46A5FC
RGB70165252
HSL209°96.81%63.14%
HSB/HSV209°72.22%98.82%
CMYK72.22%34.52%0.00%
1.18%

Color #46A5FC in popluar number systems.

HEX46A5FC
Decimal70165252
Binary10001101010010111111100
Octal106245374

Shades and tints

Shades of #46A5FC

#46A5FC
(70,165,252)
#4096E6
(64,150,230)
#3A87D0
(58,135,208)
#3478BA
(52,120,186)
#2E69A4
(46,105,164)
#285A8E
(40,90,142)
#224B78
(34,75,120)
#1C3C62
(28,60,98)
#162D4C
(22,45,76)
#101E36
(16,30,54)
#0A0F20
(10,15,32)
#000000
(0,0,0)

Tints of #46A5FC

#46A5FC
(70,165,252)
#56ADFC
(86,173,252)
#66B5FC
(102,181,252)
#76BDFC
(118,189,252)
#86C5FC
(134,197,252)
#96CDFC
(150,205,252)
#A6D5FC
(166,213,252)
#B6DDFC
(182,221,252)
#C6E5FC
(198,229,252)
#D6EDFC
(214,237,252)
#E6F5FC
(230,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46A5FC color. Also use rgb(70,165,252) instead hex code.

Text Font Color

.myTextColor { color: #46A5FC; }

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

This text font color is #46A5FC.


Background Color

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

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

This div background color is #46A5FC.


Border color

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

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

This div border color is #46A5FC.


Opacity

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

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

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

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

This text has shadow with #46A5FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46A5FC on black background.


Color preview on white background

This text has color #46A5FC on white background.



Black color preview on #46A5FC background

This text has black color on #46A5FC background.


White color preview on #46A5FC background

This text has white color on #46A5FC background.