Shades of Steel Blue #457FB9
Tints of Steel Blue #457FB9
RGB
CMYK
RGB Variations
Color information
#457FB9 (or 0x457FB9) is known color: Steel Blue. HEX triplet: 45, 7F and B9. RGB value is (69,127,185). Sum of RGB (Red+Green+Blue) = 69+127+185=381 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.11% from 381); Green value is 127 (50% from 255 or 33.33% from 381); Blue value is 185 (72.66% from 255 or 48.56% from 381); Max value from RGB is 185 - color contains mainly: blue. Hex color #457FB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457FB9 is #BA8046. Grayscale: #737373. Windows color (decimal): -12222535 or 12156741. OLE color: 12156741.
HSL color Cylindrical-coordinate representation of color #457FB9: hue angle of 210º 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 #457FB9 is Cyan = 0.63, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 127 | 185 | - |
| CMYK | 0.63 | 0.31 | 0 | 0.27 |
| HSL | 210º | 0.46% | 0.5% | - |
| HSV(B) | 210º | 0.63% | 0.73% | - |
| XYZ | 18.8 | 19.95 | 48.76 | - |
| YUV | 116.27 | 166.78 | 94.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 127 | 185 | 0.63 | 0.31 | 0 | 0.27 | 210 | 0.46 | 0.5 |
| Hex | 45 | 7F | B9 | 3F | 1F | 0 | 1B | D2 | 2E | 32 |
| Octal | 105 | 177 | 271 | 77 | 37 | 0 | 33 | 322 | 56 | 62 |
| Binary | 1000101 | 1111111 | 10111001 | 111111 | 11111 | 0 | 11011 | 11010010 | 101110 | 110010 |
Color Harmonies of #457FB9
Complementary color
Monochromatic Colors of #457FB9
Black with #457FB9
Text Example
Text Example
White with #457FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457FB9; }
p { color: rgb(69,127,185); }
H1.HeaderClassName
{
color: #457FB9;
}
.AnyTagClassName
{
color: #457FB9;
}
</style>
background-color css
<style>
a { background-color: #457FB9; }
a { background-color: rgb(69,127,185); }
div.DivClassName
{
background-color: #457FB9;
}
.BgClassName
{
background-color: #457FB9;
}
</style>
border-color css
<style>
span { border-color: #457FB9; }
span { border-color: rgb(69,127,185); }
td.TdClassName
{
border-color: #457FB9;
}
.TagClassName
{
border-color: #457FB9;
}
</style>