COLOR #4070F5

HEX: #4070F5
RGB: (64,112,245)

Color info

#4070F5 contains mainly blue color. Web safe color of #4070F5 is #3366FF (or #36F).

RGB color model

#4070F5 color RGB value is (64,112,245).

  • red value is 64;
  • green value is 112;
  • blue value is 245.
RGB:
(64,112,245)
(25%,44%,96%)

RGB channels and saturation

R 64 of 255 = 25%
G 112 of 255 = 44%
B 245 of 255 = 96%

64
112
245

R + G + B ~ 55%. #4070F5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
64 + 112 + 245 = 421 (100%)
R 64 of 421 ~ 15.2%
G 112 of 421 ~ 26.6%
B 245 of 421 ~ 58.19%

%15.2
%26.6
%58.19

CMYK color model

#4070F5 color CMYK value is (74,54,0,4).

  • cyan value is 73.88%
  • magenta value is 54.29%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(74,54,0,4)
C74M54Y0K4 
(74%,54%,0%,4%)
(0.74/0.54/0.00/0.04)	

CMYK percentages

%73.88
%54.29
%0
%3.92

Codes

Color #4070F5 in popluar color models

4070F5
RGB64112245
HSL224°90.05%60.59%
HSB/HSV224°73.88%96.08%
CMYK73.88%54.29%0.00%
3.92%

Color #4070F5 in popluar number systems.

HEX4070F5
Decimal64112245
Binary1000000111000011110101
Octal100160365

Shades and tints

Shades of #4070F5

#4070F5
(64,112,245)
#3B66DF
(59,102,223)
#365CC9
(54,92,201)
#3152B3
(49,82,179)
#2C489D
(44,72,157)
#273E87
(39,62,135)
#223471
(34,52,113)
#1D2A5B
(29,42,91)
#182045
(24,32,69)
#13162F
(19,22,47)
#0E0C19
(14,12,25)
#000000
(0,0,0)

Tints of #4070F5

#4070F5
(64,112,245)
#517DF5
(81,125,245)
#628AF5
(98,138,245)
#7397F5
(115,151,245)
#84A4F5
(132,164,245)
#95B1F5
(149,177,245)
#A6BEF5
(166,190,245)
#B7CBF5
(183,203,245)
#C8D8F5
(200,216,245)
#D9E5F5
(217,229,245)
#EAF2F5
(234,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4070F5 color. Also use rgb(64,112,245) instead hex code.

Text Font Color

.myTextColor { color: #4070F5; }

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

This text font color is #4070F5.


Background Color

.myBgColor { background-color: #4070F5; }

<div style="background-color:#4070F5">Inner text</div>

This div background color is #4070F5.


Border color

.myBorderColor { border: 1px solid #4070F5; }

<div style="border:3px solid #4070F5">Div</div>

This div border color is #4070F5.


Opacity

.myOpacity80 { color: #4070F5; opacity: 0.8; }

<p style="color:#4070F5;opacity:0.8;">80%</p>

Text with #4070F5 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 #4070F5;}

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

This text has shadow with #4070F5 color.

.textShadow {text-shadow: 3px 3px 1px #4070F5, 3px 3px 1px red;}

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

This text has shadow with #4070F5 primary color and red secondary color.


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

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

This text has shadow with #4070F5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4070F5 on black background.


Color preview on white background

This text has color #4070F5 on white background.



Black color preview on #4070F5 background

This text has black color on #4070F5 background.


White color preview on #4070F5 background

This text has white color on #4070F5 background.