#406FBE

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

Shades of Steel Blue #406FBE

Tints of Steel Blue #406FBE

Color information

#406FBE (or 0x406FBE) is unknown color: approx Steel Blue. HEX triplet: 40, 6F and BE. RGB value is (64,111,190). Sum of RGB (Red+Green+Blue) = 64+111+190=365 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.53% from 365); Green value is 111 (43.75% from 255 or 30.41% from 365); Blue value is 190 (74.61% from 255 or 52.05% from 365); Max value from RGB is 190 - color contains mainly: blue. Hex color #406FBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406FBE is #BF9041. Grayscale: #696969. Windows color (decimal): -12554306 or 12480320. OLE color: 12480320.

HSL color Cylindrical-coordinate representation of color #406FBE: hue angle of 217.62º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #406FBE is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB64111190-
CMYK0.660.4200.25
HSL217.62º49.61%49.8%-
HSV(B)217.62º66.32%74.51%-
XYZ17.0916.1850.94-
YUV105.95175.4398.08-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.53%
GREEN value IS 111 (43.75% from 255) = 30.41%
BLUE value IS 190 (74.61% from 255) = 52.05%
R=17.53%
G=30.41%
B=52.05%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal641111900.660.4200.25217.6249.6149.8
Hex406FBE422A019da3232
Octal100157276102520313326262
Binary1000000110111110111110100001010101001100111011010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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