#406CBA

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

Shades of Steel Blue #406CBA

Tints of Steel Blue #406CBA

Color information

#406CBA (or 0x406CBA) is unknown color: approx Steel Blue. HEX triplet: 40, 6C and BA. RGB value is (64,108,186). Sum of RGB (Red+Green+Blue) = 64+108+186=358 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.88% from 358); Green value is 108 (42.58% from 255 or 30.17% from 358); Blue value is 186 (73.05% from 255 or 51.96% from 358); Max value from RGB is 186 - color contains mainly: blue. Hex color #406CBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406CBA is #BF9345. Grayscale: #676767. Windows color (decimal): -12555078 or 12217408. OLE color: 12217408.

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

Color convert

RGB64108186-
CMYK0.660.4200.27
HSL218.36º48.8%49.02%-
HSV(B)218.36º65.59%72.94%-
XYZ16.3415.3648.56-
YUV103.74174.4299.66-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.88%
GREEN value IS 108 (42.58% from 255) = 30.17%
BLUE value IS 186 (73.05% from 255) = 51.96%
R=17.88%
G=30.17%
B=51.96%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal641081860.660.4200.27218.3648.849.02
Hex406CBA422A01Bda3131
Octal100154272102520333326161
Binary1000000110110010111010100001010101001101111011010110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,108,186); }

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

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

 a { background-color: rgb(64,108,186); }

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

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

 span { border-color: rgb(64,108,186); }

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