Shades of Steel Blue #456DBA
Tints of Steel Blue #456DBA
RGB
CMYK
RGB Variations
Color information
#456DBA (or 0x456DBA) is known color: Steel Blue. HEX triplet: 45, 6D and BA. RGB value is (69,109,186). Sum of RGB (Red+Green+Blue) = 69+109+186=364 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.96% from 364); Green value is 109 (42.97% from 255 or 29.95% from 364); Blue value is 186 (73.05% from 255 or 51.10% from 364); Max value from RGB is 186 - color contains mainly: blue. Hex color #456DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456DBA is #BA9245. Grayscale: #696969. Windows color (decimal): -12227142 or 12217669. OLE color: 12217669.
HSL color Cylindrical-coordinate representation of color #456DBA: hue angle of 219.49º 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 #456DBA is Cyan = 0.63, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 109 | 186 | - |
| CMYK | 0.63 | 0.41 | 0 | 0.27 |
| HSL | 219.49º | 0.46% | 0.5% | - |
| HSV(B) | 219.49º | 0.63% | 0.73% | - |
| XYZ | 16.79 | 15.75 | 48.61 | - |
| YUV | 105.82 | 173.25 | 101.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 109 | 186 | 0.63 | 0.41 | 0 | 0.27 | 219.49 | 0.46 | 0.5 |
| Hex | 45 | 6D | BA | 3F | 29 | 0 | 1B | DB | 2E | 32 |
| Octal | 105 | 155 | 272 | 77 | 51 | 0 | 33 | 333 | 56 | 62 |
| Binary | 1000101 | 1101101 | 10111010 | 111111 | 101001 | 0 | 11011 | 11011011 | 101110 | 110010 |
Color Harmonies of #456DBA
Complementary color
Monochromatic Colors of #456DBA
Black with #456DBA
Text Example
Text Example
White with #456DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456DBA; }
p { color: rgb(69,109,186); }
H1.HeaderClassName
{
color: #456DBA;
}
.AnyTagClassName
{
color: #456DBA;
}
</style>
background-color css
<style>
a { background-color: #456DBA; }
a { background-color: rgb(69,109,186); }
div.DivClassName
{
background-color: #456DBA;
}
.BgClassName
{
background-color: #456DBA;
}
</style>
border-color css
<style>
span { border-color: #456DBA; }
span { border-color: rgb(69,109,186); }
td.TdClassName
{
border-color: #456DBA;
}
.TagClassName
{
border-color: #456DBA;
}
</style>