COLOR #0491EC

HEX: #0491EC
RGB: (4,145,236)

Color info

#0491EC contains mainly blue color. Web safe color of #0491EC is #0099FF (or #09F).

RGB color model

#0491EC color RGB value is (4,145,236).

  • red value is 4;
  • green value is 145;
  • blue value is 236.
RGB:
(4,145,236)
(2%,57%,93%)

RGB channels and saturation

R 4 of 255 = 2%
G 145 of 255 = 57%
B 236 of 255 = 93%

4
145
236

R + G + B ~ 51%. #0491EC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
4 + 145 + 236 = 385 (100%)
R 4 of 385 ~ 1.04%
G 145 of 385 ~ 37.66%
B 236 of 385 ~ 61.3%

%37.66
%61.3

CMYK color model

#0491EC color CMYK value is (98,39,0,7).

  • cyan value is 98.31%
  • magenta value is 38.56%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(98,39,0,7)
C98M39Y0K7 
(98%,39%,0%,7%)
(0.98/0.39/0.00/0.07)	

CMYK percentages

%98.31
%38.56
%0
%7.45

Codes

Color #0491EC in popluar color models

0491EC
RGB4145236
HSL204°96.67%47.06%
HSB/HSV204°98.31%92.55%
CMYK98.31%38.56%0.00%
7.45%

Color #0491EC in popluar number systems.

HEX0491EC
Decimal4145236
Binary1001001000111101100
Octal4221354

Shades and tints

Shades of #0491EC

#0491EC
(4,145,236)
#0484D7
(4,132,215)
#0477C2
(4,119,194)
#046AAD
(4,106,173)
#045D98
(4,93,152)
#045083
(4,80,131)
#04436E
(4,67,110)
#043659
(4,54,89)
#042944
(4,41,68)
#041C2F
(4,28,47)
#040F1A
(4,15,26)
#000000
(0,0,0)

Tints of #0491EC

#0491EC
(4,145,236)
#1A9BED
(26,155,237)
#30A5EE
(48,165,238)
#46AFEF
(70,175,239)
#5CB9F0
(92,185,240)
#72C3F1
(114,195,241)
#88CDF2
(136,205,242)
#9ED7F3
(158,215,243)
#B4E1F4
(180,225,244)
#CAEBF5
(202,235,245)
#E0F5F6
(224,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0491EC color. Also use rgb(4,145,236) instead hex code.

Text Font Color

.myTextColor { color: #0491EC; }

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

This text font color is #0491EC.


Background Color

.myBgColor { background-color: #0491EC; }

<div style="background-color:#0491EC">Inner text</div>

This div background color is #0491EC.


Border color

.myBorderColor { border: 1px solid #0491EC; }

<div style="border:3px solid #0491EC">Div</div>

This div border color is #0491EC.


Opacity

.myOpacity80 { color: #0491EC; opacity: 0.8; }

<p style="color:#0491EC;opacity:0.8;">80%</p>

Text with #0491EC 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 #0491EC;}

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

This text has shadow with #0491EC color.

.textShadow {text-shadow: 3px 3px 1px #0491EC, 3px 3px 1px red;}

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

This text has shadow with #0491EC primary color and red secondary color.


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

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

This text has shadow with #0491EC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0491EC on black background.


Color preview on white background

This text has color #0491EC on white background.



Black color preview on #0491EC background

This text has black color on #0491EC background.


White color preview on #0491EC background

This text has white color on #0491EC background.