Shades of Steel Blue #457ABB
Tints of Steel Blue #457ABB
RGB
CMYK
RGB Variations
Color information
#457ABB (or 0x457ABB) is known color: Steel Blue. HEX triplet: 45, 7A and BB. RGB value is (69,122,187). Sum of RGB (Red+Green+Blue) = 69+122+187=378 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.25% from 378); Green value is 122 (48.05% from 255 or 32.28% from 378); Blue value is 187 (73.44% from 255 or 49.47% from 378); Max value from RGB is 187 - color contains mainly: blue. Hex color #457ABB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457ABB is #BA8544. Grayscale: #717171. Windows color (decimal): -12223813 or 12286533. OLE color: 12286533.
HSL color Cylindrical-coordinate representation of color #457ABB: hue angle of 213.05º 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 #457ABB is Cyan = 0.63, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 122 | 187 | - |
| CMYK | 0.63 | 0.35 | 0 | 0.27 |
| HSL | 213.05º | 0.46% | 0.5% | - |
| HSV(B) | 213.05º | 0.63% | 0.73% | - |
| XYZ | 18.38 | 18.77 | 49.67 | - |
| YUV | 113.56 | 169.44 | 96.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 122 | 187 | 0.63 | 0.35 | 0 | 0.27 | 213.05 | 0.46 | 0.5 |
| Hex | 45 | 7A | BB | 3F | 23 | 0 | 1B | D5 | 2E | 32 |
| Octal | 105 | 172 | 273 | 77 | 43 | 0 | 33 | 325 | 56 | 62 |
| Binary | 1000101 | 1111010 | 10111011 | 111111 | 100011 | 0 | 11011 | 11010101 | 101110 | 110010 |
Color Harmonies of #457ABB
Complementary color
Monochromatic Colors of #457ABB
Black with #457ABB
Text Example
Text Example
White with #457ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457ABB; }
p { color: rgb(69,122,187); }
H1.HeaderClassName
{
color: #457ABB;
}
.AnyTagClassName
{
color: #457ABB;
}
</style>
background-color css
<style>
a { background-color: #457ABB; }
a { background-color: rgb(69,122,187); }
div.DivClassName
{
background-color: #457ABB;
}
.BgClassName
{
background-color: #457ABB;
}
</style>
border-color css
<style>
span { border-color: #457ABB; }
span { border-color: rgb(69,122,187); }
td.TdClassName
{
border-color: #457ABB;
}
.TagClassName
{
border-color: #457ABB;
}
</style>