#447AB5

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

Shades of Steel Blue #447AB5

Tints of Steel Blue #447AB5

Color information

#447AB5 (or 0x447AB5) is unknown color: approx Steel Blue. HEX triplet: 44, 7A and B5. RGB value is (68,122,181). Sum of RGB (Red+Green+Blue) = 68+122+181=371 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.33% from 371); Green value is 122 (48.05% from 255 or 32.88% from 371); Blue value is 181 (71.09% from 255 or 48.79% from 371); Max value from RGB is 181 - color contains mainly: blue. Hex color #447AB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447AB5 is #BB854A. Grayscale: #707070. Windows color (decimal): -12289355 or 11893316. OLE color: 11893316.

HSL color Cylindrical-coordinate representation of color #447AB5: hue angle of 211.33º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #447AB5 is Cyan = 0.62, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB68122181-
CMYK0.620.3300.29
HSL211.33º45.38%48.82%-
HSV(B)211.33º62.43%70.98%-
XYZ17.6818.4846.35-
YUV112.58166.6196.2-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.33%
GREEN value IS 122 (48.05% from 255) = 32.88%
BLUE value IS 181 (71.09% from 255) = 48.79%
R=18.33%
G=32.88%
B=48.79%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal681221810.620.3300.29211.3345.3848.82
Hex447AB53E2101Dd32d31
Octal10417226576410353235561
Binary100010011110101011010111111010000101110111010011101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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