COLOR #446DD1

HEX: #446DD1 RGB: (68,109,209)

Color info

#446DD1 contains mainly blue color. Web safe color of #446DD1 is #3366CC (or #36C).

RGB color model

#446DD1 color RGB value is (68,109,209).

RGB: (68,109,209) (27%, 43%, 82%)

RGB channels and saturation

R 68 of 255 = 27%
G 109 of 255 = 43%
B 209 of 255 = 82%

68
109
209

R + G + B ~ 51%. #446DD1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 68 + 109 + 209 = 386 (100%)
R 68 of 386 ~ 17.62%
G 109 of 386 ~ 28.24%
B 209 of 386 ~ 54.15'%

%17.62
%28.24
%54.15

CMYK color model

#446DD1 color CMYK value is (67,48,0,18).

  • cyan value is 67.46%
  • magenta value is 47.85%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK: (67,48,0,18) C67M48Y0K18 (67%,48%,0%,18%) (0.67/0.48/0.00/0.18) 

CMYK percentages

%67.46
%47.85
%0
%18.04

Codes

Color #446DD1 in popluar color models

44 6D D1
RGB 68 109 209
HSL 223° 60.52% 54.31%
HSB/HSV 223° 67.46% 81.96%
CMYK 67.46% 47.85% 0.00%
18.04%

Color #446DD1 in popluar number systems.

HEX 44 6D D1
Decimal 68 109 209
Binary 1000100 1101101 11010001
Octal 104 155 321

Shades and tints

Shades of #446DD1

#446DD1
(68,109,209)
#3E64BE
(62,100,190)
#385BAB
(56,91,171)
#325298
(50,82,152)
#2C4985
(44,73,133)
#264072
(38,64,114)
#20375F
(32,55,95)
#1A2E4C
(26,46,76)
#142539
(20,37,57)
#0E1C26
(14,28,38)
#081313
(8,19,19)
#000000
(0,0,0)

Tints of #446DD1

#446DD1
(68,109,209)
#557AD5
(85,122,213)
#6687D9
(102,135,217)
#7794DD
(119,148,221)
#88A1E1
(136,161,225)
#99AEE5
(153,174,229)
#AABBE9
(170,187,233)
#BBC8ED
(187,200,237)
#CCD5F1
(204,213,241)
#DDE2F5
(221,226,245)
#EEEFF9
(238,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #446DD1 color. Also use rgb(68,109,209) instead hex code.

Text Font Color

.myTextColor { color: #446DD1; }

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

This text font color is #446DD1.

Background Color

.myBgColor { background-color: #446DD1; }

<div style="background-color:#446DD1">Inner text</div>

This div background color is #446DD1.

Border color

.myBorderColor { border: 1px solid #446DD1; }

<div style="border:3px solid #446DD1">Div</div>

This div border color is #446DD1.

Opacity

.myOpacity80 { color: #446DD1; opacity: 0.8; }

<p style="color:#446DD1;opacity:0.8;">80%</p>

Text with #446DD1 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 #446DD1;}

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

This text has shadow with #446DD1 color.


.textShadow {text-shadow: 3px 3px 1px #446DD1', 3px 3px 1px red;}

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

This text has shadow with #446DD1 primary color and red secondary color.


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

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

This text has shadow with #446DD1 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #446DD1; -webkit-box-shadow: 1px 1px 3px 2px #446DD1; box-shadow:1px 1px 3px 2px #446DD1;">
Div content here
</div>

This div box has shadow with color #446DD1.

Preview

Color preview on black background

This text has color #446DD1 on black background.


Color preview on white background

This text has color #446DD1 on white background.


Black color preview on #446DD1 background

This text has black color on #446DD1 background.


White color preview on #446DD1 background

This text has white color on #446DD1 background.


Related colors

Complementary color

Complementary color for #hex is #BB922E.


I love getcolorcode.com

Triadic colors

1 #D1446D and #6DD144 with #446DD1 are triadic colors.

2 #D16D44 and #6D44D1 with #446DD1 are triadic colors.