COLOR #496BF7

HEX: #496BF7
RGB: (73,107,247)

Color info

#496BF7 contains mainly blue color. Web safe color of #496BF7 is #3366FF (or #36F).

RGB color model

#496BF7 color RGB value is (73,107,247).

  • red value is 73;
  • green value is 107;
  • blue value is 247.
RGB:
(73,107,247)
(29%,42%,97%)

RGB channels and saturation

R 73 of 255 = 29%
G 107 of 255 = 42%
B 247 of 255 = 97%

73
107
247

R + G + B ~ 56%. #496BF7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
73 + 107 + 247 = 427 (100%)
R 73 of 427 ~ 17.1%
G 107 of 427 ~ 25.06%
B 247 of 427 ~ 57.85%

%17.1
%25.06
%57.85

CMYK color model

#496BF7 color CMYK value is (70,57,0,3).

  • cyan value is 70.45%
  • magenta value is 56.68%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(70,57,0,3)
C70M57Y0K3 
(70%,57%,0%,3%)
(0.70/0.57/0.00/0.03)	

CMYK percentages

%70.45
%56.68
%0
%3.14

Codes

Color #496BF7 in popluar color models

496BF7
RGB73107247
HSL228°91.58%62.75%
HSB/HSV228°70.45%96.86%
CMYK70.45%56.68%0.00%
3.14%

Color #496BF7 in popluar number systems.

HEX496BF7
Decimal73107247
Binary1001001110101111110111
Octal111153367

Shades and tints

Shades of #496BF7

#496BF7
(73,107,247)
#4362E1
(67,98,225)
#3D59CB
(61,89,203)
#3750B5
(55,80,181)
#31479F
(49,71,159)
#2B3E89
(43,62,137)
#253573
(37,53,115)
#1F2C5D
(31,44,93)
#192347
(25,35,71)
#131A31
(19,26,49)
#0D111B
(13,17,27)
#000000
(0,0,0)

Tints of #496BF7

#496BF7
(73,107,247)
#5978F7
(89,120,247)
#6985F7
(105,133,247)
#7992F7
(121,146,247)
#899FF7
(137,159,247)
#99ACF7
(153,172,247)
#A9B9F7
(169,185,247)
#B9C6F7
(185,198,247)
#C9D3F7
(201,211,247)
#D9E0F7
(217,224,247)
#E9EDF7
(233,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #496BF7 color. Also use rgb(73,107,247) instead hex code.

Text Font Color

.myTextColor { color: #496BF7; }

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

This text font color is #496BF7.


Background Color

.myBgColor { background-color: #496BF7; }

<div style="background-color:#496BF7">Inner text</div>

This div background color is #496BF7.


Border color

.myBorderColor { border: 1px solid #496BF7; }

<div style="border:3px solid #496BF7">Div</div>

This div border color is #496BF7.


Opacity

.myOpacity80 { color: #496BF7; opacity: 0.8; }

<p style="color:#496BF7;opacity:0.8;">80%</p>

Text with #496BF7 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 #496BF7;}

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

This text has shadow with #496BF7 color.

.textShadow {text-shadow: 3px 3px 1px #496BF7, 3px 3px 1px red;}

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

This text has shadow with #496BF7 primary color and red secondary color.


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

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

This text has shadow with #496BF7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496BF7 on black background.


Color preview on white background

This text has color #496BF7 on white background.



Black color preview on #496BF7 background

This text has black color on #496BF7 background.


White color preview on #496BF7 background

This text has white color on #496BF7 background.