COLOR #0496E6

HEX: #0496E6
RGB: (4,150,230)

Color info

#0496E6 contains mainly blue color. Web safe color of #0496E6 is #0099CC (or #09C).

RGB color model

#0496E6 color RGB value is (4,150,230).

  • red value is 4;
  • green value is 150;
  • blue value is 230.
RGB:
(4,150,230)
(2%,59%,90%)

RGB channels and saturation

R 4 of 255 = 2%
G 150 of 255 = 59%
B 230 of 255 = 90%

4
150
230

R + G + B ~ 50%. #0496E6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
4 + 150 + 230 = 384 (100%)
R 4 of 384 ~ 1.04%
G 150 of 384 ~ 39.06%
B 230 of 384 ~ 59.9%

%39.06
%59.9

CMYK color model

#0496E6 color CMYK value is (98,35,0,10).

  • cyan value is 98.26%
  • magenta value is 34.78%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(98,35,0,10)
C98M35Y0K10 
(98%,35%,0%,10%)
(0.98/0.35/0.00/0.10)	

CMYK percentages

%98.26
%34.78
%0
%9.8

Codes

Color #0496E6 in popluar color models

0496E6
RGB4150230
HSL201°96.58%45.88%
HSB/HSV201°98.26%90.20%
CMYK98.26%34.78%0.00%
9.80%

Color #0496E6 in popluar number systems.

HEX0496E6
Decimal4150230
Binary1001001011011100110
Octal4226346

Shades and tints

Shades of #0496E6

#0496E6
(4,150,230)
#0489D2
(4,137,210)
#047CBE
(4,124,190)
#046FAA
(4,111,170)
#046296
(4,98,150)
#045582
(4,85,130)
#04486E
(4,72,110)
#043B5A
(4,59,90)
#042E46
(4,46,70)
#042132
(4,33,50)
#04141E
(4,20,30)
#000000
(0,0,0)

Tints of #0496E6

#0496E6
(4,150,230)
#1A9FE8
(26,159,232)
#30A8EA
(48,168,234)
#46B1EC
(70,177,236)
#5CBAEE
(92,186,238)
#72C3F0
(114,195,240)
#88CCF2
(136,204,242)
#9ED5F4
(158,213,244)
#B4DEF6
(180,222,246)
#CAE7F8
(202,231,248)
#E0F0FA
(224,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0496E6 color. Also use rgb(4,150,230) instead hex code.

Text Font Color

.myTextColor { color: #0496E6; }

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

This text font color is #0496E6.


Background Color

.myBgColor { background-color: #0496E6; }

<div style="background-color:#0496E6">Inner text</div>

This div background color is #0496E6.


Border color

.myBorderColor { border: 1px solid #0496E6; }

<div style="border:3px solid #0496E6">Div</div>

This div border color is #0496E6.


Opacity

.myOpacity80 { color: #0496E6; opacity: 0.8; }

<p style="color:#0496E6;opacity:0.8;">80%</p>

Text with #0496E6 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 #0496E6;}

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

This text has shadow with #0496E6 color.

.textShadow {text-shadow: 3px 3px 1px #0496E6, 3px 3px 1px red;}

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

This text has shadow with #0496E6 primary color and red secondary color.


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

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

This text has shadow with #0496E6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0496E6 on black background.


Color preview on white background

This text has color #0496E6 on white background.



Black color preview on #0496E6 background

This text has black color on #0496E6 background.


White color preview on #0496E6 background

This text has white color on #0496E6 background.