COLOR #444680

HEX: #444680
RGB: (68,70,128)

Color info

#444680 contains mainly green and blue colors. Web safe color of #444680 is #333366 (or #336).

RGB color model

#444680 color RGB value is (68,70,128).

  • red value is 68;
  • green value is 70;
  • blue value is 128.
RGB:
(68,70,128)
(27%,27%,50%)

RGB channels and saturation

R 68 of 255 = 27%
G 70 of 255 = 27%
B 128 of 255 = 50%

68
70
128

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

Portions of RGB colors in percentages

R + G + B =
68 + 70 + 128 = 266 (100%)
R 68 of 266 ~ 25.56%
G 70 of 266 ~ 26.32%
B 128 of 266 ~ 48.12%

%25.56
%26.32
%48.12

CMYK color model

#444680 color CMYK value is (47,45,0,50).

  • cyan value is 46.88%
  • magenta value is 45.31%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(47,45,0,50)
C47M45Y0K50 
(47%,45%,0%,50%)
(0.47/0.45/0.00/0.50)	

CMYK percentages

%46.88
%45.31
%0
%49.8

Codes

Color #444680 in popluar color models

444680
RGB6870128
HSL238°30.61%38.43%
HSB/HSV238°46.88%50.20%
CMYK46.88%45.31%0.00%
49.80%

Color #444680 in popluar number systems.

HEX444680
Decimal6870128
Binary1000100100011010000000
Octal104106200

Shades and tints

Shades of #444680

#444680
(68,70,128)
#3E4075
(62,64,117)
#383A6A
(56,58,106)
#32345F
(50,52,95)
#2C2E54
(44,46,84)
#262849
(38,40,73)
#20223E
(32,34,62)
#1A1C33
(26,28,51)
#141628
(20,22,40)
#0E101D
(14,16,29)
#080A12
(8,10,18)
#000000
(0,0,0)

Tints of #444680

#444680
(68,70,128)
#55568B
(85,86,139)
#666696
(102,102,150)
#7776A1
(119,118,161)
#8886AC
(136,134,172)
#9996B7
(153,150,183)
#AAA6C2
(170,166,194)
#BBB6CD
(187,182,205)
#CCC6D8
(204,198,216)
#DDD6E3
(221,214,227)
#EEE6EE
(238,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #444680 color. Also use rgb(68,70,128) instead hex code.

Text Font Color

.myTextColor { color: #444680; }

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

This text font color is #444680.


Background Color

.myBgColor { background-color: #444680; }

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

This div background color is #444680.


Border color

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

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

This div border color is #444680.


Opacity

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

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

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

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

This text has shadow with #444680 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #444680 on black background.


Color preview on white background

This text has color #444680 on white background.



Black color preview on #444680 background

This text has black color on #444680 background.


White color preview on #444680 background

This text has white color on #444680 background.