Shades of Steel Blue #457AA7
Tints of Steel Blue #457AA7
RGB
CMYK
RGB Variations
Color information
#457AA7 (or 0x457AA7) is known color: Steel Blue. HEX triplet: 45, 7A and A7. RGB value is (69,122,167). Sum of RGB (Red+Green+Blue) = 69+122+167=358 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.27% from 358); Green value is 122 (48.05% from 255 or 34.08% from 358); Blue value is 167 (65.62% from 255 or 46.65% from 358); Max value from RGB is 167 - color contains mainly: blue. Hex color #457AA7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457AA7 is #BA8558. Grayscale: #6F6F6F. Windows color (decimal): -12223833 or 10975813. OLE color: 10975813.
HSL color Cylindrical-coordinate representation of color #457AA7: hue angle of 207.55º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #457AA7 is Cyan = 0.59, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 69 | 122 | 167 | - |
| CMYK | 0.59 | 0.27 | 0 | 0.35 |
| HSL | 207.55º | 0.42% | 0.46% | - |
| HSV(B) | 207.55º | 0.59% | 0.65% | - |
| XYZ | 16.39 | 17.97 | 39.16 | - |
| YUV | 111.28 | 159.44 | 97.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 122 | 167 | 0.59 | 0.27 | 0 | 0.35 | 207.55 | 0.42 | 0.46 |
| Hex | 45 | 7A | A7 | 3B | 1B | 0 | 23 | D0 | 2A | 2E |
| Octal | 105 | 172 | 247 | 73 | 33 | 0 | 43 | 320 | 52 | 56 |
| Binary | 1000101 | 1111010 | 10100111 | 111011 | 11011 | 0 | 100011 | 11010000 | 101010 | 101110 |
Color Harmonies of #457AA7
Complementary color
Monochromatic Colors of #457AA7
Black with #457AA7
Text Example
Text Example
White with #457AA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457AA7; }
p { color: rgb(69,122,167); }
H1.HeaderClassName
{
color: #457AA7;
}
.AnyTagClassName
{
color: #457AA7;
}
</style>
background-color css
<style>
a { background-color: #457AA7; }
a { background-color: rgb(69,122,167); }
div.DivClassName
{
background-color: #457AA7;
}
.BgClassName
{
background-color: #457AA7;
}
</style>
border-color css
<style>
span { border-color: #457AA7; }
span { border-color: rgb(69,122,167); }
td.TdClassName
{
border-color: #457AA7;
}
.TagClassName
{
border-color: #457AA7;
}
</style>