COLOR #44809B

HEX: #44809B
RGB: (68,128,155)

Color info

#44809B contains mainly green and blue colors. Web safe color of #44809B is #336699 (or #369).

RGB color model

#44809B color RGB value is (68,128,155).

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

RGB channels and saturation

R 68 of 255 = 27%
G 128 of 255 = 50%
B 155 of 255 = 61%

68
128
155

R + G + B ~ 46%. #44809B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
68 + 128 + 155 = 351 (100%)
R 68 of 351 ~ 19.37%
G 128 of 351 ~ 36.47%
B 155 of 351 ~ 44.16%

%19.37
%36.47
%44.16

CMYK color model

#44809B color CMYK value is (56,17,0,39).

  • cyan value is 56.13%
  • magenta value is 17.42%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(56,17,0,39)
C56M17Y0K39 
(56%,17%,0%,39%)
(0.56/0.17/0.00/0.39)	

CMYK percentages

%56.13
%17.42
%0
%39.22

Codes

Color #44809B in popluar color models

44809B
RGB68128155
HSL199°39.01%43.73%
HSB/HSV199°56.13%60.78%
CMYK56.13%17.42%0.00%
39.22%

Color #44809B in popluar number systems.

HEX44809B
Decimal68128155
Binary10001001000000010011011
Octal104200233

Shades and tints

Shades of #44809B

#44809B
(68,128,155)
#3E758D
(62,117,141)
#386A7F
(56,106,127)
#325F71
(50,95,113)
#2C5463
(44,84,99)
#264955
(38,73,85)
#203E47
(32,62,71)
#1A3339
(26,51,57)
#14282B
(20,40,43)
#0E1D1D
(14,29,29)
#08120F
(8,18,15)
#000000
(0,0,0)

Tints of #44809B

#44809B
(68,128,155)
#558BA4
(85,139,164)
#6696AD
(102,150,173)
#77A1B6
(119,161,182)
#88ACBF
(136,172,191)
#99B7C8
(153,183,200)
#AAC2D1
(170,194,209)
#BBCDDA
(187,205,218)
#CCD8E3
(204,216,227)
#DDE3EC
(221,227,236)
#EEEEF5
(238,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #44809B; }

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

This text font color is #44809B.


Background Color

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

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

This div background color is #44809B.


Border color

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

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

This div border color is #44809B.


Opacity

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

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

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

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

This text has shadow with #44809B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #44809B on black background.


Color preview on white background

This text has color #44809B on white background.



Black color preview on #44809B background

This text has black color on #44809B background.


White color preview on #44809B background

This text has white color on #44809B background.