COLOR #44407A

HEX: #44407A
RGB: (68,64,122)

Color info

#44407A contains red, green and blue colors in about the same proportion. Web safe color of #44407A is #333366 (or #336).

RGB color model

#44407A color RGB value is (68,64,122).

  • red value is 68;
  • green value is 64;
  • blue value is 122.
RGB:
(68,64,122)
(27%,25%,48%)

RGB channels and saturation

R 68 of 255 = 27%
G 64 of 255 = 25%
B 122 of 255 = 48%

68
64
122

R + G + B ~ 33%. #44407A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 64 + 122 = 254 (100%)
R 68 of 254 ~ 26.77%
G 64 of 254 ~ 25.2%
B 122 of 254 ~ 48.03%

%26.77
%25.2
%48.03

CMYK color model

#44407A color CMYK value is (44,48,0,52).

  • cyan value is 44.26%
  • magenta value is 47.54%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(44,48,0,52)
C44M48Y0K52 
(44%,48%,0%,52%)
(0.44/0.48/0.00/0.52)	

CMYK percentages

%44.26
%47.54
%0
%52.16

Codes

Color #44407A in popluar color models

44407A
RGB6864122
HSL244°31.18%36.47%
HSB/HSV244°47.54%47.84%
CMYK44.26%47.54%0.00%
52.16%

Color #44407A in popluar number systems.

HEX44407A
Decimal6864122
Binary100010010000001111010
Octal104100172

Shades and tints

Shades of #44407A

#44407A
(68,64,122)
#3E3B6F
(62,59,111)
#383664
(56,54,100)
#323159
(50,49,89)
#2C2C4E
(44,44,78)
#262743
(38,39,67)
#202238
(32,34,56)
#1A1D2D
(26,29,45)
#141822
(20,24,34)
#0E1317
(14,19,23)
#080E0C
(8,14,12)
#000000
(0,0,0)

Tints of #44407A

#44407A
(68,64,122)
#555186
(85,81,134)
#666292
(102,98,146)
#77739E
(119,115,158)
#8884AA
(136,132,170)
#9995B6
(153,149,182)
#AAA6C2
(170,166,194)
#BBB7CE
(187,183,206)
#CCC8DA
(204,200,218)
#DDD9E6
(221,217,230)
#EEEAF2
(238,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #44407A color. Also use rgb(68,64,122) instead hex code.

Text Font Color

.myTextColor { color: #44407A; }

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

This text font color is #44407A.


Background Color

.myBgColor { background-color: #44407A; }

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

This div background color is #44407A.


Border color

.myBorderColor { border: 1px solid #44407A; }

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

This div border color is #44407A.


Opacity

.myOpacity80 { color: #44407A; opacity: 0.8; }

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

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

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

This text has shadow with #44407A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #44407A on black background.


Color preview on white background

This text has color #44407A on white background.



Black color preview on #44407A background

This text has black color on #44407A background.


White color preview on #44407A background

This text has white color on #44407A background.