COLOR #4419E3

HEX: #4419E3
RGB: (68,25,227)

Color info

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

RGB color model

#4419E3 color RGB value is (68,25,227).

  • red value is 68;
  • green value is 25;
  • blue value is 227.
RGB:
(68,25,227)
(27%,10%,89%)

RGB channels and saturation

R 68 of 255 = 27%
G 25 of 255 = 10%
B 227 of 255 = 89%

68
25
227

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

Portions of RGB colors in percentages

R + G + B =
68 + 25 + 227 = 320 (100%)
R 68 of 320 ~ 21.25%
G 25 of 320 ~ 7.81%
B 227 of 320 ~ 70.94%

%21.25
%70.94

CMYK color model

#4419E3 color CMYK value is (70,89,0,11).

  • cyan value is 70.04%
  • magenta value is 88.99%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(70,89,0,11)
C70M89Y0K11 
(70%,89%,0%,11%)
(0.70/0.89/0.00/0.11)	

CMYK percentages

%70.04
%88.99
%0
%10.98

Codes

Color #4419E3 in popluar color models

4419E3
RGB6825227
HSL253°80.16%49.41%
HSB/HSV253°88.99%89.02%
CMYK70.04%88.99%0.00%
10.98%

Color #4419E3 in popluar number systems.

HEX4419E3
Decimal6825227
Binary10001001100111100011
Octal10431343

Shades and tints

Shades of #4419E3

#4419E3
(68,25,227)
#3E17CF
(62,23,207)
#3815BB
(56,21,187)
#3213A7
(50,19,167)
#2C1193
(44,17,147)
#260F7F
(38,15,127)
#200D6B
(32,13,107)
#1A0B57
(26,11,87)
#140943
(20,9,67)
#0E072F
(14,7,47)
#08051B
(8,5,27)
#000000
(0,0,0)

Tints of #4419E3

#4419E3
(68,25,227)
#552DE5
(85,45,229)
#6641E7
(102,65,231)
#7755E9
(119,85,233)
#8869EB
(136,105,235)
#997DED
(153,125,237)
#AA91EF
(170,145,239)
#BBA5F1
(187,165,241)
#CCB9F3
(204,185,243)
#DDCDF5
(221,205,245)
#EEE1F7
(238,225,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4419E3 color. Also use rgb(68,25,227) instead hex code.

Text Font Color

.myTextColor { color: #4419E3; }

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

This text font color is #4419E3.


Background Color

.myBgColor { background-color: #4419E3; }

<div style="background-color:#4419E3">Inner text</div>

This div background color is #4419E3.


Border color

.myBorderColor { border: 1px solid #4419E3; }

<div style="border:3px solid #4419E3">Div</div>

This div border color is #4419E3.


Opacity

.myOpacity80 { color: #4419E3; opacity: 0.8; }

<p style="color:#4419E3;opacity:0.8;">80%</p>

Text with #4419E3 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 #4419E3;}

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

This text has shadow with #4419E3 color.

.textShadow {text-shadow: 3px 3px 1px #4419E3, 3px 3px 1px red;}

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

This text has shadow with #4419E3 primary color and red secondary color.


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

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

This text has shadow with #4419E3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4419E3 on black background.


Color preview on white background

This text has color #4419E3 on white background.



Black color preview on #4419E3 background

This text has black color on #4419E3 background.


White color preview on #4419E3 background

This text has white color on #4419E3 background.