COLOR #4004EF

HEX: #4004EF
RGB: (64,4,239)

Color info

#4004EF contains mainly blue color. Web safe color of #4004EF is #3300FF (or #30F).

RGB color model

#4004EF color RGB value is (64,4,239).

  • red value is 64;
  • green value is 4;
  • blue value is 239.
RGB:
(64,4,239)
(25%,2%,94%)

RGB channels and saturation

R 64 of 255 = 25%
G 4 of 255 = 2%
B 239 of 255 = 94%

64
4
239

R + G + B ~ 40%. #4004EF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
64 + 4 + 239 = 307 (100%)
R 64 of 307 ~ 20.85%
G 4 of 307 ~ 1.3%
B 239 of 307 ~ 77.85%

%20.85
%77.85

CMYK color model

#4004EF color CMYK value is (73,98,0,6).

  • cyan value is 73.22%
  • magenta value is 98.33%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(73,98,0,6)
C73M98Y0K6 
(73%,98%,0%,6%)
(0.73/0.98/0.00/0.06)	

CMYK percentages

%73.22
%98.33
%0
%6.27

Codes

Color #4004EF in popluar color models

4004EF
RGB644239
HSL255°96.71%47.65%
HSB/HSV255°98.33%93.73%
CMYK73.22%98.33%0.00%
6.27%

Color #4004EF in popluar number systems.

HEX4004EF
Decimal644239
Binary100000010011101111
Octal1004357

Shades and tints

Shades of #4004EF

#4004EF
(64,4,239)
#3B04DA
(59,4,218)
#3604C5
(54,4,197)
#3104B0
(49,4,176)
#2C049B
(44,4,155)
#270486
(39,4,134)
#220471
(34,4,113)
#1D045C
(29,4,92)
#180447
(24,4,71)
#130432
(19,4,50)
#0E041D
(14,4,29)
#000000
(0,0,0)

Tints of #4004EF

#4004EF
(64,4,239)
#511AF0
(81,26,240)
#6230F1
(98,48,241)
#7346F2
(115,70,242)
#845CF3
(132,92,243)
#9572F4
(149,114,244)
#A688F5
(166,136,245)
#B79EF6
(183,158,246)
#C8B4F7
(200,180,247)
#D9CAF8
(217,202,248)
#EAE0F9
(234,224,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4004EF color. Also use rgb(64,4,239) instead hex code.

Text Font Color

.myTextColor { color: #4004EF; }

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

This text font color is #4004EF.


Background Color

.myBgColor { background-color: #4004EF; }

<div style="background-color:#4004EF">Inner text</div>

This div background color is #4004EF.


Border color

.myBorderColor { border: 1px solid #4004EF; }

<div style="border:3px solid #4004EF">Div</div>

This div border color is #4004EF.


Opacity

.myOpacity80 { color: #4004EF; opacity: 0.8; }

<p style="color:#4004EF;opacity:0.8;">80%</p>

Text with #4004EF 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 #4004EF;}

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

This text has shadow with #4004EF color.

.textShadow {text-shadow: 3px 3px 1px #4004EF, 3px 3px 1px red;}

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

This text has shadow with #4004EF primary color and red secondary color.


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

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

This text has shadow with #4004EF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4004EF on black background.


Color preview on white background

This text has color #4004EF on white background.



Black color preview on #4004EF background

This text has black color on #4004EF background.


White color preview on #4004EF background

This text has white color on #4004EF background.