Shades of Steel Blue #457BA9
Tints of Steel Blue #457BA9
RGB
CMYK
RGB Variations
Color information
#457BA9 (or 0x457BA9) is known color: Steel Blue. HEX triplet: 45, 7B and A9. RGB value is (69,123,169). Sum of RGB (Red+Green+Blue) = 69+123+169=361 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.11% from 361); Green value is 123 (48.44% from 255 or 34.07% from 361); Blue value is 169 (66.41% from 255 or 46.81% from 361); Max value from RGB is 169 - color contains mainly: blue. Hex color #457BA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457BA9 is #BA8456. Grayscale: #6F6F6F. Windows color (decimal): -12223575 or 11107141. OLE color: 11107141.
HSL color Cylindrical-coordinate representation of color #457BA9: hue angle of 207.6º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #457BA9 is Cyan = 0.59, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 69 | 123 | 169 | - |
| CMYK | 0.59 | 0.27 | 0 | 0.34 |
| HSL | 207.6º | 0.42% | 0.47% | - |
| HSV(B) | 207.6º | 0.59% | 0.66% | - |
| XYZ | 16.7 | 18.3 | 40.19 | - |
| YUV | 112.1 | 160.11 | 97.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 123 | 169 | 0.59 | 0.27 | 0 | 0.34 | 207.6 | 0.42 | 0.47 |
| Hex | 45 | 7B | A9 | 3B | 1B | 0 | 22 | D0 | 2A | 2F |
| Octal | 105 | 173 | 251 | 73 | 33 | 0 | 42 | 320 | 52 | 57 |
| Binary | 1000101 | 1111011 | 10101001 | 111011 | 11011 | 0 | 100010 | 11010000 | 101010 | 101111 |
Color Harmonies of #457BA9
Complementary color
Monochromatic Colors of #457BA9
Black with #457BA9
Text Example
Text Example
White with #457BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457BA9; }
p { color: rgb(69,123,169); }
H1.HeaderClassName
{
color: #457BA9;
}
.AnyTagClassName
{
color: #457BA9;
}
</style>
background-color css
<style>
a { background-color: #457BA9; }
a { background-color: rgb(69,123,169); }
div.DivClassName
{
background-color: #457BA9;
}
.BgClassName
{
background-color: #457BA9;
}
</style>
border-color css
<style>
span { border-color: #457BA9; }
span { border-color: rgb(69,123,169); }
td.TdClassName
{
border-color: #457BA9;
}
.TagClassName
{
border-color: #457BA9;
}
</style>