COLOR #447AB9

HEX: #447AB9
RGB: (68,122,185)

Color info

#447AB9 contains mainly blue color. Web safe color of #447AB9 is #3366CC (or #36C).

RGB color model

#447AB9 color RGB value is (68,122,185).

  • red value is 68;
  • green value is 122;
  • blue value is 185.
RGB:
(68,122,185)
(27%,48%,73%)

RGB channels and saturation

R 68 of 255 = 27%
G 122 of 255 = 48%
B 185 of 255 = 73%

68
122
185

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

Portions of RGB colors in percentages

R + G + B =
68 + 122 + 185 = 375 (100%)
R 68 of 375 ~ 18.13%
G 122 of 375 ~ 32.53%
B 185 of 375 ~ 49.33%

%18.13
%32.53
%49.33

CMYK color model

#447AB9 color CMYK value is (63,34,0,27).

  • cyan value is 63.24%
  • magenta value is 34.05%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(63,34,0,27)
C63M34Y0K27 
(63%,34%,0%,27%)
(0.63/0.34/0.00/0.27)	

CMYK percentages

%63.24
%34.05
%0
%27.45

Codes

Color #447AB9 in popluar color models

447AB9
RGB68122185
HSL212°46.25%49.61%
HSB/HSV212°63.24%72.55%
CMYK63.24%34.05%0.00%
27.45%

Color #447AB9 in popluar number systems.

HEX447AB9
Decimal68122185
Binary1000100111101010111001
Octal104172271

Shades and tints

Shades of #447AB9

#447AB9
(68,122,185)
#3E6FA9
(62,111,169)
#386499
(56,100,153)
#325989
(50,89,137)
#2C4E79
(44,78,121)
#264369
(38,67,105)
#203859
(32,56,89)
#1A2D49
(26,45,73)
#142239
(20,34,57)
#0E1729
(14,23,41)
#080C19
(8,12,25)
#000000
(0,0,0)

Tints of #447AB9

#447AB9
(68,122,185)
#5586BF
(85,134,191)
#6692C5
(102,146,197)
#779ECB
(119,158,203)
#88AAD1
(136,170,209)
#99B6D7
(153,182,215)
#AAC2DD
(170,194,221)
#BBCEE3
(187,206,227)
#CCDAE9
(204,218,233)
#DDE6EF
(221,230,239)
#EEF2F5
(238,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #447AB9 color. Also use rgb(68,122,185) instead hex code.

Text Font Color

.myTextColor { color: #447AB9; }

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

This text font color is #447AB9.


Background Color

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

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

This div background color is #447AB9.


Border color

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

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

This div border color is #447AB9.


Opacity

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

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

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

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

This text has shadow with #447AB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #447AB9 on black background.


Color preview on white background

This text has color #447AB9 on white background.



Black color preview on #447AB9 background

This text has black color on #447AB9 background.


White color preview on #447AB9 background

This text has white color on #447AB9 background.