#447BBF

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

Shades of Steel Blue #447BBF

Tints of Steel Blue #447BBF

Color information

#447BBF (or 0x447BBF) is unknown color: approx Steel Blue. HEX triplet: 44, 7B and BF. RGB value is (68,123,191). Sum of RGB (Red+Green+Blue) = 68+123+191=382 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.80% from 382); Green value is 123 (48.44% from 255 or 32.20% from 382); Blue value is 191 (75% from 255 or 50% from 382); Max value from RGB is 191 - color contains mainly: blue. Hex color #447BBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447BBF is #BB8440. Grayscale: #717171. Windows color (decimal): -12289089 or 12548932. OLE color: 12548932.

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

Color convert

RGB68123191-
CMYK0.640.3600.25
HSL213.17º49%50.78%-
HSV(B)213.17º64.4%74.9%-
XYZ18.8719.1651.99-
YUV114.31171.2894.97-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.80%
GREEN value IS 123 (48.44% from 255) = 32.20%
BLUE value IS 191 (75% from 255) = 50%
R=17.80%
G=32.20%
B=50%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal681231910.640.3600.25213.174950.78
Hex447BBF4024019d53133
Octal104173277100440313256163
Binary1000100111101110111111100000010010001100111010101110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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