Shades of Steel Blue #457AB6
Tints of Steel Blue #457AB6
RGB
CMYK
RGB Variations
Color information
#457AB6 (or 0x457AB6) is known color: Steel Blue. HEX triplet: 45, 7A and B6. RGB value is (69,122,182). Sum of RGB (Red+Green+Blue) = 69+122+182=373 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.50% from 373); Green value is 122 (48.05% from 255 or 32.71% from 373); Blue value is 182 (71.48% from 255 or 48.79% from 373); Max value from RGB is 182 - color contains mainly: blue. Hex color #457AB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457AB6 is #BA8549. Grayscale: #707070. Windows color (decimal): -12223818 or 11958853. OLE color: 11958853.
HSL color Cylindrical-coordinate representation of color #457AB6: hue angle of 211.86º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #457AB6 is Cyan = 0.62, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 69 | 122 | 182 | - |
| CMYK | 0.62 | 0.33 | 0 | 0.29 |
| HSL | 211.86º | 0.45% | 0.49% | - |
| HSV(B) | 211.86º | 0.62% | 0.71% | - |
| XYZ | 17.86 | 18.56 | 46.9 | - |
| YUV | 112.99 | 166.94 | 96.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 122 | 182 | 0.62 | 0.33 | 0 | 0.29 | 211.86 | 0.45 | 0.49 |
| Hex | 45 | 7A | B6 | 3E | 21 | 0 | 1D | D4 | 2D | 31 |
| Octal | 105 | 172 | 266 | 76 | 41 | 0 | 35 | 324 | 55 | 61 |
| Binary | 1000101 | 1111010 | 10110110 | 111110 | 100001 | 0 | 11101 | 11010100 | 101101 | 110001 |
Color Harmonies of #457AB6
Complementary color
Monochromatic Colors of #457AB6
Black with #457AB6
Text Example
Text Example
White with #457AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457AB6; }
p { color: rgb(69,122,182); }
H1.HeaderClassName
{
color: #457AB6;
}
.AnyTagClassName
{
color: #457AB6;
}
</style>
background-color css
<style>
a { background-color: #457AB6; }
a { background-color: rgb(69,122,182); }
div.DivClassName
{
background-color: #457AB6;
}
.BgClassName
{
background-color: #457AB6;
}
</style>
border-color css
<style>
span { border-color: #457AB6; }
span { border-color: rgb(69,122,182); }
td.TdClassName
{
border-color: #457AB6;
}
.TagClassName
{
border-color: #457AB6;
}
</style>