COLOR #4619D3

HEX: #4619D3
RGB: (70,25,211)

Color info

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

RGB color model

#4619D3 color RGB value is (70,25,211).

  • red value is 70;
  • green value is 25;
  • blue value is 211.
RGB:
(70,25,211)
(27%,10%,83%)

RGB channels and saturation

R 70 of 255 = 27%
G 25 of 255 = 10%
B 211 of 255 = 83%

70
25
211

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

Portions of RGB colors in percentages

R + G + B =
70 + 25 + 211 = 306 (100%)
R 70 of 306 ~ 22.88%
G 25 of 306 ~ 8.17%
B 211 of 306 ~ 68.95%

%22.88
%68.95

CMYK color model

#4619D3 color CMYK value is (67,88,0,17).

  • cyan value is 66.82%
  • magenta value is 88.15%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(67,88,0,17)
C67M88Y0K17 
(67%,88%,0%,17%)
(0.67/0.88/0.00/0.17)	

CMYK percentages

%66.82
%88.15
%0
%17.25

Codes

Color #4619D3 in popluar color models

4619D3
RGB7025211
HSL255°78.81%46.27%
HSB/HSV255°88.15%82.75%
CMYK66.82%88.15%0.00%
17.25%

Color #4619D3 in popluar number systems.

HEX4619D3
Decimal7025211
Binary10001101100111010011
Octal10631323

Shades and tints

Shades of #4619D3

#4619D3
(70,25,211)
#4017C0
(64,23,192)
#3A15AD
(58,21,173)
#34139A
(52,19,154)
#2E1187
(46,17,135)
#280F74
(40,15,116)
#220D61
(34,13,97)
#1C0B4E
(28,11,78)
#16093B
(22,9,59)
#100728
(16,7,40)
#0A0515
(10,5,21)
#000000
(0,0,0)

Tints of #4619D3

#4619D3
(70,25,211)
#562DD7
(86,45,215)
#6641DB
(102,65,219)
#7655DF
(118,85,223)
#8669E3
(134,105,227)
#967DE7
(150,125,231)
#A691EB
(166,145,235)
#B6A5EF
(182,165,239)
#C6B9F3
(198,185,243)
#D6CDF7
(214,205,247)
#E6E1FB
(230,225,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4619D3 color. Also use rgb(70,25,211) instead hex code.

Text Font Color

.myTextColor { color: #4619D3; }

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

This text font color is #4619D3.


Background Color

.myBgColor { background-color: #4619D3; }

<div style="background-color:#4619D3">Inner text</div>

This div background color is #4619D3.


Border color

.myBorderColor { border: 1px solid #4619D3; }

<div style="border:3px solid #4619D3">Div</div>

This div border color is #4619D3.


Opacity

.myOpacity80 { color: #4619D3; opacity: 0.8; }

<p style="color:#4619D3;opacity:0.8;">80%</p>

Text with #4619D3 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 #4619D3;}

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

This text has shadow with #4619D3 color.

.textShadow {text-shadow: 3px 3px 1px #4619D3, 3px 3px 1px red;}

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

This text has shadow with #4619D3 primary color and red secondary color.


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

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

This text has shadow with #4619D3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4619D3 on black background.


Color preview on white background

This text has color #4619D3 on white background.



Black color preview on #4619D3 background

This text has black color on #4619D3 background.


White color preview on #4619D3 background

This text has white color on #4619D3 background.