#447CAE

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

Shades of Steel Blue #447CAE

Tints of Steel Blue #447CAE

Color information

#447CAE (or 0x447CAE) is unknown color: approx Steel Blue. HEX triplet: 44, 7C and AE. RGB value is (68,124,174). Sum of RGB (Red+Green+Blue) = 68+124+174=366 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.58% from 366); Green value is 124 (48.83% from 255 or 33.88% from 366); Blue value is 174 (68.36% from 255 or 47.54% from 366); Max value from RGB is 174 - color contains mainly: blue. Hex color #447CAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447CAE is #BB8351. Grayscale: #707070. Windows color (decimal): -12288850 or 11435076. OLE color: 11435076.

HSL color Cylindrical-coordinate representation of color #447CAE: hue angle of 208.3º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #447CAE is Cyan = 0.61, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB68124174-
CMYK0.610.2900.32
HSL208.3º43.8%47.45%-
HSV(B)208.3º60.92%68.24%-
XYZ17.2318.742.75-
YUV112.96162.4595.93-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.58%
GREEN value IS 124 (48.83% from 255) = 33.88%
BLUE value IS 174 (68.36% from 255) = 47.54%
R=18.58%
G=33.88%
B=47.54%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal681241740.610.2900.32208.343.847.45
Hex447CAE3D1D020d02c2f
Octal10417425675350403205457
Binary100010011111001010111011110111101010000011010000101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,124,174); }

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

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

 a { background-color: rgb(68,124,174); }

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

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

 span { border-color: rgb(68,124,174); }

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