#406EB9

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

Shades of Steel Blue #406EB9

Tints of Steel Blue #406EB9

Color information

#406EB9 (or 0x406EB9) is unknown color: approx Steel Blue. HEX triplet: 40, 6E and B9. RGB value is (64,110,185). Sum of RGB (Red+Green+Blue) = 64+110+185=359 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.83% from 359); Green value is 110 (43.36% from 255 or 30.64% from 359); Blue value is 185 (72.66% from 255 or 51.53% from 359); Max value from RGB is 185 - color contains mainly: blue. Hex color #406EB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406EB9 is #BF9146. Grayscale: #686868. Windows color (decimal): -12554567 or 12152384. OLE color: 12152384.

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

Color convert

RGB64110185-
CMYK0.650.4100.27
HSL217.19º48.59%48.82%-
HSV(B)217.19º65.41%72.55%-
XYZ16.4515.7448.07-
YUV104.8173.2698.9-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.83%
GREEN value IS 110 (43.36% from 255) = 30.64%
BLUE value IS 185 (72.66% from 255) = 51.53%
R=17.83%
G=30.64%
B=51.53%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal641101850.650.4100.27217.1948.5948.82
Hex406EB9412901Bd93131
Octal100156271101510333316161
Binary1000000110111010111001100000110100101101111011001110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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