COLOR #4384F5

HEX: #4384F5
RGB: (67,132,245)

Color info

#4384F5 contains mainly blue color. Web safe color of #4384F5 is #3399FF (or #39F).

RGB color model

#4384F5 color RGB value is (67,132,245).

  • red value is 67;
  • green value is 132;
  • blue value is 245.
RGB:
(67,132,245)
(26%,52%,96%)

RGB channels and saturation

R 67 of 255 = 26%
G 132 of 255 = 52%
B 245 of 255 = 96%

67
132
245

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

Portions of RGB colors in percentages

R + G + B =
67 + 132 + 245 = 444 (100%)
R 67 of 444 ~ 15.09%
G 132 of 444 ~ 29.73%
B 245 of 444 ~ 55.18%

%15.09
%29.73
%55.18

CMYK color model

#4384F5 color CMYK value is (73,46,0,4).

  • cyan value is 72.65%
  • magenta value is 46.12%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(73,46,0,4)
C73M46Y0K4 
(73%,46%,0%,4%)
(0.73/0.46/0.00/0.04)	

CMYK percentages

%72.65
%46.12
%0
%3.92

Codes

Color #4384F5 in popluar color models

4384F5
RGB67132245
HSL218°89.90%61.18%
HSB/HSV218°72.65%96.08%
CMYK72.65%46.12%0.00%
3.92%

Color #4384F5 in popluar number systems.

HEX4384F5
Decimal67132245
Binary10000111000010011110101
Octal103204365

Shades and tints

Shades of #4384F5

#4384F5
(67,132,245)
#3D78DF
(61,120,223)
#376CC9
(55,108,201)
#3160B3
(49,96,179)
#2B549D
(43,84,157)
#254887
(37,72,135)
#1F3C71
(31,60,113)
#19305B
(25,48,91)
#132445
(19,36,69)
#0D182F
(13,24,47)
#070C19
(7,12,25)
#000000
(0,0,0)

Tints of #4384F5

#4384F5
(67,132,245)
#548FF5
(84,143,245)
#659AF5
(101,154,245)
#76A5F5
(118,165,245)
#87B0F5
(135,176,245)
#98BBF5
(152,187,245)
#A9C6F5
(169,198,245)
#BAD1F5
(186,209,245)
#CBDCF5
(203,220,245)
#DCE7F5
(220,231,245)
#EDF2F5
(237,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4384F5 color. Also use rgb(67,132,245) instead hex code.

Text Font Color

.myTextColor { color: #4384F5; }

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

This text font color is #4384F5.


Background Color

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

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

This div background color is #4384F5.


Border color

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

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

This div border color is #4384F5.


Opacity

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

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

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

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

This text has shadow with #4384F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4384F5 on black background.


Color preview on white background

This text has color #4384F5 on white background.



Black color preview on #4384F5 background

This text has black color on #4384F5 background.


White color preview on #4384F5 background

This text has white color on #4384F5 background.