Shades of Steel Blue #457BB1
Tints of Steel Blue #457BB1
RGB
CMYK
RGB Variations
Color information
#457BB1 (or 0x457BB1) is known color: Steel Blue. HEX triplet: 45, 7B and B1. RGB value is (69,123,177). Sum of RGB (Red+Green+Blue) = 69+123+177=369 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.70% from 369); Green value is 123 (48.44% from 255 or 33.33% from 369); Blue value is 177 (69.53% from 255 or 47.97% from 369); Max value from RGB is 177 - color contains mainly: blue. Hex color #457BB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457BB1 is #BA844E. Grayscale: #707070. Windows color (decimal): -12223567 or 11631429. OLE color: 11631429.
HSL color Cylindrical-coordinate representation of color #457BB1: hue angle of 210º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #457BB1 is Cyan = 0.61, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 69 | 123 | 177 | - |
| CMYK | 0.61 | 0.31 | 0 | 0.31 |
| HSL | 210º | 0.44% | 0.48% | - |
| HSV(B) | 210º | 0.61% | 0.69% | - |
| XYZ | 17.47 | 18.61 | 44.27 | - |
| YUV | 113.01 | 164.11 | 96.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 123 | 177 | 0.61 | 0.31 | 0 | 0.31 | 210 | 0.44 | 0.48 |
| Hex | 45 | 7B | B1 | 3D | 1F | 0 | 1F | D2 | 2C | 30 |
| Octal | 105 | 173 | 261 | 75 | 37 | 0 | 37 | 322 | 54 | 60 |
| Binary | 1000101 | 1111011 | 10110001 | 111101 | 11111 | 0 | 11111 | 11010010 | 101100 | 110000 |
Color Harmonies of #457BB1
Complementary color
Monochromatic Colors of #457BB1
Black with #457BB1
Text Example
Text Example
White with #457BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457BB1; }
p { color: rgb(69,123,177); }
H1.HeaderClassName
{
color: #457BB1;
}
.AnyTagClassName
{
color: #457BB1;
}
</style>
background-color css
<style>
a { background-color: #457BB1; }
a { background-color: rgb(69,123,177); }
div.DivClassName
{
background-color: #457BB1;
}
.BgClassName
{
background-color: #457BB1;
}
</style>
border-color css
<style>
span { border-color: #457BB1; }
span { border-color: rgb(69,123,177); }
td.TdClassName
{
border-color: #457BB1;
}
.TagClassName
{
border-color: #457BB1;
}
</style>