COLOR #44478B

HEX: #44478B
RGB: (68,71,139)

Color info

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

RGB color model

#44478B color RGB value is (68,71,139).

  • red value is 68;
  • green value is 71;
  • blue value is 139.
RGB:
(68,71,139)
(27%,28%,55%)

RGB channels and saturation

R 68 of 255 = 27%
G 71 of 255 = 28%
B 139 of 255 = 55%

68
71
139

R + G + B ~ 37%. #44478B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 71 + 139 = 278 (100%)
R 68 of 278 ~ 24.46%
G 71 of 278 ~ 25.54%
B 139 of 278 ~ 50%

%24.46
%25.54
%50

CMYK color model

#44478B color CMYK value is (51,49,0,45).

  • cyan value is 51.08%
  • magenta value is 48.92%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(51,49,0,45)
C51M49Y0K45 
(51%,49%,0%,45%)
(0.51/0.49/0.00/0.45)	

CMYK percentages

%51.08
%48.92
%0
%45.49

Codes

Color #44478B in popluar color models

44478B
RGB6871139
HSL237°34.30%40.59%
HSB/HSV237°51.08%54.51%
CMYK51.08%48.92%0.00%
45.49%

Color #44478B in popluar number systems.

HEX44478B
Decimal6871139
Binary1000100100011110001011
Octal104107213

Shades and tints

Shades of #44478B

#44478B
(68,71,139)
#3E417F
(62,65,127)
#383B73
(56,59,115)
#323567
(50,53,103)
#2C2F5B
(44,47,91)
#26294F
(38,41,79)
#202343
(32,35,67)
#1A1D37
(26,29,55)
#14172B
(20,23,43)
#0E111F
(14,17,31)
#080B13
(8,11,19)
#000000
(0,0,0)

Tints of #44478B

#44478B
(68,71,139)
#555795
(85,87,149)
#66679F
(102,103,159)
#7777A9
(119,119,169)
#8887B3
(136,135,179)
#9997BD
(153,151,189)
#AAA7C7
(170,167,199)
#BBB7D1
(187,183,209)
#CCC7DB
(204,199,219)
#DDD7E5
(221,215,229)
#EEE7EF
(238,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #44478B color. Also use rgb(68,71,139) instead hex code.

Text Font Color

.myTextColor { color: #44478B; }

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

This text font color is #44478B.


Background Color

.myBgColor { background-color: #44478B; }

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

This div background color is #44478B.


Border color

.myBorderColor { border: 1px solid #44478B; }

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

This div border color is #44478B.


Opacity

.myOpacity80 { color: #44478B; opacity: 0.8; }

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

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

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

This text has shadow with #44478B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #44478B on black background.


Color preview on white background

This text has color #44478B on white background.



Black color preview on #44478B background

This text has black color on #44478B background.


White color preview on #44478B background

This text has white color on #44478B background.