Shades of Steel Blue #466DBB
Tints of Steel Blue #466DBB
RGB
CMYK
RGB Variations
Color information
#466DBB (or 0x466DBB) is known color: Steel Blue. HEX triplet: 46, 6D and BB. RGB value is (70,109,187). Sum of RGB (Red+Green+Blue) = 70+109+187=366 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.13% from 366); Green value is 109 (42.97% from 255 or 29.78% from 366); Blue value is 187 (73.44% from 255 or 51.09% from 366); Max value from RGB is 187 - color contains mainly: blue. Hex color #466DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466DBB is #B99244. Grayscale: #696969. Windows color (decimal): -12161605 or 12283206. OLE color: 12283206.
HSL color Cylindrical-coordinate representation of color #466DBB: hue angle of 220º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #466DBB is Cyan = 0.63, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 70 | 109 | 187 | - |
| CMYK | 0.63 | 0.42 | 0 | 0.27 |
| HSL | 220º | 0.46% | 0.5% | - |
| HSV(B) | 220º | 0.63% | 0.73% | - |
| XYZ | 16.96 | 15.83 | 49.17 | - |
| YUV | 106.23 | 173.58 | 102.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 109 | 187 | 0.63 | 0.42 | 0 | 0.27 | 220 | 0.46 | 0.5 |
| Hex | 46 | 6D | BB | 3F | 2A | 0 | 1B | DC | 2E | 32 |
| Octal | 106 | 155 | 273 | 77 | 52 | 0 | 33 | 334 | 56 | 62 |
| Binary | 1000110 | 1101101 | 10111011 | 111111 | 101010 | 0 | 11011 | 11011100 | 101110 | 110010 |
Color Harmonies of #466DBB
Complementary color
Monochromatic Colors of #466DBB
Black with #466DBB
Text Example
Text Example
White with #466DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466DBB; }
p { color: rgb(70,109,187); }
H1.HeaderClassName
{
color: #466DBB;
}
.AnyTagClassName
{
color: #466DBB;
}
</style>
background-color css
<style>
a { background-color: #466DBB; }
a { background-color: rgb(70,109,187); }
div.DivClassName
{
background-color: #466DBB;
}
.BgClassName
{
background-color: #466DBB;
}
</style>
border-color css
<style>
span { border-color: #466DBB; }
span { border-color: rgb(70,109,187); }
td.TdClassName
{
border-color: #466DBB;
}
.TagClassName
{
border-color: #466DBB;
}
</style>