#447FAC

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

Shades of Steel Blue #447FAC

Tints of Steel Blue #447FAC

Color information

#447FAC (or 0x447FAC) is unknown color: approx Steel Blue. HEX triplet: 44, 7F and AC. RGB value is (68,127,172). Sum of RGB (Red+Green+Blue) = 68+127+172=367 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.53% from 367); Green value is 127 (50% from 255 or 34.60% from 367); Blue value is 172 (67.58% from 255 or 46.87% from 367); Max value from RGB is 172 - color contains mainly: blue. Hex color #447FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447FAC is #BB8053. Grayscale: #727272. Windows color (decimal): -12288084 or 11304772. OLE color: 11304772.

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

Color convert

RGB68127172-
CMYK0.600.2600.33
HSL205.96º43.33%47.06%-
HSV(B)205.96º60.47%67.45%-
XYZ17.4219.3941.85-
YUV114.49160.4594.84-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.53%
GREEN value IS 127 (50% from 255) = 34.60%
BLUE value IS 172 (67.58% from 255) = 46.87%
R=18.53%
G=34.60%
B=46.87%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal681271720.600.2600.33205.9643.3347.06
Hex447FAC3C1A021ce2b2f
Octal10417725474320413165357
Binary100010011111111010110011110011010010000111001110101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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