#447DAC

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

Shades of Steel Blue #447DAC

Tints of Steel Blue #447DAC

Color information

#447DAC (or 0x447DAC) is unknown color: approx Steel Blue. HEX triplet: 44, 7D and AC. RGB value is (68,125,172). Sum of RGB (Red+Green+Blue) = 68+125+172=365 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.63% from 365); Green value is 125 (49.22% from 255 or 34.25% from 365); Blue value is 172 (67.58% from 255 or 47.12% from 365); Max value from RGB is 172 - color contains mainly: blue. Hex color #447DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447DAC is #BB8253. Grayscale: #717171. Windows color (decimal): -12288596 or 11304260. OLE color: 11304260.

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

Color convert

RGB68125172-
CMYK0.600.2700.33
HSL207.12º43.33%47.06%-
HSV(B)207.12º60.47%67.45%-
XYZ17.1618.8741.77-
YUV113.32161.1295.68-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.63%
GREEN value IS 125 (49.22% from 255) = 34.25%
BLUE value IS 172 (67.58% from 255) = 47.12%
R=18.63%
G=34.25%
B=47.12%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal681251720.600.2700.33207.1243.3347.06
Hex447DAC3C1B021cf2b2f
Octal10417525474330413175357
Binary100010011111011010110011110011011010000111001111101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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