Shades of Steel Blue #457DAE
Tints of Steel Blue #457DAE
RGB
CMYK
RGB Variations
Color information
#457DAE (or 0x457DAE) is known color: Steel Blue. HEX triplet: 45, 7D and AE. RGB value is (69,125,174). Sum of RGB (Red+Green+Blue) = 69+125+174=368 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.75% from 368); Green value is 125 (49.22% from 255 or 33.97% from 368); Blue value is 174 (68.36% from 255 or 47.28% from 368); Max value from RGB is 174 - color contains mainly: blue. Hex color #457DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457DAE is #BA8251. Grayscale: #717171. Windows color (decimal): -12223058 or 11435333. OLE color: 11435333.
HSL color Cylindrical-coordinate representation of color #457DAE: hue angle of 208º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #457DAE is Cyan = 0.60, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 69 | 125 | 174 | - |
| CMYK | 0.60 | 0.28 | 0 | 0.32 |
| HSL | 208º | 0.43% | 0.48% | - |
| HSV(B) | 208º | 0.6% | 0.68% | - |
| XYZ | 17.43 | 18.99 | 42.79 | - |
| YUV | 113.84 | 161.95 | 96.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 125 | 174 | 0.60 | 0.28 | 0 | 0.32 | 208 | 0.43 | 0.48 |
| Hex | 45 | 7D | AE | 3C | 1C | 0 | 20 | D0 | 2B | 30 |
| Octal | 105 | 175 | 256 | 74 | 34 | 0 | 40 | 320 | 53 | 60 |
| Binary | 1000101 | 1111101 | 10101110 | 111100 | 11100 | 0 | 100000 | 11010000 | 101011 | 110000 |
Color Harmonies of #457DAE
Complementary color
Monochromatic Colors of #457DAE
Black with #457DAE
Text Example
Text Example
White with #457DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457DAE; }
p { color: rgb(69,125,174); }
H1.HeaderClassName
{
color: #457DAE;
}
.AnyTagClassName
{
color: #457DAE;
}
</style>
background-color css
<style>
a { background-color: #457DAE; }
a { background-color: rgb(69,125,174); }
div.DivClassName
{
background-color: #457DAE;
}
.BgClassName
{
background-color: #457DAE;
}
</style>
border-color css
<style>
span { border-color: #457DAE; }
span { border-color: rgb(69,125,174); }
td.TdClassName
{
border-color: #457DAE;
}
.TagClassName
{
border-color: #457DAE;
}
</style>