Shades of Steel Blue #457BA2
Tints of Steel Blue #457BA2
RGB
CMYK
RGB Variations
Color information
#457BA2 (or 0x457BA2) is known color: Steel Blue. HEX triplet: 45, 7B and A2. RGB value is (69,123,162). Sum of RGB (Red+Green+Blue) = 69+123+162=354 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.49% from 354); Green value is 123 (48.44% from 255 or 34.75% from 354); Blue value is 162 (63.67% from 255 or 45.76% from 354); Max value from RGB is 162 - color contains mainly: blue. Hex color #457BA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457BA2 is #BA845D. Grayscale: #6F6F6F. Windows color (decimal): -12223582 or 10648389. OLE color: 10648389.
HSL color Cylindrical-coordinate representation of color #457BA2: hue angle of 205.16º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #457BA2 is Cyan = 0.57, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 69 | 123 | 162 | - |
| CMYK | 0.57 | 0.24 | 0 | 0.36 |
| HSL | 205.16º | 0.4% | 0.45% | - |
| HSV(B) | 205.16º | 0.57% | 0.64% | - |
| XYZ | 16.06 | 18.04 | 36.82 | - |
| YUV | 111.3 | 156.61 | 97.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 123 | 162 | 0.57 | 0.24 | 0 | 0.36 | 205.16 | 0.4 | 0.45 |
| Hex | 45 | 7B | A2 | 39 | 18 | 0 | 24 | CD | 28 | 2D |
| Octal | 105 | 173 | 242 | 71 | 30 | 0 | 44 | 315 | 50 | 55 |
| Binary | 1000101 | 1111011 | 10100010 | 111001 | 11000 | 0 | 100100 | 11001101 | 101000 | 101101 |
Color Harmonies of #457BA2
Complementary color
Monochromatic Colors of #457BA2
Black with #457BA2
Text Example
Text Example
White with #457BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457BA2; }
p { color: rgb(69,123,162); }
H1.HeaderClassName
{
color: #457BA2;
}
.AnyTagClassName
{
color: #457BA2;
}
</style>
background-color css
<style>
a { background-color: #457BA2; }
a { background-color: rgb(69,123,162); }
div.DivClassName
{
background-color: #457BA2;
}
.BgClassName
{
background-color: #457BA2;
}
</style>
border-color css
<style>
span { border-color: #457BA2; }
span { border-color: rgb(69,123,162); }
td.TdClassName
{
border-color: #457BA2;
}
.TagClassName
{
border-color: #457BA2;
}
</style>