#447FAA

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

Shades of Steel Blue #447FAA

Tints of Steel Blue #447FAA

Color information

#447FAA (or 0x447FAA) is unknown color: approx Steel Blue. HEX triplet: 44, 7F and AA. RGB value is (68,127,170). Sum of RGB (Red+Green+Blue) = 68+127+170=365 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.63% from 365); Green value is 127 (50% from 255 or 34.79% from 365); Blue value is 170 (66.80% from 255 or 46.58% from 365); Max value from RGB is 170 - color contains mainly: blue. Hex color #447FAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447FAA is #BB8055. Grayscale: #727272. Windows color (decimal): -12288086 or 11173700. OLE color: 11173700.

HSL color Cylindrical-coordinate representation of color #447FAA: hue angle of 205.29º 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 #447FAA is Cyan = 0.6, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB68127170-
CMYK0.60.2500.33
HSL205.29º42.86%46.67%-
HSV(B)205.29º60%66.67%-
XYZ17.2319.3140.85-
YUV114.26159.4595-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.63%
GREEN value IS 127 (50% from 255) = 34.79%
BLUE value IS 170 (66.80% from 255) = 46.58%
R=18.63%
G=34.79%
B=46.58%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal681271700.60.2500.33205.2942.8646.67
Hex447FAA3C19021cd2b2f
Octal10417725274310413155357
Binary100010011111111010101011110011001010000111001101101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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