Shades of Steel Blue #457BA4
Tints of Steel Blue #457BA4
RGB
CMYK
RGB Variations
Color information
#457BA4 (or 0x457BA4) is known color: Steel Blue. HEX triplet: 45, 7B and A4. RGB value is (69,123,164). Sum of RGB (Red+Green+Blue) = 69+123+164=356 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.38% from 356); Green value is 123 (48.44% from 255 or 34.55% from 356); Blue value is 164 (64.45% from 255 or 46.07% from 356); Max value from RGB is 164 - color contains mainly: blue. Hex color #457BA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457BA4 is #BA845B. Grayscale: #6F6F6F. Windows color (decimal): -12223580 or 10779461. OLE color: 10779461.
HSL color Cylindrical-coordinate representation of color #457BA4: hue angle of 205.89º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #457BA4 is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 69 | 123 | 164 | - |
| CMYK | 0.58 | 0.25 | 0 | 0.36 |
| HSL | 205.89º | 0.41% | 0.46% | - |
| HSV(B) | 205.89º | 0.58% | 0.64% | - |
| XYZ | 16.24 | 18.11 | 37.76 | - |
| YUV | 111.53 | 157.61 | 97.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 123 | 164 | 0.58 | 0.25 | 0 | 0.36 | 205.89 | 0.41 | 0.46 |
| Hex | 45 | 7B | A4 | 3A | 19 | 0 | 24 | CE | 29 | 2E |
| Octal | 105 | 173 | 244 | 72 | 31 | 0 | 44 | 316 | 51 | 56 |
| Binary | 1000101 | 1111011 | 10100100 | 111010 | 11001 | 0 | 100100 | 11001110 | 101001 | 101110 |
Color Harmonies of #457BA4
Complementary color
Monochromatic Colors of #457BA4
Black with #457BA4
Text Example
Text Example
White with #457BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457BA4; }
p { color: rgb(69,123,164); }
H1.HeaderClassName
{
color: #457BA4;
}
.AnyTagClassName
{
color: #457BA4;
}
</style>
background-color css
<style>
a { background-color: #457BA4; }
a { background-color: rgb(69,123,164); }
div.DivClassName
{
background-color: #457BA4;
}
.BgClassName
{
background-color: #457BA4;
}
</style>
border-color css
<style>
span { border-color: #457BA4; }
span { border-color: rgb(69,123,164); }
td.TdClassName
{
border-color: #457BA4;
}
.TagClassName
{
border-color: #457BA4;
}
</style>