Shades of Steel Blue #457AAA
Tints of Steel Blue #457AAA
RGB
CMYK
RGB Variations
Color information
#457AAA (or 0x457AAA) is known color: Steel Blue. HEX triplet: 45, 7A and AA. RGB value is (69,122,170). Sum of RGB (Red+Green+Blue) = 69+122+170=361 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.11% from 361); Green value is 122 (48.05% from 255 or 33.80% from 361); Blue value is 170 (66.80% from 255 or 47.09% from 361); Max value from RGB is 170 - color contains mainly: blue. Hex color #457AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457AAA is #BA8555. Grayscale: #6F6F6F. Windows color (decimal): -12223830 or 11172421. OLE color: 11172421.
HSL color Cylindrical-coordinate representation of color #457AAA: hue angle of 208.51º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #457AAA is Cyan = 0.59, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 69 | 122 | 170 | - |
| CMYK | 0.59 | 0.28 | 0 | 0.33 |
| HSL | 208.51º | 0.42% | 0.47% | - |
| HSV(B) | 208.51º | 0.59% | 0.67% | - |
| XYZ | 16.67 | 18.09 | 40.64 | - |
| YUV | 111.63 | 160.94 | 97.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 122 | 170 | 0.59 | 0.28 | 0 | 0.33 | 208.51 | 0.42 | 0.47 |
| Hex | 45 | 7A | AA | 3B | 1C | 0 | 21 | D1 | 2A | 2F |
| Octal | 105 | 172 | 252 | 73 | 34 | 0 | 41 | 321 | 52 | 57 |
| Binary | 1000101 | 1111010 | 10101010 | 111011 | 11100 | 0 | 100001 | 11010001 | 101010 | 101111 |
Color Harmonies of #457AAA
Complementary color
Monochromatic Colors of #457AAA
Black with #457AAA
Text Example
Text Example
White with #457AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457AAA; }
p { color: rgb(69,122,170); }
H1.HeaderClassName
{
color: #457AAA;
}
.AnyTagClassName
{
color: #457AAA;
}
</style>
background-color css
<style>
a { background-color: #457AAA; }
a { background-color: rgb(69,122,170); }
div.DivClassName
{
background-color: #457AAA;
}
.BgClassName
{
background-color: #457AAA;
}
</style>
border-color css
<style>
span { border-color: #457AAA; }
span { border-color: rgb(69,122,170); }
td.TdClassName
{
border-color: #457AAA;
}
.TagClassName
{
border-color: #457AAA;
}
</style>