COLOR #4418C6

HEX: #4418C6
RGB: (68,24,198)

Color info

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

RGB color model

#4418C6 color RGB value is (68,24,198).

  • red value is 68;
  • green value is 24;
  • blue value is 198.
RGB:
(68,24,198)
(27%,9%,78%)

RGB channels and saturation

R 68 of 255 = 27%
G 24 of 255 = 9%
B 198 of 255 = 78%

68
24
198

R + G + B ~ 38%. #4418C6 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 24 + 198 = 290 (100%)
R 68 of 290 ~ 23.45%
G 24 of 290 ~ 8.28%
B 198 of 290 ~ 68.28%

%23.45
%68.28

CMYK color model

#4418C6 color CMYK value is (66,88,0,22).

  • cyan value is 65.66%
  • magenta value is 87.88%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(66,88,0,22)
C66M88Y0K22 
(66%,88%,0%,22%)
(0.66/0.88/0.00/0.22)	

CMYK percentages

%65.66
%87.88
%0
%22.35

Codes

Color #4418C6 in popluar color models

4418C6
RGB6824198
HSL255°78.38%43.53%
HSB/HSV255°87.88%77.65%
CMYK65.66%87.88%0.00%
22.35%

Color #4418C6 in popluar number systems.

HEX4418C6
Decimal6824198
Binary10001001100011000110
Octal10430306

Shades and tints

Shades of #4418C6

#4418C6
(68,24,198)
#3E16B4
(62,22,180)
#3814A2
(56,20,162)
#321290
(50,18,144)
#2C107E
(44,16,126)
#260E6C
(38,14,108)
#200C5A
(32,12,90)
#1A0A48
(26,10,72)
#140836
(20,8,54)
#0E0624
(14,6,36)
#080412
(8,4,18)
#000000
(0,0,0)

Tints of #4418C6

#4418C6
(68,24,198)
#552DCB
(85,45,203)
#6642D0
(102,66,208)
#7757D5
(119,87,213)
#886CDA
(136,108,218)
#9981DF
(153,129,223)
#AA96E4
(170,150,228)
#BBABE9
(187,171,233)
#CCC0EE
(204,192,238)
#DDD5F3
(221,213,243)
#EEEAF8
(238,234,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4418C6 color. Also use rgb(68,24,198) instead hex code.

Text Font Color

.myTextColor { color: #4418C6; }

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

This text font color is #4418C6.


Background Color

.myBgColor { background-color: #4418C6; }

<div style="background-color:#4418C6">Inner text</div>

This div background color is #4418C6.


Border color

.myBorderColor { border: 1px solid #4418C6; }

<div style="border:3px solid #4418C6">Div</div>

This div border color is #4418C6.


Opacity

.myOpacity80 { color: #4418C6; opacity: 0.8; }

<p style="color:#4418C6;opacity:0.8;">80%</p>

Text with #4418C6 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 #4418C6;}

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

This text has shadow with #4418C6 color.

.textShadow {text-shadow: 3px 3px 1px #4418C6, 3px 3px 1px red;}

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

This text has shadow with #4418C6 primary color and red secondary color.


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

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

This text has shadow with #4418C6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4418C6 on black background.


Color preview on white background

This text has color #4418C6 on white background.



Black color preview on #4418C6 background

This text has black color on #4418C6 background.


White color preview on #4418C6 background

This text has white color on #4418C6 background.