Shades of Steel Blue #457BAB
Tints of Steel Blue #457BAB
RGB
CMYK
RGB Variations
Color information
#457BAB (or 0x457BAB) is known color: Steel Blue. HEX triplet: 45, 7B and AB. RGB value is (69,123,171). Sum of RGB (Red+Green+Blue) = 69+123+171=363 (48% of max value = 765). Red value is 69 (27.34% from 255 or 19.01% from 363); Green value is 123 (48.44% from 255 or 33.88% from 363); Blue value is 171 (67.19% from 255 or 47.11% from 363); Max value from RGB is 171 - color contains mainly: blue. Hex color #457BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457BAB is #BA8454. Grayscale: #707070. Windows color (decimal): -12223573 or 11238213. OLE color: 11238213.
HSL color Cylindrical-coordinate representation of color #457BAB: hue angle of 208.24º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #457BAB is Cyan = 0.60, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 69 | 123 | 171 | - |
| CMYK | 0.60 | 0.28 | 0 | 0.33 |
| HSL | 208.24º | 0.43% | 0.47% | - |
| HSV(B) | 208.24º | 0.6% | 0.67% | - |
| XYZ | 16.89 | 18.37 | 41.18 | - |
| YUV | 112.33 | 161.11 | 97.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 123 | 171 | 0.60 | 0.28 | 0 | 0.33 | 208.24 | 0.43 | 0.47 |
| Hex | 45 | 7B | AB | 3C | 1C | 0 | 21 | D0 | 2A | 2F |
| Octal | 105 | 173 | 253 | 74 | 34 | 0 | 41 | 320 | 52 | 57 |
| Binary | 1000101 | 1111011 | 10101011 | 111100 | 11100 | 0 | 100001 | 11010000 | 101010 | 101111 |
Color Harmonies of #457BAB
Complementary color
Monochromatic Colors of #457BAB
Black with #457BAB
Text Example
Text Example
White with #457BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457BAB; }
p { color: rgb(69,123,171); }
H1.HeaderClassName
{
color: #457BAB;
}
.AnyTagClassName
{
color: #457BAB;
}
</style>
background-color css
<style>
a { background-color: #457BAB; }
a { background-color: rgb(69,123,171); }
div.DivClassName
{
background-color: #457BAB;
}
.BgClassName
{
background-color: #457BAB;
}
</style>
border-color css
<style>
span { border-color: #457BAB; }
span { border-color: rgb(69,123,171); }
td.TdClassName
{
border-color: #457BAB;
}
.TagClassName
{
border-color: #457BAB;
}
</style>