#447ABA

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

Shades of Steel Blue #447ABA

Tints of Steel Blue #447ABA

Color information

#447ABA (or 0x447ABA) is unknown color: approx Steel Blue. HEX triplet: 44, 7A and BA. RGB value is (68,122,186). Sum of RGB (Red+Green+Blue) = 68+122+186=376 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.09% from 376); Green value is 122 (48.05% from 255 or 32.45% from 376); Blue value is 186 (73.05% from 255 or 49.47% from 376); Max value from RGB is 186 - color contains mainly: blue. Hex color #447ABA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447ABA is #BB8545. Grayscale: #707070. Windows color (decimal): -12289350 or 12220996. OLE color: 12220996.

HSL color Cylindrical-coordinate representation of color #447ABA: hue angle of 212.54º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #447ABA is Cyan = 0.63, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB68122186-
CMYK0.630.3400.27
HSL212.54º46.46%49.8%-
HSV(B)212.54º63.44%72.94%-
XYZ18.2118.6949.1-
YUV113.15169.1195.8-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.09%
GREEN value IS 122 (48.05% from 255) = 32.45%
BLUE value IS 186 (73.05% from 255) = 49.47%
R=18.09%
G=32.45%
B=49.47%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal681221860.630.3400.27212.5446.4649.8
Hex447ABA3F2201Bd52e32
Octal10417227277420333255662
Binary100010011110101011101011111110001001101111010101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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