#446FBA

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

Shades of Steel Blue #446FBA

Tints of Steel Blue #446FBA

Color information

#446FBA (or 0x446FBA) is unknown color: approx Steel Blue. HEX triplet: 44, 6F and BA. RGB value is (68,111,186). Sum of RGB (Red+Green+Blue) = 68+111+186=365 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.63% from 365); Green value is 111 (43.75% from 255 or 30.41% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #446FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #446FBA is #BB9045. Grayscale: #6A6A6A. Windows color (decimal): -12292166 or 12218180. OLE color: 12218180.

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

Color convert

RGB68111186-
CMYK0.630.4000.27
HSL218.14º46.46%49.8%-
HSV(B)218.14º63.44%72.94%-
XYZ16.9316.1448.68-
YUV106.69172.75100.4-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.63%
GREEN value IS 111 (43.75% from 255) = 30.41%
BLUE value IS 186 (73.05% from 255) = 50.96%
R=18.63%
G=30.41%
B=50.96%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal681111860.630.4000.27218.1446.4649.8
Hex446FBA3F2801Bda2e32
Octal10415727277500333325662
Binary100010011011111011101011111110100001101111011010101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446FBA; }

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

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

<style>
 a { background-color: #446FBA; }

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

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

<style>
 span { border-color: #446FBA; }

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

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