COLOR #4796F2

HEX: #4796F2
RGB: (71,150,242)

Color info

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

RGB color model

#4796F2 color RGB value is (71,150,242).

  • red value is 71;
  • green value is 150;
  • blue value is 242.
RGB:
(71,150,242)
(28%,59%,95%)

RGB channels and saturation

R 71 of 255 = 28%
G 150 of 255 = 59%
B 242 of 255 = 95%

71
150
242

R + G + B ~ 61%. #4796F2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
71 + 150 + 242 = 463 (100%)
R 71 of 463 ~ 15.33%
G 150 of 463 ~ 32.4%
B 242 of 463 ~ 52.27%

%15.33
%32.4
%52.27

CMYK color model

#4796F2 color CMYK value is (71,38,0,5).

  • cyan value is 70.66%
  • magenta value is 38.02%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(71,38,0,5)
C71M38Y0K5 
(71%,38%,0%,5%)
(0.71/0.38/0.00/0.05)	

CMYK percentages

%70.66
%38.02
%0
%5.1

Codes

Color #4796F2 in popluar color models

4796F2
RGB71150242
HSL212°86.80%61.37%
HSB/HSV212°70.66%94.90%
CMYK70.66%38.02%0.00%
5.10%

Color #4796F2 in popluar number systems.

HEX4796F2
Decimal71150242
Binary10001111001011011110010
Octal107226362

Shades and tints

Shades of #4796F2

#4796F2
(71,150,242)
#4189DC
(65,137,220)
#3B7CC6
(59,124,198)
#356FB0
(53,111,176)
#2F629A
(47,98,154)
#295584
(41,85,132)
#23486E
(35,72,110)
#1D3B58
(29,59,88)
#172E42
(23,46,66)
#11212C
(17,33,44)
#0B1416
(11,20,22)
#000000
(0,0,0)

Tints of #4796F2

#4796F2
(71,150,242)
#579FF3
(87,159,243)
#67A8F4
(103,168,244)
#77B1F5
(119,177,245)
#87BAF6
(135,186,246)
#97C3F7
(151,195,247)
#A7CCF8
(167,204,248)
#B7D5F9
(183,213,249)
#C7DEFA
(199,222,250)
#D7E7FB
(215,231,251)
#E7F0FC
(231,240,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4796F2 color. Also use rgb(71,150,242) instead hex code.

Text Font Color

.myTextColor { color: #4796F2; }

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

This text font color is #4796F2.


Background Color

.myBgColor { background-color: #4796F2; }

<div style="background-color:#4796F2">Inner text</div>

This div background color is #4796F2.


Border color

.myBorderColor { border: 1px solid #4796F2; }

<div style="border:3px solid #4796F2">Div</div>

This div border color is #4796F2.


Opacity

.myOpacity80 { color: #4796F2; opacity: 0.8; }

<p style="color:#4796F2;opacity:0.8;">80%</p>

Text with #4796F2 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 #4796F2;}

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

This text has shadow with #4796F2 color.

.textShadow {text-shadow: 3px 3px 1px #4796F2, 3px 3px 1px red;}

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

This text has shadow with #4796F2 primary color and red secondary color.


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

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

This text has shadow with #4796F2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4796F2 on black background.


Color preview on white background

This text has color #4796F2 on white background.



Black color preview on #4796F2 background

This text has black color on #4796F2 background.


White color preview on #4796F2 background

This text has white color on #4796F2 background.