Shades of Steel Blue #456DB9
Tints of Steel Blue #456DB9
RGB
CMYK
RGB Variations
Color information
#456DB9 (or 0x456DB9) is known color: Steel Blue. HEX triplet: 45, 6D and B9. RGB value is (69,109,185). Sum of RGB (Red+Green+Blue) = 69+109+185=363 (48% of max value = 765). Red value is 69 (27.34% from 255 or 19.01% from 363); Green value is 109 (42.97% from 255 or 30.03% from 363); Blue value is 185 (72.66% from 255 or 50.96% from 363); Max value from RGB is 185 - color contains mainly: blue. Hex color #456DB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456DB9 is #BA9246. Grayscale: #696969. Windows color (decimal): -12227143 or 12152133. OLE color: 12152133.
HSL color Cylindrical-coordinate representation of color #456DB9: hue angle of 219.31º 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 #456DB9 is Cyan = 0.63, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 109 | 185 | - |
| CMYK | 0.63 | 0.41 | 0 | 0.27 |
| HSL | 219.31º | 0.46% | 0.5% | - |
| HSV(B) | 219.31º | 0.63% | 0.73% | - |
| XYZ | 16.68 | 15.71 | 48.05 | - |
| YUV | 105.7 | 172.75 | 101.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 109 | 185 | 0.63 | 0.41 | 0 | 0.27 | 219.31 | 0.46 | 0.5 |
| Hex | 45 | 6D | B9 | 3F | 29 | 0 | 1B | DB | 2E | 32 |
| Octal | 105 | 155 | 271 | 77 | 51 | 0 | 33 | 333 | 56 | 62 |
| Binary | 1000101 | 1101101 | 10111001 | 111111 | 101001 | 0 | 11011 | 11011011 | 101110 | 110010 |
Color Harmonies of #456DB9
Complementary color
Monochromatic Colors of #456DB9
Black with #456DB9
Text Example
Text Example
White with #456DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456DB9; }
p { color: rgb(69,109,185); }
H1.HeaderClassName
{
color: #456DB9;
}
.AnyTagClassName
{
color: #456DB9;
}
</style>
background-color css
<style>
a { background-color: #456DB9; }
a { background-color: rgb(69,109,185); }
div.DivClassName
{
background-color: #456DB9;
}
.BgClassName
{
background-color: #456DB9;
}
</style>
border-color css
<style>
span { border-color: #456DB9; }
span { border-color: rgb(69,109,185); }
td.TdClassName
{
border-color: #456DB9;
}
.TagClassName
{
border-color: #456DB9;
}
</style>