Shades of Steel Blue #457BAC
Tints of Steel Blue #457BAC
RGB
CMYK
RGB Variations
Color information
#457BAC (or 0x457BAC) is known color: Steel Blue. HEX triplet: 45, 7B and AC. RGB value is (69,123,172). Sum of RGB (Red+Green+Blue) = 69+123+172=364 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.96% from 364); Green value is 123 (48.44% from 255 or 33.79% from 364); Blue value is 172 (67.58% from 255 or 47.25% from 364); Max value from RGB is 172 - color contains mainly: blue. Hex color #457BAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457BAC is #BA8453. Grayscale: #707070. Windows color (decimal): -12223572 or 11303749. OLE color: 11303749.
HSL color Cylindrical-coordinate representation of color #457BAC: hue angle of 208.54º 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 #457BAC is Cyan = 0.60, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 69 | 123 | 172 | - |
| CMYK | 0.60 | 0.28 | 0 | 0.33 |
| HSL | 208.54º | 0.43% | 0.47% | - |
| HSV(B) | 208.54º | 0.6% | 0.67% | - |
| XYZ | 16.98 | 18.41 | 41.69 | - |
| YUV | 112.44 | 161.61 | 97.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 123 | 172 | 0.60 | 0.28 | 0 | 0.33 | 208.54 | 0.43 | 0.47 |
| Hex | 45 | 7B | AC | 3C | 1C | 0 | 21 | D1 | 2B | 2F |
| Octal | 105 | 173 | 254 | 74 | 34 | 0 | 41 | 321 | 53 | 57 |
| Binary | 1000101 | 1111011 | 10101100 | 111100 | 11100 | 0 | 100001 | 11010001 | 101011 | 101111 |
Color Harmonies of #457BAC
Complementary color
Monochromatic Colors of #457BAC
Black with #457BAC
Text Example
Text Example
White with #457BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457BAC; }
p { color: rgb(69,123,172); }
H1.HeaderClassName
{
color: #457BAC;
}
.AnyTagClassName
{
color: #457BAC;
}
</style>
background-color css
<style>
a { background-color: #457BAC; }
a { background-color: rgb(69,123,172); }
div.DivClassName
{
background-color: #457BAC;
}
.BgClassName
{
background-color: #457BAC;
}
</style>
border-color css
<style>
span { border-color: #457BAC; }
span { border-color: rgb(69,123,172); }
td.TdClassName
{
border-color: #457BAC;
}
.TagClassName
{
border-color: #457BAC;
}
</style>