COLOR #4400DB

HEX: #4400DB
RGB: (68,0,219)

Color info

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

RGB color model

#4400DB color RGB value is (68,0,219).

  • red value is 68;
  • green value is 0;
  • blue value is 219.
RGB:
(68,0,219)
(27%,0%,86%)

RGB channels and saturation

R 68 of 255 = 27%
G 0 of 255 = 0%
B 219 of 255 = 86%

68
0
219

R + G + B ~ 38%. #4400DB is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 0 + 219 = 287 (100%)
R 68 of 287 ~ 23.69%
G 0 of 287 ~ 0%
B 219 of 287 ~ 76.31%

%23.69
%76.31

CMYK color model

#4400DB color CMYK value is (69,100,0,14).

  • cyan value is 68.95%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(69,100,0,14)
C69M100Y0K14 
(69%,100%,0%,14%)
(0.69/1.00/0.00/0.14)	

CMYK percentages

%68.95
%100
%0
%14.12

Codes

Color #4400DB in popluar color models

4400DB
RGB680219
HSL259°100.00%42.94%
HSB/HSV259°100.00%85.88%
CMYK68.95%100.00%0.00%
14.12%

Color #4400DB in popluar number systems.

HEX4400DB
Decimal680219
Binary1000100011011011
Octal1040333

Shades and tints

Shades of #4400DB

#4400DB
(68,0,219)
#3E00C8
(62,0,200)
#3800B5
(56,0,181)
#3200A2
(50,0,162)
#2C008F
(44,0,143)
#26007C
(38,0,124)
#200069
(32,0,105)
#1A0056
(26,0,86)
#140043
(20,0,67)
#0E0030
(14,0,48)
#08001D
(8,0,29)
#000000
(0,0,0)

Tints of #4400DB

#4400DB
(68,0,219)
#5517DE
(85,23,222)
#662EE1
(102,46,225)
#7745E4
(119,69,228)
#885CE7
(136,92,231)
#9973EA
(153,115,234)
#AA8AED
(170,138,237)
#BBA1F0
(187,161,240)
#CCB8F3
(204,184,243)
#DDCFF6
(221,207,246)
#EEE6F9
(238,230,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4400DB color. Also use rgb(68,0,219) instead hex code.

Text Font Color

.myTextColor { color: #4400DB; }

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

This text font color is #4400DB.


Background Color

.myBgColor { background-color: #4400DB; }

<div style="background-color:#4400DB">Inner text</div>

This div background color is #4400DB.


Border color

.myBorderColor { border: 1px solid #4400DB; }

<div style="border:3px solid #4400DB">Div</div>

This div border color is #4400DB.


Opacity

.myOpacity80 { color: #4400DB; opacity: 0.8; }

<p style="color:#4400DB;opacity:0.8;">80%</p>

Text with #4400DB 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 #4400DB;}

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

This text has shadow with #4400DB color.

.textShadow {text-shadow: 3px 3px 1px #4400DB, 3px 3px 1px red;}

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

This text has shadow with #4400DB primary color and red secondary color.


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

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

This text has shadow with #4400DB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4400DB on black background.


Color preview on white background

This text has color #4400DB on white background.



Black color preview on #4400DB background

This text has black color on #4400DB background.


White color preview on #4400DB background

This text has white color on #4400DB background.