#406EB7

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

Shades of Steel Blue #406EB7

Tints of Steel Blue #406EB7

Color information

#406EB7 (or 0x406EB7) is unknown color: approx Steel Blue. HEX triplet: 40, 6E and B7. RGB value is (64,110,183). Sum of RGB (Red+Green+Blue) = 64+110+183=357 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.93% from 357); Green value is 110 (43.36% from 255 or 30.81% from 357); Blue value is 183 (71.88% from 255 or 51.26% from 357); Max value from RGB is 183 - color contains mainly: blue. Hex color #406EB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406EB7 is #BF9148. Grayscale: #686868. Windows color (decimal): -12554569 or 12021312. OLE color: 12021312.

HSL color Cylindrical-coordinate representation of color #406EB7: hue angle of 216.81º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #406EB7 is Cyan = 0.65, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB64110183-
CMYK0.650.4000.28
HSL216.81º48.18%48.43%-
HSV(B)216.81º65.03%71.76%-
XYZ16.2415.6646.97-
YUV104.57172.2699.06-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.93%
GREEN value IS 110 (43.36% from 255) = 30.81%
BLUE value IS 183 (71.88% from 255) = 51.26%
R=17.93%
G=30.81%
B=51.26%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal641101830.650.4000.28216.8148.1848.43
Hex406EB7412801Cd93030
Octal100156267101500343316060
Binary1000000110111010110111100000110100001110011011001110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,110,183); }

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

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

 a { background-color: rgb(64,110,183); }

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

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

 span { border-color: rgb(64,110,183); }

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