#447BA4

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

Shades of Steel Blue #447BA4

Tints of Steel Blue #447BA4

Color information

#447BA4 (or 0x447BA4) is unknown color: approx Steel Blue. HEX triplet: 44, 7B and A4. RGB value is (68,123,164). Sum of RGB (Red+Green+Blue) = 68+123+164=355 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.15% from 355); Green value is 123 (48.44% from 255 or 34.65% from 355); Blue value is 164 (64.45% from 255 or 46.20% from 355); Max value from RGB is 164 - color contains mainly: blue. Hex color #447BA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447BA4 is #BB845B. Grayscale: #6F6F6F. Windows color (decimal): -12289116 or 10779460. OLE color: 10779460.

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

Color convert

RGB68123164-
CMYK0.590.2500.36
HSL205.62º41.38%45.49%-
HSV(B)205.62º58.54%64.31%-
XYZ16.1718.0837.76-
YUV111.23157.7897.17-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.15%
GREEN value IS 123 (48.44% from 255) = 34.65%
BLUE value IS 164 (64.45% from 255) = 46.20%
R=19.15%
G=34.65%
B=46.20%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal681231640.590.2500.36205.6241.3845.49
Hex447BA43B19024ce292d
Octal10417324473310443165155
Binary100010011110111010010011101111001010010011001110101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,123,164); }

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

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

 a { background-color: rgb(68,123,164); }

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

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

 span { border-color: rgb(68,123,164); }

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