#447AB9

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

Shades of Steel Blue #447AB9

Tints of Steel Blue #447AB9

Color information

#447AB9 (or 0x447AB9) is unknown color: approx Steel Blue. HEX triplet: 44, 7A and B9. RGB value is (68,122,185). Sum of RGB (Red+Green+Blue) = 68+122+185=375 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.13% from 375); Green value is 122 (48.05% from 255 or 32.53% from 375); Blue value is 185 (72.66% from 255 or 49.33% from 375); Max value from RGB is 185 - color contains mainly: blue. Hex color #447AB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447AB9 is #BB8546. Grayscale: #707070. Windows color (decimal): -12289351 or 12155460. OLE color: 12155460.

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

Color convert

RGB68122185-
CMYK0.630.3400.27
HSL212.31º46.25%49.61%-
HSV(B)212.31º63.24%72.55%-
XYZ18.118.6548.54-
YUV113.04168.6195.88-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.13%
GREEN value IS 122 (48.05% from 255) = 32.53%
BLUE value IS 185 (72.66% from 255) = 49.33%
R=18.13%
G=32.53%
B=49.33%

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
Decimal681221850.630.3400.27212.3146.2549.61
Hex447AB93F2201Bd42e32
Octal10417227177420333245662
Binary100010011110101011100111111110001001101111010100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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