COLOR #444386

HEX: #444386
RGB: (68,67,134)

Color info

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

RGB color model

#444386 color RGB value is (68,67,134).

  • red value is 68;
  • green value is 67;
  • blue value is 134.
RGB:
(68,67,134)
(27%,26%,53%)

RGB channels and saturation

R 68 of 255 = 27%
G 67 of 255 = 26%
B 134 of 255 = 53%

68
67
134

R + G + B ~ 35%. #444386 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 67 + 134 = 269 (100%)
R 68 of 269 ~ 25.28%
G 67 of 269 ~ 24.91%
B 134 of 269 ~ 49.81%

%25.28
%24.91
%49.81

CMYK color model

#444386 color CMYK value is (49,50,0,47).

  • cyan value is 49.25%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(49,50,0,47)
C49M50Y0K47 
(49%,50%,0%,47%)
(0.49/0.50/0.00/0.47)	

CMYK percentages

%49.25
%50
%0
%47.45

Codes

Color #444386 in popluar color models

444386
RGB6867134
HSL241°33.33%39.41%
HSB/HSV241°50.00%52.55%
CMYK49.25%50.00%0.00%
47.45%

Color #444386 in popluar number systems.

HEX444386
Decimal6867134
Binary1000100100001110000110
Octal104103206

Shades and tints

Shades of #444386

#444386
(68,67,134)
#3E3D7A
(62,61,122)
#38376E
(56,55,110)
#323162
(50,49,98)
#2C2B56
(44,43,86)
#26254A
(38,37,74)
#201F3E
(32,31,62)
#1A1932
(26,25,50)
#141326
(20,19,38)
#0E0D1A
(14,13,26)
#08070E
(8,7,14)
#000000
(0,0,0)

Tints of #444386

#444386
(68,67,134)
#555491
(85,84,145)
#66659C
(102,101,156)
#7776A7
(119,118,167)
#8887B2
(136,135,178)
#9998BD
(153,152,189)
#AAA9C8
(170,169,200)
#BBBAD3
(187,186,211)
#CCCBDE
(204,203,222)
#DDDCE9
(221,220,233)
#EEEDF4
(238,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #444386 color. Also use rgb(68,67,134) instead hex code.

Text Font Color

.myTextColor { color: #444386; }

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

This text font color is #444386.


Background Color

.myBgColor { background-color: #444386; }

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

This div background color is #444386.


Border color

.myBorderColor { border: 1px solid #444386; }

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

This div border color is #444386.


Opacity

.myOpacity80 { color: #444386; opacity: 0.8; }

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

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

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

This text has shadow with #444386 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #444386 on black background.


Color preview on white background

This text has color #444386 on white background.



Black color preview on #444386 background

This text has black color on #444386 background.


White color preview on #444386 background

This text has white color on #444386 background.