#447AB8

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

Shades of Steel Blue #447AB8

Tints of Steel Blue #447AB8

Color information

#447AB8 (or 0x447AB8) is unknown color: approx Steel Blue. HEX triplet: 44, 7A and B8. RGB value is (68,122,184). Sum of RGB (Red+Green+Blue) = 68+122+184=374 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.18% from 374); Green value is 122 (48.05% from 255 or 32.62% from 374); Blue value is 184 (72.27% from 255 or 49.20% from 374); Max value from RGB is 184 - color contains mainly: blue. Hex color #447AB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447AB8 is #BB8547. Grayscale: #707070. Windows color (decimal): -12289352 or 12089924. OLE color: 12089924.

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

Color convert

RGB68122184-
CMYK0.630.3400.28
HSL212.07º46.03%49.41%-
HSV(B)212.07º63.04%72.16%-
XYZ1818.6147.99-
YUV112.92168.1195.96-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.18%
GREEN value IS 122 (48.05% from 255) = 32.62%
BLUE value IS 184 (72.27% from 255) = 49.20%
R=18.18%
G=32.62%
B=49.20%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal681221840.630.3400.28212.0746.0349.41
Hex447AB83F2201Cd42e31
Octal10417227077420343245661
Binary100010011110101011100011111110001001110011010100101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447AB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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