Shades of Steel Blue #457AB4
Tints of Steel Blue #457AB4
RGB
CMYK
RGB Variations
Color information
#457AB4 (or 0x457AB4) is known color: Steel Blue. HEX triplet: 45, 7A and B4. RGB value is (69,122,180). Sum of RGB (Red+Green+Blue) = 69+122+180=371 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.60% from 371); Green value is 122 (48.05% from 255 or 32.88% from 371); Blue value is 180 (70.70% from 255 or 48.52% from 371); Max value from RGB is 180 - color contains mainly: blue. Hex color #457AB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457AB4 is #BA854B. Grayscale: #707070. Windows color (decimal): -12223820 or 11827781. OLE color: 11827781.
HSL color Cylindrical-coordinate representation of color #457AB4: hue angle of 211.35º 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 #457AB4 is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 69 | 122 | 180 | - |
| CMYK | 0.62 | 0.32 | 0 | 0.29 |
| HSL | 211.35º | 0.45% | 0.49% | - |
| HSV(B) | 211.35º | 0.62% | 0.71% | - |
| XYZ | 17.65 | 18.48 | 45.82 | - |
| YUV | 112.77 | 165.94 | 96.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 122 | 180 | 0.62 | 0.32 | 0 | 0.29 | 211.35 | 0.45 | 0.49 |
| Hex | 45 | 7A | B4 | 3E | 20 | 0 | 1D | D3 | 2D | 31 |
| Octal | 105 | 172 | 264 | 76 | 40 | 0 | 35 | 323 | 55 | 61 |
| Binary | 1000101 | 1111010 | 10110100 | 111110 | 100000 | 0 | 11101 | 11010011 | 101101 | 110001 |
Color Harmonies of #457AB4
Complementary color
Monochromatic Colors of #457AB4
Black with #457AB4
Text Example
Text Example
White with #457AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457AB4; }
p { color: rgb(69,122,180); }
H1.HeaderClassName
{
color: #457AB4;
}
.AnyTagClassName
{
color: #457AB4;
}
</style>
background-color css
<style>
a { background-color: #457AB4; }
a { background-color: rgb(69,122,180); }
div.DivClassName
{
background-color: #457AB4;
}
.BgClassName
{
background-color: #457AB4;
}
</style>
border-color css
<style>
span { border-color: #457AB4; }
span { border-color: rgb(69,122,180); }
td.TdClassName
{
border-color: #457AB4;
}
.TagClassName
{
border-color: #457AB4;
}
</style>