#447BC1

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

Shades of Steel Blue #447BC1

Tints of Steel Blue #447BC1

Color information

#447BC1 (or 0x447BC1) is unknown color: approx Steel Blue. HEX triplet: 44, 7B and C1. RGB value is (68,123,193). Sum of RGB (Red+Green+Blue) = 68+123+193=384 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.71% from 384); Green value is 123 (48.44% from 255 or 32.03% from 384); Blue value is 193 (75.78% from 255 or 50.26% from 384); Max value from RGB is 193 - color contains mainly: blue. Hex color #447BC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447BC1 is #BB843E. Grayscale: #727272. Windows color (decimal): -12289087 or 12680004. OLE color: 12680004.

HSL color Cylindrical-coordinate representation of color #447BC1: hue angle of 213.6º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #447BC1 is Cyan = 0.65, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB68123193-
CMYK0.650.3600.24
HSL213.6º50.2%51.18%-
HSV(B)213.6º64.77%75.69%-
XYZ19.0919.2553.16-
YUV114.54172.2894.81-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.71%
GREEN value IS 123 (48.44% from 255) = 32.03%
BLUE value IS 193 (75.78% from 255) = 50.26%
R=17.71%
G=32.03%
B=50.26%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal681231930.650.3600.24213.650.251.18
Hex447BC14124018d63233
Octal104173301101440303266263
Binary1000100111101111000001100000110010001100011010110110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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