COLOR #004AF6

HEX: #004AF6
RGB: (0,74,246)

Color info

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

RGB color model

#004AF6 color RGB value is (0,74,246).

  • red value is 0;
  • green value is 74;
  • blue value is 246.
RGB:
(0,74,246)
(0%,29%,96%)

RGB channels and saturation

R 0 of 255 = 0%
G 74 of 255 = 29%
B 246 of 255 = 96%

0
74
246

R + G + B ~ 42%. #004AF6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
0 + 74 + 246 = 320 (100%)
R 0 of 320 ~ 0%
G 74 of 320 ~ 23.13%
B 246 of 320 ~ 76.88%

%23.13
%76.88

CMYK color model

#004AF6 color CMYK value is (100,70,0,4).

  • cyan value is 100.00%
  • magenta value is 69.92%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(100,70,0,4)
C100M70Y0K4 
(100%,70%,0%,4%)
(1.00/0.70/0.00/0.04)	

CMYK percentages

%100
%69.92
%0
%3.53

Codes

Color #004AF6 in popluar color models

004AF6
RGB074246
HSL222°100.00%48.24%
HSB/HSV222°100.00%96.47%
CMYK100.00%69.92%0.00%
3.53%

Color #004AF6 in popluar number systems.

HEX004AF6
Decimal074246
Binary0100101011110110
Octal0112366

Shades and tints

Shades of #004AF6

#004AF6
(0,74,246)
#0044E0
(0,68,224)
#003ECA
(0,62,202)
#0038B4
(0,56,180)
#00329E
(0,50,158)
#002C88
(0,44,136)
#002672
(0,38,114)
#00205C
(0,32,92)
#001A46
(0,26,70)
#001430
(0,20,48)
#000E1A
(0,14,26)
#000000
(0,0,0)

Tints of #004AF6

#004AF6
(0,74,246)
#175AF6
(23,90,246)
#2E6AF6
(46,106,246)
#457AF6
(69,122,246)
#5C8AF6
(92,138,246)
#739AF6
(115,154,246)
#8AAAF6
(138,170,246)
#A1BAF6
(161,186,246)
#B8CAF6
(184,202,246)
#CFDAF6
(207,218,246)
#E6EAF6
(230,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #004AF6 color. Also use rgb(0,74,246) instead hex code.

Text Font Color

.myTextColor { color: #004AF6; }

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

This text font color is #004AF6.


Background Color

.myBgColor { background-color: #004AF6; }

<div style="background-color:#004AF6">Inner text</div>

This div background color is #004AF6.


Border color

.myBorderColor { border: 1px solid #004AF6; }

<div style="border:3px solid #004AF6">Div</div>

This div border color is #004AF6.


Opacity

.myOpacity80 { color: #004AF6; opacity: 0.8; }

<p style="color:#004AF6;opacity:0.8;">80%</p>

Text with #004AF6 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 #004AF6;}

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

This text has shadow with #004AF6 color.

.textShadow {text-shadow: 3px 3px 1px #004AF6, 3px 3px 1px red;}

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

This text has shadow with #004AF6 primary color and red secondary color.


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

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

This text has shadow with #004AF6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #004AF6 on black background.


Color preview on white background

This text has color #004AF6 on white background.



Black color preview on #004AF6 background

This text has black color on #004AF6 background.


White color preview on #004AF6 background

This text has white color on #004AF6 background.