COLOR #447B90

HEX: #447B90
RGB: (68,123,144)

Color info

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

RGB color model

#447B90 color RGB value is (68,123,144).

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

RGB channels and saturation

R 68 of 255 = 27%
G 123 of 255 = 48%
B 144 of 255 = 56%

68
123
144

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

Portions of RGB colors in percentages

R + G + B =
68 + 123 + 144 = 335 (100%)
R 68 of 335 ~ 20.3%
G 123 of 335 ~ 36.72%
B 144 of 335 ~ 42.99%

%20.3
%36.72
%42.99

CMYK color model

#447B90 color CMYK value is (53,15,0,44).

  • cyan value is 52.78%
  • magenta value is 14.58%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(53,15,0,44)
C53M15Y0K44 
(53%,15%,0%,44%)
(0.53/0.15/0.00/0.44)	

CMYK percentages

%52.78
%14.58
%0
%43.53

Codes

Color #447B90 in popluar color models

447B90
RGB68123144
HSL197°35.85%41.57%
HSB/HSV197°52.78%56.47%
CMYK52.78%14.58%0.00%
43.53%

Color #447B90 in popluar number systems.

HEX447B90
Decimal68123144
Binary1000100111101110010000
Octal104173220

Shades and tints

Shades of #447B90

#447B90
(68,123,144)
#3E7083
(62,112,131)
#386576
(56,101,118)
#325A69
(50,90,105)
#2C4F5C
(44,79,92)
#26444F
(38,68,79)
#203942
(32,57,66)
#1A2E35
(26,46,53)
#142328
(20,35,40)
#0E181B
(14,24,27)
#080D0E
(8,13,14)
#000000
(0,0,0)

Tints of #447B90

#447B90
(68,123,144)
#55879A
(85,135,154)
#6693A4
(102,147,164)
#779FAE
(119,159,174)
#88ABB8
(136,171,184)
#99B7C2
(153,183,194)
#AAC3CC
(170,195,204)
#BBCFD6
(187,207,214)
#CCDBE0
(204,219,224)
#DDE7EA
(221,231,234)
#EEF3F4
(238,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #447B90 color. Also use rgb(68,123,144) instead hex code.

Text Font Color

.myTextColor { color: #447B90; }

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

This text font color is #447B90.


Background Color

.myBgColor { background-color: #447B90; }

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

This div background color is #447B90.


Border color

.myBorderColor { border: 1px solid #447B90; }

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

This div border color is #447B90.


Opacity

.myOpacity80 { color: #447B90; opacity: 0.8; }

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

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

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

This text has shadow with #447B90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #447B90 on black background.


Color preview on white background

This text has color #447B90 on white background.



Black color preview on #447B90 background

This text has black color on #447B90 background.


White color preview on #447B90 background

This text has white color on #447B90 background.