COLOR #44709B

HEX: #44709B
RGB: (68,112,155)

Color info

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

RGB color model

#44709B color RGB value is (68,112,155).

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

RGB channels and saturation

R 68 of 255 = 27%
G 112 of 255 = 44%
B 155 of 255 = 61%

68
112
155

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

Portions of RGB colors in percentages

R + G + B =
68 + 112 + 155 = 335 (100%)
R 68 of 335 ~ 20.3%
G 112 of 335 ~ 33.43%
B 155 of 335 ~ 46.27%

%20.3
%33.43
%46.27

CMYK color model

#44709B color CMYK value is (56,28,0,39).

  • cyan value is 56.13%
  • magenta value is 27.74%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(56,28,0,39)
C56M28Y0K39 
(56%,28%,0%,39%)
(0.56/0.28/0.00/0.39)	

CMYK percentages

%56.13
%27.74
%0
%39.22

Codes

Color #44709B in popluar color models

44709B
RGB68112155
HSL210°39.01%43.73%
HSB/HSV210°56.13%60.78%
CMYK56.13%27.74%0.00%
39.22%

Color #44709B in popluar number systems.

HEX44709B
Decimal68112155
Binary1000100111000010011011
Octal104160233

Shades and tints

Shades of #44709B

#44709B
(68,112,155)
#3E668D
(62,102,141)
#385C7F
(56,92,127)
#325271
(50,82,113)
#2C4863
(44,72,99)
#263E55
(38,62,85)
#203447
(32,52,71)
#1A2A39
(26,42,57)
#14202B
(20,32,43)
#0E161D
(14,22,29)
#080C0F
(8,12,15)
#000000
(0,0,0)

Tints of #44709B

#44709B
(68,112,155)
#557DA4
(85,125,164)
#668AAD
(102,138,173)
#7797B6
(119,151,182)
#88A4BF
(136,164,191)
#99B1C8
(153,177,200)
#AABED1
(170,190,209)
#BBCBDA
(187,203,218)
#CCD8E3
(204,216,227)
#DDE5EC
(221,229,236)
#EEF2F5
(238,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #44709B; }

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

This text font color is #44709B.


Background Color

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

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

This div background color is #44709B.


Border color

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

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

This div border color is #44709B.


Opacity

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

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

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

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

This text has shadow with #44709B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #44709B on black background.


Color preview on white background

This text has color #44709B on white background.



Black color preview on #44709B background

This text has black color on #44709B background.


White color preview on #44709B background

This text has white color on #44709B background.