Shades of Steel Blue #457FA5
Tints of Steel Blue #457FA5
RGB
CMYK
RGB Variations
Color information
#457FA5 (or 0x457FA5) is known color: Steel Blue. HEX triplet: 45, 7F and A5. RGB value is (69,127,165). Sum of RGB (Red+Green+Blue) = 69+127+165=361 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.11% from 361); Green value is 127 (50% from 255 or 35.18% from 361); Blue value is 165 (64.84% from 255 or 45.71% from 361); Max value from RGB is 165 - color contains mainly: blue. Hex color #457FA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457FA5 is #BA805A. Grayscale: #717171. Windows color (decimal): -12222555 or 10846021. OLE color: 10846021.
HSL color Cylindrical-coordinate representation of color #457FA5: hue angle of 203.75º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #457FA5 is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 69 | 127 | 165 | - |
| CMYK | 0.58 | 0.23 | 0 | 0.35 |
| HSL | 203.75º | 0.41% | 0.46% | - |
| HSV(B) | 203.75º | 0.58% | 0.65% | - |
| XYZ | 16.84 | 19.16 | 38.41 | - |
| YUV | 113.99 | 156.78 | 95.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 127 | 165 | 0.58 | 0.23 | 0 | 0.35 | 203.75 | 0.41 | 0.46 |
| Hex | 45 | 7F | A5 | 3A | 17 | 0 | 23 | CC | 29 | 2E |
| Octal | 105 | 177 | 245 | 72 | 27 | 0 | 43 | 314 | 51 | 56 |
| Binary | 1000101 | 1111111 | 10100101 | 111010 | 10111 | 0 | 100011 | 11001100 | 101001 | 101110 |
Color Harmonies of #457FA5
Complementary color
Monochromatic Colors of #457FA5
Black with #457FA5
Text Example
Text Example
White with #457FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457FA5; }
p { color: rgb(69,127,165); }
H1.HeaderClassName
{
color: #457FA5;
}
.AnyTagClassName
{
color: #457FA5;
}
</style>
background-color css
<style>
a { background-color: #457FA5; }
a { background-color: rgb(69,127,165); }
div.DivClassName
{
background-color: #457FA5;
}
.BgClassName
{
background-color: #457FA5;
}
</style>
border-color css
<style>
span { border-color: #457FA5; }
span { border-color: rgb(69,127,165); }
td.TdClassName
{
border-color: #457FA5;
}
.TagClassName
{
border-color: #457FA5;
}
</style>