#447aaa

Color #447AAA Steel Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Steel Blue #447AAA

Tints of Steel Blue #447AAA

Color information

#447AAA (or 0x447AAA) is unknown color: approx Steel Blue. HEX triplet: 44, 7A and AA. RGB value is (68,122,170). Sum of RGB (Red+Green+Blue) = 68+122+170=360 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.89% from 360); Green value is 122 (48.05% from 255 or 33.89% from 360); Blue value is 170 (66.80% from 255 or 47.22% from 360); Max value from RGB is 170 - color contains mainly: blue. Hex color #447AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447AAA is #BB8555. Grayscale: #6F6F6F. Windows color (decimal): -12289366 or 11172420. OLE color: 11172420.

HSL color Cylindrical-coordinate representation of color #447AAA: hue angle of 208.24º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #447AAA is Cyan = 0.6, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB68122170-
CMYK0.60.2800.33
HSL208.24º42.86%46.67%-
HSV(B)208.24º60%66.67%-
XYZ16.618.0540.64-
YUV111.33161.1197.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 68 (26.95% from 255) = 18.89%
GREEN value IS 122 (48.05% from 255) = 33.89%
BLUE value IS 170 (66.80% from 255) = 47.22%
R=18.89%
G=33.89%
B=47.22%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal681221700.60.2800.33208.2442.8646.67
Hex447AAA3C1C021d02b2f
Octal10417225274340413205357
Binary100010011110101010101011110011100010000111010000101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447aaa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447aaa; }

 p { color: rgb(68,122,170); }

 H1.HeaderClassName
 {
   color: #447aaa;
 }
 .AnyTagClassName
 {
   color: #447aaa;
 }
</style>
background-color css

<style>
 a { background-color: #447aaa; }

 a { background-color: rgb(68,122,170); }

 div.DivClassName
 {
   background-color: #447aaa;
 }
 .BgClassName
 {
   background-color: #447aaa;
 }
</style>
border-color css

<style>
 span { border-color: #447aaa; }

 span { border-color: rgb(68,122,170); }

 td.TdClassName
 {
   border-color: #447aaa;
 }
 .TagClassName
 {
   border-color: #447aaa;
 }
</style>