#406FBA

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

Shades of Steel Blue #406FBA

Tints of Steel Blue #406FBA

Color information

#406FBA (or 0x406FBA) is unknown color: approx Steel Blue. HEX triplet: 40, 6F and BA. RGB value is (64,111,186). Sum of RGB (Red+Green+Blue) = 64+111+186=361 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.73% from 361); Green value is 111 (43.75% from 255 or 30.75% from 361); Blue value is 186 (73.05% from 255 or 51.52% from 361); Max value from RGB is 186 - color contains mainly: blue. Hex color #406FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406FBA is #BF9045. Grayscale: #696969. Windows color (decimal): -12554310 or 12218176. OLE color: 12218176.

HSL color Cylindrical-coordinate representation of color #406FBA: hue angle of 216.89º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #406FBA is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB64111186-
CMYK0.660.4000.27
HSL216.89º48.8%49.02%-
HSV(B)216.89º65.59%72.94%-
XYZ16.661648.67-
YUV105.5173.4398.4-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.73%
GREEN value IS 111 (43.75% from 255) = 30.75%
BLUE value IS 186 (73.05% from 255) = 51.52%
R=17.73%
G=30.75%
B=51.52%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal641111860.660.4000.27216.8948.849.02
Hex406FBA422801Bd93131
Octal100157272102500333316161
Binary1000000110111110111010100001010100001101111011001110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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