#406FBD

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

Shades of Steel Blue #406FBD

Tints of Steel Blue #406FBD

Color information

#406FBD (or 0x406FBD) is unknown color: approx Steel Blue. HEX triplet: 40, 6F and BD. RGB value is (64,111,189). Sum of RGB (Red+Green+Blue) = 64+111+189=364 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.58% from 364); Green value is 111 (43.75% from 255 or 30.49% from 364); Blue value is 189 (74.22% from 255 or 51.92% from 364); Max value from RGB is 189 - color contains mainly: blue. Hex color #406FBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406FBD is #BF9042. Grayscale: #696969. Windows color (decimal): -12554307 or 12414784. OLE color: 12414784.

HSL color Cylindrical-coordinate representation of color #406FBD: hue angle of 217.44º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #406FBD is Cyan = 0.66, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB64111189-
CMYK0.660.4100.26
HSL217.44º49.41%49.61%-
HSV(B)217.44º66.14%74.12%-
XYZ16.9816.1350.36-
YUV105.84174.9398.16-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.58%
GREEN value IS 111 (43.75% from 255) = 30.49%
BLUE value IS 189 (74.22% from 255) = 51.92%
R=17.58%
G=30.49%
B=51.92%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal641111890.660.4100.26217.4449.4149.61
Hex406FBD422901Ad93132
Octal100157275102510323316162
Binary1000000110111110111101100001010100101101011011001110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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