COLOR #4613D5

HEX: #4613D5
RGB: (70,19,213)

Color info

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

RGB color model

#4613D5 color RGB value is (70,19,213).

  • red value is 70;
  • green value is 19;
  • blue value is 213.
RGB:
(70,19,213)
(27%,7%,84%)

RGB channels and saturation

R 70 of 255 = 27%
G 19 of 255 = 7%
B 213 of 255 = 84%

70
19
213

R + G + B ~ 39%. #4613D5 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 19 + 213 = 302 (100%)
R 70 of 302 ~ 23.18%
G 19 of 302 ~ 6.29%
B 213 of 302 ~ 70.53%

%23.18
%70.53

CMYK color model

#4613D5 color CMYK value is (67,91,0,16).

  • cyan value is 67.14%
  • magenta value is 91.08%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(67,91,0,16)
C67M91Y0K16 
(67%,91%,0%,16%)
(0.67/0.91/0.00/0.16)	

CMYK percentages

%67.14
%91.08
%0
%16.47

Codes

Color #4613D5 in popluar color models

4613D5
RGB7019213
HSL256°83.62%45.49%
HSB/HSV256°91.08%83.53%
CMYK67.14%91.08%0.00%
16.47%

Color #4613D5 in popluar number systems.

HEX4613D5
Decimal7019213
Binary10001101001111010101
Octal10623325

Shades and tints

Shades of #4613D5

#4613D5
(70,19,213)
#4012C2
(64,18,194)
#3A11AF
(58,17,175)
#34109C
(52,16,156)
#2E0F89
(46,15,137)
#280E76
(40,14,118)
#220D63
(34,13,99)
#1C0C50
(28,12,80)
#160B3D
(22,11,61)
#100A2A
(16,10,42)
#0A0917
(10,9,23)
#000000
(0,0,0)

Tints of #4613D5

#4613D5
(70,19,213)
#5628D8
(86,40,216)
#663DDB
(102,61,219)
#7652DE
(118,82,222)
#8667E1
(134,103,225)
#967CE4
(150,124,228)
#A691E7
(166,145,231)
#B6A6EA
(182,166,234)
#C6BBED
(198,187,237)
#D6D0F0
(214,208,240)
#E6E5F3
(230,229,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4613D5 color. Also use rgb(70,19,213) instead hex code.

Text Font Color

.myTextColor { color: #4613D5; }

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

This text font color is #4613D5.


Background Color

.myBgColor { background-color: #4613D5; }

<div style="background-color:#4613D5">Inner text</div>

This div background color is #4613D5.


Border color

.myBorderColor { border: 1px solid #4613D5; }

<div style="border:3px solid #4613D5">Div</div>

This div border color is #4613D5.


Opacity

.myOpacity80 { color: #4613D5; opacity: 0.8; }

<p style="color:#4613D5;opacity:0.8;">80%</p>

Text with #4613D5 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 #4613D5;}

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

This text has shadow with #4613D5 color.

.textShadow {text-shadow: 3px 3px 1px #4613D5, 3px 3px 1px red;}

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

This text has shadow with #4613D5 primary color and red secondary color.


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

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

This text has shadow with #4613D5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4613D5 on black background.


Color preview on white background

This text has color #4613D5 on white background.



Black color preview on #4613D5 background

This text has black color on #4613D5 background.


White color preview on #4613D5 background

This text has white color on #4613D5 background.