#447AAD

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

Shades of Steel Blue #447AAD

Tints of Steel Blue #447AAD

Color information

#447AAD (or 0x447AAD) is unknown color: approx Steel Blue. HEX triplet: 44, 7A and AD. RGB value is (68,122,173). Sum of RGB (Red+Green+Blue) = 68+122+173=363 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.73% from 363); Green value is 122 (48.05% from 255 or 33.61% from 363); Blue value is 173 (67.97% from 255 or 47.66% from 363); Max value from RGB is 173 - color contains mainly: blue. Hex color #447AAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447AAD is #BB8552. Grayscale: #6F6F6F. Windows color (decimal): -12289363 or 11369028. OLE color: 11369028.

HSL color Cylindrical-coordinate representation of color #447AAD: hue angle of 209.14º 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 #447AAD is Cyan = 0.61, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB68122173-
CMYK0.610.2900.32
HSL209.14º43.57%47.25%-
HSV(B)209.14º60.69%67.84%-
XYZ16.8918.1742.15-
YUV111.67162.6196.85-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.73%
GREEN value IS 122 (48.05% from 255) = 33.61%
BLUE value IS 173 (67.97% from 255) = 47.66%
R=18.73%
G=33.61%
B=47.66%

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
Decimal681221730.610.2900.32209.1443.5747.25
Hex447AAD3D1D020d12c2f
Octal10417225575350403215457
Binary100010011110101010110111110111101010000011010001101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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