#406FBC

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

Shades of Steel Blue #406FBC

Tints of Steel Blue #406FBC

Color information

#406FBC (or 0x406FBC) is unknown color: approx Steel Blue. HEX triplet: 40, 6F and BC. RGB value is (64,111,188). Sum of RGB (Red+Green+Blue) = 64+111+188=363 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.63% from 363); Green value is 111 (43.75% from 255 or 30.58% from 363); Blue value is 188 (73.83% from 255 or 51.79% from 363); Max value from RGB is 188 - color contains mainly: blue. Hex color #406FBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406FBC is #BF9043. Grayscale: #696969. Windows color (decimal): -12554308 or 12349248. OLE color: 12349248.

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

Color convert

RGB64111188-
CMYK0.660.4100.26
HSL217.26º49.21%49.41%-
HSV(B)217.26º65.96%73.73%-
XYZ16.8816.0949.79-
YUV105.72174.4398.24-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.63%
GREEN value IS 111 (43.75% from 255) = 30.58%
BLUE value IS 188 (73.83% from 255) = 51.79%
R=17.63%
G=30.58%
B=51.79%

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
Decimal641111880.660.4100.26217.2649.2149.41
Hex406FBC422901Ad93131
Octal100157274102510323316161
Binary1000000110111110111100100001010100101101011011001110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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