COLOR #447FAA

HEX: #447FAA RGB: (68,127,170)

Color info

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

RGB color model

#447FAA color RGB value is (68,127,170).

RGB: (68,127,170) (27%, 50%, 67%)

RGB channels and saturation

R 68 of 255 = 27%
G 127 of 255 = 50%
B 170 of 255 = 67%

68
127
170

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

Portions of RGB colors in percentages

R + G + B = 68 + 127 + 170 = 365 (100%)
R 68 of 365 ~ 18.63%
G 127 of 365 ~ 34.79%
B 170 of 365 ~ 46.58'%

%18.63
%34.79
%46.58

CMYK color model

#447FAA color CMYK value is (60,25,0,33).

  • cyan value is 60.00%
  • magenta value is 25.29%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK: (60,25,0,33) C60M25Y0K33 (60%,25%,0%,33%) (0.60/0.25/0.00/0.33) 

CMYK percentages

%60
%25.29
%0
%33.33

Codes

Color #447FAA in popluar color models

44 7F AA
RGB 68 127 170
HSL 205° 42.86% 46.67%
HSB/HSV 205° 60.00% 66.67%
CMYK 60.00% 25.29% 0.00%
33.33%

Color #447FAA in popluar number systems.

HEX 44 7F AA
Decimal 68 127 170
Binary 1000100 1111111 10101010
Octal 104 177 252

Shades and tints

Shades of #447FAA

#447FAA
(68,127,170)
#3E749B
(62,116,155)
#38698C
(56,105,140)
#325E7D
(50,94,125)
#2C536E
(44,83,110)
#26485F
(38,72,95)
#203D50
(32,61,80)
#1A3241
(26,50,65)
#142732
(20,39,50)
#0E1C23
(14,28,35)
#081114
(8,17,20)
#000000
(0,0,0)

Tints of #447FAA

#447FAA
(68,127,170)
#558AB1
(85,138,177)
#6695B8
(102,149,184)
#77A0BF
(119,160,191)
#88ABC6
(136,171,198)
#99B6CD
(153,182,205)
#AAC1D4
(170,193,212)
#BBCCDB
(187,204,219)
#CCD7E2
(204,215,226)
#DDE2E9
(221,226,233)
#EEEDF0
(238,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #447FAA color. Also use rgb(68,127,170) instead hex code.

Text Font Color

.myTextColor { color: #447FAA; }

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

This text font color is #447FAA.

Background Color

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

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

This div background color is #447FAA.

Border color

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

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

This div border color is #447FAA.

Opacity

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

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

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

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

This text has shadow with #447FAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #447FAA.

Preview

Color preview on black background

This text has color #447FAA on black background.


Color preview on white background

This text has color #447FAA on white background.


Black color preview on #447FAA background

This text has black color on #447FAA background.


White color preview on #447FAA background

This text has white color on #447FAA background.


Related colors

Complementary color

Complementary color for #hex is #BB8055.


I love getcolorcode.com

Triadic colors

1 #AA447F and #7FAA44 with #447FAA are triadic colors.

2 #AA7F44 and #7F44AA with #447FAA are triadic colors.