#447AA2

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

Shades of Steel Blue #447AA2

Tints of Steel Blue #447AA2

Color information

#447AA2 (or 0x447AA2) is unknown color: approx Steel Blue. HEX triplet: 44, 7A and A2. RGB value is (68,122,162). Sum of RGB (Red+Green+Blue) = 68+122+162=352 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.32% from 352); Green value is 122 (48.05% from 255 or 34.66% from 352); Blue value is 162 (63.67% from 255 or 46.02% from 352); Max value from RGB is 162 - color contains mainly: blue. Hex color #447AA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447AA2 is #BB855D. Grayscale: #6E6E6E. Windows color (decimal): -12289374 or 10648132. OLE color: 10648132.

HSL color Cylindrical-coordinate representation of color #447AA2: hue angle of 205.53º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #447AA2 is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB68122162-
CMYK0.580.2500.36
HSL205.53º40.87%45.1%-
HSV(B)205.53º58.02%63.53%-
XYZ15.8717.7636.77-
YUV110.41157.1197.75-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.32%
GREEN value IS 122 (48.05% from 255) = 34.66%
BLUE value IS 162 (63.67% from 255) = 46.02%
R=19.32%
G=34.66%
B=46.02%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal681221620.580.2500.36205.5340.8745.1
Hex447AA23A19024ce292d
Octal10417224272310443165155
Binary100010011110101010001011101011001010010011001110101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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