#447CA1

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

Shades of Steel Blue #447CA1

Tints of Steel Blue #447CA1

Color information

#447CA1 (or 0x447CA1) is unknown color: approx Steel Blue. HEX triplet: 44, 7C and A1. RGB value is (68,124,161). Sum of RGB (Red+Green+Blue) = 68+124+161=353 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.26% from 353); Green value is 124 (48.83% from 255 or 35.13% from 353); Blue value is 161 (63.28% from 255 or 45.61% from 353); Max value from RGB is 161 - color contains mainly: blue. Hex color #447CA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447CA1 is #BB835E. Grayscale: #6F6F6F. Windows color (decimal): -12288863 or 10583108. OLE color: 10583108.

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

Color convert

RGB68124161-
CMYK0.580.2300.37
HSL203.87º40.61%44.9%-
HSV(B)203.87º57.76%63.14%-
XYZ16.0218.2236.39-
YUV111.47155.9596.99-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.26%
GREEN value IS 124 (48.83% from 255) = 35.13%
BLUE value IS 161 (63.28% from 255) = 45.61%
R=19.26%
G=35.13%
B=45.61%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal681241610.580.2300.37203.8740.6144.9
Hex447CA13A17025cc292d
Octal10417424172270453145155
Binary100010011111001010000111101010111010010111001100101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,124,161); }

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

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

 a { background-color: rgb(68,124,161); }

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

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

 span { border-color: rgb(68,124,161); }

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