#447BBA

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

Shades of Steel Blue #447BBA

Tints of Steel Blue #447BBA

Color information

#447BBA (or 0x447BBA) is unknown color: approx Steel Blue. HEX triplet: 44, 7B and BA. RGB value is (68,123,186). Sum of RGB (Red+Green+Blue) = 68+123+186=377 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.04% from 377); Green value is 123 (48.44% from 255 or 32.63% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #447BBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447BBA is #BB8445. Grayscale: #717171. Windows color (decimal): -12289094 or 12221252. OLE color: 12221252.

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

Color convert

RGB68123186-
CMYK0.630.3400.27
HSL212.03º46.46%49.8%-
HSV(B)212.03º63.44%72.94%-
XYZ18.3318.9449.14-
YUV113.74168.7895.38-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.04%
GREEN value IS 123 (48.44% from 255) = 32.63%
BLUE value IS 186 (73.05% from 255) = 49.34%
R=18.04%
G=32.63%
B=49.34%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal681231860.630.3400.27212.0346.4649.8
Hex447BBA3F2201Bd42e32
Octal10417327277420333245662
Binary100010011110111011101011111110001001101111010100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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