COLOR #044CF6

HEX: #044CF6
RGB: (4,76,246)

Color info

#044CF6 contains mainly blue color. Web safe color of #044CF6 is #0033FF (or #03F).

RGB color model

#044CF6 color RGB value is (4,76,246).

  • red value is 4;
  • green value is 76;
  • blue value is 246.
RGB:
(4,76,246)
(2%,30%,96%)

RGB channels and saturation

R 4 of 255 = 2%
G 76 of 255 = 30%
B 246 of 255 = 96%

4
76
246

R + G + B ~ 43%. #044CF6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
4 + 76 + 246 = 326 (100%)
R 4 of 326 ~ 1.23%
G 76 of 326 ~ 23.31%
B 246 of 326 ~ 75.46%

%23.31
%75.46

CMYK color model

#044CF6 color CMYK value is (98,69,0,4).

  • cyan value is 98.37%
  • magenta value is 69.11%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(98,69,0,4)
C98M69Y0K4 
(98%,69%,0%,4%)
(0.98/0.69/0.00/0.04)	

CMYK percentages

%98.37
%69.11
%0
%3.53

Codes

Color #044CF6 in popluar color models

044CF6
RGB476246
HSL222°96.80%49.02%
HSB/HSV222°98.37%96.47%
CMYK98.37%69.11%0.00%
3.53%

Color #044CF6 in popluar number systems.

HEX044CF6
Decimal476246
Binary100100110011110110
Octal4114366

Shades and tints

Shades of #044CF6

#044CF6
(4,76,246)
#0446E0
(4,70,224)
#0440CA
(4,64,202)
#043AB4
(4,58,180)
#04349E
(4,52,158)
#042E88
(4,46,136)
#042872
(4,40,114)
#04225C
(4,34,92)
#041C46
(4,28,70)
#041630
(4,22,48)
#04101A
(4,16,26)
#000000
(0,0,0)

Tints of #044CF6

#044CF6
(4,76,246)
#1A5CF6
(26,92,246)
#306CF6
(48,108,246)
#467CF6
(70,124,246)
#5C8CF6
(92,140,246)
#729CF6
(114,156,246)
#88ACF6
(136,172,246)
#9EBCF6
(158,188,246)
#B4CCF6
(180,204,246)
#CADCF6
(202,220,246)
#E0ECF6
(224,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #044CF6 color. Also use rgb(4,76,246) instead hex code.

Text Font Color

.myTextColor { color: #044CF6; }

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

This text font color is #044CF6.


Background Color

.myBgColor { background-color: #044CF6; }

<div style="background-color:#044CF6">Inner text</div>

This div background color is #044CF6.


Border color

.myBorderColor { border: 1px solid #044CF6; }

<div style="border:3px solid #044CF6">Div</div>

This div border color is #044CF6.


Opacity

.myOpacity80 { color: #044CF6; opacity: 0.8; }

<p style="color:#044CF6;opacity:0.8;">80%</p>

Text with #044CF6 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 #044CF6;}

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

This text has shadow with #044CF6 color.

.textShadow {text-shadow: 3px 3px 1px #044CF6, 3px 3px 1px red;}

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

This text has shadow with #044CF6 primary color and red secondary color.


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

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

This text has shadow with #044CF6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #044CF6 on black background.


Color preview on white background

This text has color #044CF6 on white background.



Black color preview on #044CF6 background

This text has black color on #044CF6 background.


White color preview on #044CF6 background

This text has white color on #044CF6 background.