COLOR #44429E

HEX: #44429E
RGB: (68,66,158)

Color info

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

RGB color model

#44429E color RGB value is (68,66,158).

  • red value is 68;
  • green value is 66;
  • blue value is 158.
RGB:
(68,66,158)
(27%,26%,62%)

RGB channels and saturation

R 68 of 255 = 27%
G 66 of 255 = 26%
B 158 of 255 = 62%

68
66
158

R + G + B ~ 38%. #44429E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 66 + 158 = 292 (100%)
R 68 of 292 ~ 23.29%
G 66 of 292 ~ 22.6%
B 158 of 292 ~ 54.11%

%23.29
%22.6
%54.11

CMYK color model

#44429E color CMYK value is (57,58,0,38).

  • cyan value is 56.96%
  • magenta value is 58.23%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(57,58,0,38)
C57M58Y0K38 
(57%,58%,0%,38%)
(0.57/0.58/0.00/0.38)	

CMYK percentages

%56.96
%58.23
%0
%38.04

Codes

Color #44429E in popluar color models

44429E
RGB6866158
HSL241°41.07%43.92%
HSB/HSV241°58.23%61.96%
CMYK56.96%58.23%0.00%
38.04%

Color #44429E in popluar number systems.

HEX44429E
Decimal6866158
Binary1000100100001010011110
Octal104102236

Shades and tints

Shades of #44429E

#44429E
(68,66,158)
#3E3C90
(62,60,144)
#383682
(56,54,130)
#323074
(50,48,116)
#2C2A66
(44,42,102)
#262458
(38,36,88)
#201E4A
(32,30,74)
#1A183C
(26,24,60)
#14122E
(20,18,46)
#0E0C20
(14,12,32)
#080612
(8,6,18)
#000000
(0,0,0)

Tints of #44429E

#44429E
(68,66,158)
#5553A6
(85,83,166)
#6664AE
(102,100,174)
#7775B6
(119,117,182)
#8886BE
(136,134,190)
#9997C6
(153,151,198)
#AAA8CE
(170,168,206)
#BBB9D6
(187,185,214)
#CCCADE
(204,202,222)
#DDDBE6
(221,219,230)
#EEECEE
(238,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #44429E color. Also use rgb(68,66,158) instead hex code.

Text Font Color

.myTextColor { color: #44429E; }

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

This text font color is #44429E.


Background Color

.myBgColor { background-color: #44429E; }

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

This div background color is #44429E.


Border color

.myBorderColor { border: 1px solid #44429E; }

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

This div border color is #44429E.


Opacity

.myOpacity80 { color: #44429E; opacity: 0.8; }

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

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

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

This text has shadow with #44429E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #44429E on black background.


Color preview on white background

This text has color #44429E on white background.



Black color preview on #44429E background

This text has black color on #44429E background.


White color preview on #44429E background

This text has white color on #44429E background.