Shades of Steel Blue #406DBB
Tints of Steel Blue #406DBB
RGB
CMYK
RGB Variations
Color information
#406DBB (or 0x406DBB) is known color: Steel Blue. HEX triplet: 40, 6D and BB. RGB value is (64,109,187). Sum of RGB (Red+Green+Blue) = 64+109+187=360 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.78% from 360); Green value is 109 (42.97% from 255 or 30.28% from 360); Blue value is 187 (73.44% from 255 or 51.94% from 360); Max value from RGB is 187 - color contains mainly: blue. Hex color #406DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406DBB is #BF9244. Grayscale: #686868. Windows color (decimal): -12554821 or 12283200. OLE color: 12283200.
HSL color Cylindrical-coordinate representation of color #406DBB: hue angle of 218.05º 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 #406DBB is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 109 | 187 | - |
| CMYK | 0.66 | 0.42 | 0 | 0.27 |
| HSL | 218.05º | 0.49% | 0.49% | - |
| HSV(B) | 218.05º | 0.66% | 0.73% | - |
| XYZ | 16.55 | 15.62 | 49.16 | - |
| YUV | 104.44 | 174.59 | 99.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 109 | 187 | 0.66 | 0.42 | 0 | 0.27 | 218.05 | 0.49 | 0.49 |
| Hex | 40 | 6D | BB | 42 | 2A | 0 | 1B | DA | 31 | 31 |
| Octal | 100 | 155 | 273 | 102 | 52 | 0 | 33 | 332 | 61 | 61 |
| Binary | 1000000 | 1101101 | 10111011 | 1000010 | 101010 | 0 | 11011 | 11011010 | 110001 | 110001 |
Color Harmonies of #406DBB
Complementary color
Monochromatic Colors of #406DBB
Black with #406DBB
Text Example
Text Example
White with #406DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406DBB; }
p { color: rgb(64,109,187); }
H1.HeaderClassName
{
color: #406DBB;
}
.AnyTagClassName
{
color: #406DBB;
}
</style>
background-color css
<style>
a { background-color: #406DBB; }
a { background-color: rgb(64,109,187); }
div.DivClassName
{
background-color: #406DBB;
}
.BgClassName
{
background-color: #406DBB;
}
</style>
border-color css
<style>
span { border-color: #406DBB; }
span { border-color: rgb(64,109,187); }
td.TdClassName
{
border-color: #406DBB;
}
.TagClassName
{
border-color: #406DBB;
}
</style>