COLOR #4007E6

HEX: #4007E6
RGB: (64,7,230)

Color info

#4007E6 contains mainly blue color. Web safe color of #4007E6 is #3300CC (or #30C).

RGB color model

#4007E6 color RGB value is (64,7,230).

  • red value is 64;
  • green value is 7;
  • blue value is 230.
RGB:
(64,7,230)
(25%,3%,90%)

RGB channels and saturation

R 64 of 255 = 25%
G 7 of 255 = 3%
B 230 of 255 = 90%

64
7
230

R + G + B ~ 39%. #4007E6 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 7 + 230 = 301 (100%)
R 64 of 301 ~ 21.26%
G 7 of 301 ~ 2.33%
B 230 of 301 ~ 76.41%

%21.26
%76.41

CMYK color model

#4007E6 color CMYK value is (72,97,0,10).

  • cyan value is 72.17%
  • magenta value is 96.96%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(72,97,0,10)
C72M97Y0K10 
(72%,97%,0%,10%)
(0.72/0.97/0.00/0.10)	

CMYK percentages

%72.17
%96.96
%0
%9.8

Codes

Color #4007E6 in popluar color models

4007E6
RGB647230
HSL255°94.09%46.47%
HSB/HSV255°96.96%90.20%
CMYK72.17%96.96%0.00%
9.80%

Color #4007E6 in popluar number systems.

HEX4007E6
Decimal647230
Binary100000011111100110
Octal1007346

Shades and tints

Shades of #4007E6

#4007E6
(64,7,230)
#3B07D2
(59,7,210)
#3607BE
(54,7,190)
#3107AA
(49,7,170)
#2C0796
(44,7,150)
#270782
(39,7,130)
#22076E
(34,7,110)
#1D075A
(29,7,90)
#180746
(24,7,70)
#130732
(19,7,50)
#0E071E
(14,7,30)
#000000
(0,0,0)

Tints of #4007E6

#4007E6
(64,7,230)
#511DE8
(81,29,232)
#6233EA
(98,51,234)
#7349EC
(115,73,236)
#845FEE
(132,95,238)
#9575F0
(149,117,240)
#A68BF2
(166,139,242)
#B7A1F4
(183,161,244)
#C8B7F6
(200,183,246)
#D9CDF8
(217,205,248)
#EAE3FA
(234,227,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4007E6 color. Also use rgb(64,7,230) instead hex code.

Text Font Color

.myTextColor { color: #4007E6; }

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

This text font color is #4007E6.


Background Color

.myBgColor { background-color: #4007E6; }

<div style="background-color:#4007E6">Inner text</div>

This div background color is #4007E6.


Border color

.myBorderColor { border: 1px solid #4007E6; }

<div style="border:3px solid #4007E6">Div</div>

This div border color is #4007E6.


Opacity

.myOpacity80 { color: #4007E6; opacity: 0.8; }

<p style="color:#4007E6;opacity:0.8;">80%</p>

Text with #4007E6 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 #4007E6;}

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

This text has shadow with #4007E6 color.

.textShadow {text-shadow: 3px 3px 1px #4007E6, 3px 3px 1px red;}

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

This text has shadow with #4007E6 primary color and red secondary color.


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

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

This text has shadow with #4007E6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4007E6 on black background.


Color preview on white background

This text has color #4007E6 on white background.



Black color preview on #4007E6 background

This text has black color on #4007E6 background.


White color preview on #4007E6 background

This text has white color on #4007E6 background.