Shades of Steel Blue #457BAD
Tints of Steel Blue #457BAD
RGB
CMYK
RGB Variations
Color information
#457BAD (or 0x457BAD) is known color: Steel Blue. HEX triplet: 45, 7B and AD. RGB value is (69,123,173). Sum of RGB (Red+Green+Blue) = 69+123+173=365 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.90% from 365); Green value is 123 (48.44% from 255 or 33.70% from 365); Blue value is 173 (67.97% from 255 or 47.40% from 365); Max value from RGB is 173 - color contains mainly: blue. Hex color #457BAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457BAD is #BA8452. Grayscale: #707070. Windows color (decimal): -12223571 or 11369285. OLE color: 11369285.
HSL color Cylindrical-coordinate representation of color #457BAD: hue angle of 208.85º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #457BAD is Cyan = 0.60, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 69 | 123 | 173 | - |
| CMYK | 0.60 | 0.29 | 0 | 0.32 |
| HSL | 208.85º | 0.43% | 0.47% | - |
| HSV(B) | 208.85º | 0.6% | 0.68% | - |
| XYZ | 17.08 | 18.45 | 42.2 | - |
| YUV | 112.55 | 162.11 | 96.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 123 | 173 | 0.60 | 0.29 | 0 | 0.32 | 208.85 | 0.43 | 0.47 |
| Hex | 45 | 7B | AD | 3C | 1D | 0 | 20 | D1 | 2B | 2F |
| Octal | 105 | 173 | 255 | 74 | 35 | 0 | 40 | 321 | 53 | 57 |
| Binary | 1000101 | 1111011 | 10101101 | 111100 | 11101 | 0 | 100000 | 11010001 | 101011 | 101111 |
Color Harmonies of #457BAD
Complementary color
Monochromatic Colors of #457BAD
Black with #457BAD
Text Example
Text Example
White with #457BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457BAD; }
p { color: rgb(69,123,173); }
H1.HeaderClassName
{
color: #457BAD;
}
.AnyTagClassName
{
color: #457BAD;
}
</style>
background-color css
<style>
a { background-color: #457BAD; }
a { background-color: rgb(69,123,173); }
div.DivClassName
{
background-color: #457BAD;
}
.BgClassName
{
background-color: #457BAD;
}
</style>
border-color css
<style>
span { border-color: #457BAD; }
span { border-color: rgb(69,123,173); }
td.TdClassName
{
border-color: #457BAD;
}
.TagClassName
{
border-color: #457BAD;
}
</style>