Shades of Steel Blue #457AB2
Tints of Steel Blue #457AB2
RGB
CMYK
RGB Variations
Color information
#457AB2 (or 0x457AB2) is known color: Steel Blue. HEX triplet: 45, 7A and B2. RGB value is (69,122,178). Sum of RGB (Red+Green+Blue) = 69+122+178=369 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.70% from 369); Green value is 122 (48.05% from 255 or 33.06% from 369); Blue value is 178 (69.92% from 255 or 48.24% from 369); Max value from RGB is 178 - color contains mainly: blue. Hex color #457AB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457AB2 is #BA854D. Grayscale: #707070. Windows color (decimal): -12223822 or 11696709. OLE color: 11696709.
HSL color Cylindrical-coordinate representation of color #457AB2: hue angle of 210.83º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #457AB2 is Cyan = 0.61, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 69 | 122 | 178 | - |
| CMYK | 0.61 | 0.31 | 0 | 0.30 |
| HSL | 210.83º | 0.44% | 0.48% | - |
| HSV(B) | 210.83º | 0.61% | 0.7% | - |
| XYZ | 17.45 | 18.4 | 44.75 | - |
| YUV | 112.54 | 164.94 | 96.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 122 | 178 | 0.61 | 0.31 | 0 | 0.30 | 210.83 | 0.44 | 0.48 |
| Hex | 45 | 7A | B2 | 3D | 1F | 0 | 1E | D3 | 2C | 30 |
| Octal | 105 | 172 | 262 | 75 | 37 | 0 | 36 | 323 | 54 | 60 |
| Binary | 1000101 | 1111010 | 10110010 | 111101 | 11111 | 0 | 11110 | 11010011 | 101100 | 110000 |
Color Harmonies of #457AB2
Complementary color
Monochromatic Colors of #457AB2
Black with #457AB2
Text Example
Text Example
White with #457AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457AB2; }
p { color: rgb(69,122,178); }
H1.HeaderClassName
{
color: #457AB2;
}
.AnyTagClassName
{
color: #457AB2;
}
</style>
background-color css
<style>
a { background-color: #457AB2; }
a { background-color: rgb(69,122,178); }
div.DivClassName
{
background-color: #457AB2;
}
.BgClassName
{
background-color: #457AB2;
}
</style>
border-color css
<style>
span { border-color: #457AB2; }
span { border-color: rgb(69,122,178); }
td.TdClassName
{
border-color: #457AB2;
}
.TagClassName
{
border-color: #457AB2;
}
</style>