Shades of Steel Blue #466DBC
Tints of Steel Blue #466DBC
RGB
CMYK
RGB Variations
Color information
#466DBC (or 0x466DBC) is known color: Steel Blue. HEX triplet: 46, 6D and BC. RGB value is (70,109,188). Sum of RGB (Red+Green+Blue) = 70+109+188=367 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.07% from 367); Green value is 109 (42.97% from 255 or 29.70% from 367); Blue value is 188 (73.83% from 255 or 51.23% from 367); Max value from RGB is 188 - color contains mainly: blue. Hex color #466DBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466DBC is #B99243. Grayscale: #696969. Windows color (decimal): -12161604 or 12348742. OLE color: 12348742.
HSL color Cylindrical-coordinate representation of color #466DBC: hue angle of 220.17º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #466DBC is Cyan = 0.63, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 70 | 109 | 188 | - |
| CMYK | 0.63 | 0.42 | 0 | 0.26 |
| HSL | 220.17º | 0.47% | 0.51% | - |
| HSV(B) | 220.17º | 0.63% | 0.74% | - |
| XYZ | 17.07 | 15.87 | 49.74 | - |
| YUV | 106.35 | 174.08 | 102.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 109 | 188 | 0.63 | 0.42 | 0 | 0.26 | 220.17 | 0.47 | 0.51 |
| Hex | 46 | 6D | BC | 3F | 2A | 0 | 1A | DC | 2F | 33 |
| Octal | 106 | 155 | 274 | 77 | 52 | 0 | 32 | 334 | 57 | 63 |
| Binary | 1000110 | 1101101 | 10111100 | 111111 | 101010 | 0 | 11010 | 11011100 | 101111 | 110011 |
Color Harmonies of #466DBC
Complementary color
Monochromatic Colors of #466DBC
Black with #466DBC
Text Example
Text Example
White with #466DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466DBC; }
p { color: rgb(70,109,188); }
H1.HeaderClassName
{
color: #466DBC;
}
.AnyTagClassName
{
color: #466DBC;
}
</style>
background-color css
<style>
a { background-color: #466DBC; }
a { background-color: rgb(70,109,188); }
div.DivClassName
{
background-color: #466DBC;
}
.BgClassName
{
background-color: #466DBC;
}
</style>
border-color css
<style>
span { border-color: #466DBC; }
span { border-color: rgb(70,109,188); }
td.TdClassName
{
border-color: #466DBC;
}
.TagClassName
{
border-color: #466DBC;
}
</style>