COLOR #44518D

HEX: #44518D
RGB: (68,81,141)

Color info

#44518D contains mainly blue color. Web safe color of #44518D is #336699 (or #369).

RGB color model

#44518D color RGB value is (68,81,141).

  • red value is 68;
  • green value is 81;
  • blue value is 141.
RGB:
(68,81,141)
(27%,32%,55%)

RGB channels and saturation

R 68 of 255 = 27%
G 81 of 255 = 32%
B 141 of 255 = 55%

68
81
141

R + G + B ~ 38%. #44518D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 81 + 141 = 290 (100%)
R 68 of 290 ~ 23.45%
G 81 of 290 ~ 27.93%
B 141 of 290 ~ 48.62%

%23.45
%27.93
%48.62

CMYK color model

#44518D color CMYK value is (52,43,0,45).

  • cyan value is 51.77%
  • magenta value is 42.55%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(52,43,0,45)
C52M43Y0K45 
(52%,43%,0%,45%)
(0.52/0.43/0.00/0.45)	

CMYK percentages

%51.77
%42.55
%0
%44.71

Codes

Color #44518D in popluar color models

44518D
RGB6881141
HSL229°34.93%40.98%
HSB/HSV229°51.77%55.29%
CMYK51.77%42.55%0.00%
44.71%

Color #44518D in popluar number systems.

HEX44518D
Decimal6881141
Binary1000100101000110001101
Octal104121215

Shades and tints

Shades of #44518D

#44518D
(68,81,141)
#3E4A81
(62,74,129)
#384375
(56,67,117)
#323C69
(50,60,105)
#2C355D
(44,53,93)
#262E51
(38,46,81)
#202745
(32,39,69)
#1A2039
(26,32,57)
#14192D
(20,25,45)
#0E1221
(14,18,33)
#080B15
(8,11,21)
#000000
(0,0,0)

Tints of #44518D

#44518D
(68,81,141)
#556097
(85,96,151)
#666FA1
(102,111,161)
#777EAB
(119,126,171)
#888DB5
(136,141,181)
#999CBF
(153,156,191)
#AAABC9
(170,171,201)
#BBBAD3
(187,186,211)
#CCC9DD
(204,201,221)
#DDD8E7
(221,216,231)
#EEE7F1
(238,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #44518D color. Also use rgb(68,81,141) instead hex code.

Text Font Color

.myTextColor { color: #44518D; }

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

This text font color is #44518D.


Background Color

.myBgColor { background-color: #44518D; }

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

This div background color is #44518D.


Border color

.myBorderColor { border: 1px solid #44518D; }

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

This div border color is #44518D.


Opacity

.myOpacity80 { color: #44518D; opacity: 0.8; }

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

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

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

This text has shadow with #44518D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #44518D on black background.


Color preview on white background

This text has color #44518D on white background.



Black color preview on #44518D background

This text has black color on #44518D background.


White color preview on #44518D background

This text has white color on #44518D background.