COLOR #445A90

HEX: #445A90
RGB: (68,90,144)

Color info

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

RGB color model

#445A90 color RGB value is (68,90,144).

  • red value is 68;
  • green value is 90;
  • blue value is 144.
RGB:
(68,90,144)
(27%,35%,56%)

RGB channels and saturation

R 68 of 255 = 27%
G 90 of 255 = 35%
B 144 of 255 = 56%

68
90
144

R + G + B ~ 39%. #445A90 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 90 + 144 = 302 (100%)
R 68 of 302 ~ 22.52%
G 90 of 302 ~ 29.8%
B 144 of 302 ~ 47.68%

%22.52
%29.8
%47.68

CMYK color model

#445A90 color CMYK value is (53,38,0,44).

  • cyan value is 52.78%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(53,38,0,44)
C53M38Y0K44 
(53%,38%,0%,44%)
(0.53/0.38/0.00/0.44)	

CMYK percentages

%52.78
%37.5
%0
%43.53

Codes

Color #445A90 in popluar color models

445A90
RGB6890144
HSL223°35.85%41.57%
HSB/HSV223°52.78%56.47%
CMYK52.78%37.50%0.00%
43.53%

Color #445A90 in popluar number systems.

HEX445A90
Decimal6890144
Binary1000100101101010010000
Octal104132220

Shades and tints

Shades of #445A90

#445A90
(68,90,144)
#3E5283
(62,82,131)
#384A76
(56,74,118)
#324269
(50,66,105)
#2C3A5C
(44,58,92)
#26324F
(38,50,79)
#202A42
(32,42,66)
#1A2235
(26,34,53)
#141A28
(20,26,40)
#0E121B
(14,18,27)
#080A0E
(8,10,14)
#000000
(0,0,0)

Tints of #445A90

#445A90
(68,90,144)
#55699A
(85,105,154)
#6678A4
(102,120,164)
#7787AE
(119,135,174)
#8896B8
(136,150,184)
#99A5C2
(153,165,194)
#AAB4CC
(170,180,204)
#BBC3D6
(187,195,214)
#CCD2E0
(204,210,224)
#DDE1EA
(221,225,234)
#EEF0F4
(238,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #445A90 color. Also use rgb(68,90,144) instead hex code.

Text Font Color

.myTextColor { color: #445A90; }

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

This text font color is #445A90.


Background Color

.myBgColor { background-color: #445A90; }

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

This div background color is #445A90.


Border color

.myBorderColor { border: 1px solid #445A90; }

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

This div border color is #445A90.


Opacity

.myOpacity80 { color: #445A90; opacity: 0.8; }

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

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

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

This text has shadow with #445A90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #445A90 on black background.


Color preview on white background

This text has color #445A90 on white background.



Black color preview on #445A90 background

This text has black color on #445A90 background.


White color preview on #445A90 background

This text has white color on #445A90 background.