COLOR #443CA6

HEX: #443CA6 RGB: (68,60,166)

Color info

#443CA6 contains mainly blue color. Web safe color of #443CA6 is #333399 (or #339).

RGB color model

#443CA6 color RGB value is (68,60,166).

RGB: (68,60,166) (27%, 24%, 65%)

RGB channels and saturation

R 68 of 255 = 27%
G 60 of 255 = 24%
B 166 of 255 = 65%

68
60
166

R + G + B ~ 39%. #443CA6 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 68 + 60 + 166 = 294 (100%)
R 68 of 294 ~ 23.13%
G 60 of 294 ~ 20.41%
B 166 of 294 ~ 56.46'%

%23.13
%20.41
%56.46

CMYK color model

#443CA6 color CMYK value is (59,64,0,35).

  • cyan value is 59.04%
  • magenta value is 63.86%
  • yellow value is 0.00%
  • key color value is 34.90%

CMYK: (59,64,0,35)
C59M64Y0K35 (59%, 64%, 0%, 35%)
(0.59 / 0.64 / 0.00 / 0.35)

CMYK percentages

%59.04
%63.86
%0
%34.9

Codes

Color #443CA6 in popluar color models

44 3C A6
RGB 68 60 166
HSL 245° 46.90% 44.31%
HSB/HSV 245° 63.86% 65.10%
CMYK 59.04% 63.86% 0.00%
34.90%

Color #443CA6 in popluar number systems.

HEX 44 3C A6
Decimal 68 60 166
Binary 1000100 111100 10100110
Octal 104 74 246

Shades and tints

Shades of #443CA6

#443CA6
(68,60,166)
#3E3797
(62,55,151)
#383288
(56,50,136)
#322D79
(50,45,121)
#2C286A
(44,40,106)
#26235B
(38,35,91)
#201E4C
(32,30,76)
#1A193D
(26,25,61)
#14142E
(20,20,46)
#0E0F1F
(14,15,31)
#080A10
(8,10,16)
#000000
(0,0,0)

Tints of #443CA6

#443CA6
(68,60,166)
#554DAE
(85,77,174)
#665EB6
(102,94,182)
#776FBE
(119,111,190)
#8880C6
(136,128,198)
#9991CE
(153,145,206)
#AAA2D6
(170,162,214)
#BBB3DE
(187,179,222)
#CCC4E6
(204,196,230)
#DDD5EE
(221,213,238)
#EEE6F6
(238,230,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #443CA6 color. Also use rgb(68,60,166) instead hex code.

Text Font Color

.myTextColor { color: #443CA6; }

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

This text font color is #443CA6.

Background Color

.myBgColor { background-color: #443CA6; }

<div style="background-color:#443CA6">Inner text</div>

This div background color is #443CA6.

Border color

.myBorderColor { border: 1px solid #443CA6; }

<div style="border:3px solid #443CA6">Div</div>

This div border color is #443CA6.

Opacity

.myOpacity80 { color: #443CA6; opacity: 0.8; }

<p style="color:#443CA6;opacity:0.8;">80%</p>

Text with #443CA6 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 #443CA6;}

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

This text has shadow with #443CA6 color.


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

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

This text has shadow with #443CA6 primary color and red secondary color.


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

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

This text has shadow with #443CA6 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #443CA6.

Preview

Color preview on black background

This text has color #443CA6 on black background.


Color preview on white background

This text has color #443CA6 on white background.


Black color preview on #443CA6 background

This text has black color on #443CA6 background.


White color preview on #443CA6 background

This text has white color on #443CA6 background.


Related colors

Complementary color

Complementary color for #hex is #BBC359.


I love getcolorcode.com

Triadic colors

1 #A6443C and #3CA644 with #443CA6 are triadic colors.

2 #A63C44 and #3C44A6 with #443CA6 are triadic colors.