#447DBA

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

Shades of Steel Blue #447DBA

Tints of Steel Blue #447DBA

Color information

#447DBA (or 0x447DBA) is unknown color: approx Steel Blue. HEX triplet: 44, 7D and BA. RGB value is (68,125,186). Sum of RGB (Red+Green+Blue) = 68+125+186=379 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.94% from 379); Green value is 125 (49.22% from 255 or 32.98% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #447DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447DBA is #BB8245. Grayscale: #727272. Windows color (decimal): -12288582 or 12221764. OLE color: 12221764.

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

Color convert

RGB68125186-
CMYK0.630.3300.27
HSL211.02º46.46%49.8%-
HSV(B)211.02º63.44%72.94%-
XYZ18.5819.4449.23-
YUV114.91168.1294.54-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.94%
GREEN value IS 125 (49.22% from 255) = 32.98%
BLUE value IS 186 (73.05% from 255) = 49.08%
R=17.94%
G=32.98%
B=49.08%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal681251860.630.3300.27211.0246.4649.8
Hex447DBA3F2101Bd32e32
Octal10417527277410333235662
Binary100010011111011011101011111110000101101111010011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,125,186); }

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

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

 a { background-color: rgb(68,125,186); }

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

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

 span { border-color: rgb(68,125,186); }

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