Shades of Steel Blue #457FBA
Tints of Steel Blue #457FBA
RGB
CMYK
RGB Variations
Color information
#457FBA (or 0x457FBA) is known color: Steel Blue. HEX triplet: 45, 7F and BA. RGB value is (69,127,186). Sum of RGB (Red+Green+Blue) = 69+127+186=382 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.06% from 382); Green value is 127 (50% from 255 or 33.25% from 382); Blue value is 186 (73.05% from 255 or 48.69% from 382); Max value from RGB is 186 - color contains mainly: blue. Hex color #457FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457FBA is #BA8045. Grayscale: #747474. Windows color (decimal): -12222534 or 12222277. OLE color: 12222277.
HSL color Cylindrical-coordinate representation of color #457FBA: hue angle of 210.26º 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 #457FBA is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 127 | 186 | - |
| CMYK | 0.63 | 0.32 | 0 | 0.27 |
| HSL | 210.26º | 0.46% | 0.5% | - |
| HSV(B) | 210.26º | 0.63% | 0.73% | - |
| XYZ | 18.91 | 19.99 | 49.32 | - |
| YUV | 116.38 | 167.28 | 94.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 127 | 186 | 0.63 | 0.32 | 0 | 0.27 | 210.26 | 0.46 | 0.5 |
| Hex | 45 | 7F | BA | 3F | 20 | 0 | 1B | D2 | 2E | 32 |
| Octal | 105 | 177 | 272 | 77 | 40 | 0 | 33 | 322 | 56 | 62 |
| Binary | 1000101 | 1111111 | 10111010 | 111111 | 100000 | 0 | 11011 | 11010010 | 101110 | 110010 |
Color Harmonies of #457FBA
Complementary color
Monochromatic Colors of #457FBA
Black with #457FBA
Text Example
Text Example
White with #457FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457FBA; }
p { color: rgb(69,127,186); }
H1.HeaderClassName
{
color: #457FBA;
}
.AnyTagClassName
{
color: #457FBA;
}
</style>
background-color css
<style>
a { background-color: #457FBA; }
a { background-color: rgb(69,127,186); }
div.DivClassName
{
background-color: #457FBA;
}
.BgClassName
{
background-color: #457FBA;
}
</style>
border-color css
<style>
span { border-color: #457FBA; }
span { border-color: rgb(69,127,186); }
td.TdClassName
{
border-color: #457FBA;
}
.TagClassName
{
border-color: #457FBA;
}
</style>