COLOR #0479E8

HEX: #0479E8
RGB: (4,121,232)

Color info

#0479E8 contains mainly blue color. Web safe color of #0479E8 is #0066FF (or #06F).

RGB color model

#0479E8 color RGB value is (4,121,232).

  • red value is 4;
  • green value is 121;
  • blue value is 232.
RGB:
(4,121,232)
(2%,47%,91%)

RGB channels and saturation

R 4 of 255 = 2%
G 121 of 255 = 47%
B 232 of 255 = 91%

4
121
232

R + G + B ~ 47%. #0479E8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
4 + 121 + 232 = 357 (100%)
R 4 of 357 ~ 1.12%
G 121 of 357 ~ 33.89%
B 232 of 357 ~ 64.99%

%33.89
%64.99

CMYK color model

#0479E8 color CMYK value is (98,48,0,9).

  • cyan value is 98.28%
  • magenta value is 47.84%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(98,48,0,9)
C98M48Y0K9 
(98%,48%,0%,9%)
(0.98/0.48/0.00/0.09)	

CMYK percentages

%98.28
%47.84
%0
%9.02

Codes

Color #0479E8 in popluar color models

0479E8
RGB4121232
HSL209°96.61%46.27%
HSB/HSV209°98.28%90.98%
CMYK98.28%47.84%0.00%
9.02%

Color #0479E8 in popluar number systems.

HEX0479E8
Decimal4121232
Binary100111100111101000
Octal4171350

Shades and tints

Shades of #0479E8

#0479E8
(4,121,232)
#046ED3
(4,110,211)
#0463BE
(4,99,190)
#0458A9
(4,88,169)
#044D94
(4,77,148)
#04427F
(4,66,127)
#04376A
(4,55,106)
#042C55
(4,44,85)
#042140
(4,33,64)
#04162B
(4,22,43)
#040B16
(4,11,22)
#000000
(0,0,0)

Tints of #0479E8

#0479E8
(4,121,232)
#1A85EA
(26,133,234)
#3091EC
(48,145,236)
#469DEE
(70,157,238)
#5CA9F0
(92,169,240)
#72B5F2
(114,181,242)
#88C1F4
(136,193,244)
#9ECDF6
(158,205,246)
#B4D9F8
(180,217,248)
#CAE5FA
(202,229,250)
#E0F1FC
(224,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0479E8 color. Also use rgb(4,121,232) instead hex code.

Text Font Color

.myTextColor { color: #0479E8; }

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

This text font color is #0479E8.


Background Color

.myBgColor { background-color: #0479E8; }

<div style="background-color:#0479E8">Inner text</div>

This div background color is #0479E8.


Border color

.myBorderColor { border: 1px solid #0479E8; }

<div style="border:3px solid #0479E8">Div</div>

This div border color is #0479E8.


Opacity

.myOpacity80 { color: #0479E8; opacity: 0.8; }

<p style="color:#0479E8;opacity:0.8;">80%</p>

Text with #0479E8 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 #0479E8;}

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

This text has shadow with #0479E8 color.

.textShadow {text-shadow: 3px 3px 1px #0479E8, 3px 3px 1px red;}

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

This text has shadow with #0479E8 primary color and red secondary color.


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

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

This text has shadow with #0479E8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0479E8 on black background.


Color preview on white background

This text has color #0479E8 on white background.



Black color preview on #0479E8 background

This text has black color on #0479E8 background.


White color preview on #0479E8 background

This text has white color on #0479E8 background.