Shades of Steel Blue #406DBC
Tints of Steel Blue #406DBC
RGB
CMYK
RGB Variations
Color information
#406DBC (or 0x406DBC) is known color: Steel Blue. HEX triplet: 40, 6D and BC. RGB value is (64,109,188). Sum of RGB (Red+Green+Blue) = 64+109+188=361 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.73% from 361); Green value is 109 (42.97% from 255 or 30.19% from 361); Blue value is 188 (73.83% from 255 or 52.08% from 361); Max value from RGB is 188 - color contains mainly: blue. Hex color #406DBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406DBC is #BF9243. Grayscale: #686868. Windows color (decimal): -12554820 or 12348736. OLE color: 12348736.
HSL color Cylindrical-coordinate representation of color #406DBC: hue angle of 218.23º 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 #406DBC is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 109 | 188 | - |
| CMYK | 0.66 | 0.42 | 0 | 0.26 |
| HSL | 218.23º | 0.49% | 0.49% | - |
| HSV(B) | 218.23º | 0.66% | 0.74% | - |
| XYZ | 16.66 | 15.66 | 49.72 | - |
| YUV | 104.55 | 175.09 | 99.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 109 | 188 | 0.66 | 0.42 | 0 | 0.26 | 218.23 | 0.49 | 0.49 |
| Hex | 40 | 6D | BC | 42 | 2A | 0 | 1A | DA | 31 | 31 |
| Octal | 100 | 155 | 274 | 102 | 52 | 0 | 32 | 332 | 61 | 61 |
| Binary | 1000000 | 1101101 | 10111100 | 1000010 | 101010 | 0 | 11010 | 11011010 | 110001 | 110001 |
Color Harmonies of #406DBC
Complementary color
Monochromatic Colors of #406DBC
Black with #406DBC
Text Example
Text Example
White with #406DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406DBC; }
p { color: rgb(64,109,188); }
H1.HeaderClassName
{
color: #406DBC;
}
.AnyTagClassName
{
color: #406DBC;
}
</style>
background-color css
<style>
a { background-color: #406DBC; }
a { background-color: rgb(64,109,188); }
div.DivClassName
{
background-color: #406DBC;
}
.BgClassName
{
background-color: #406DBC;
}
</style>
border-color css
<style>
span { border-color: #406DBC; }
span { border-color: rgb(64,109,188); }
td.TdClassName
{
border-color: #406DBC;
}
.TagClassName
{
border-color: #406DBC;
}
</style>