Shades of Steel Blue #457DB4
Tints of Steel Blue #457DB4
RGB
CMYK
RGB Variations
Color information
#457DB4 (or 0x457DB4) is known color: Steel Blue. HEX triplet: 45, 7D and B4. RGB value is (69,125,180). Sum of RGB (Red+Green+Blue) = 69+125+180=374 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.45% from 374); Green value is 125 (49.22% from 255 or 33.42% from 374); Blue value is 180 (70.70% from 255 or 48.13% from 374); Max value from RGB is 180 - color contains mainly: blue. Hex color #457DB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457DB4 is #BA824B. Grayscale: #727272. Windows color (decimal): -12223052 or 11828549. OLE color: 11828549.
HSL color Cylindrical-coordinate representation of color #457DB4: hue angle of 209.73º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #457DB4 is Cyan = 0.62, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 69 | 125 | 180 | - |
| CMYK | 0.62 | 0.31 | 0 | 0.29 |
| HSL | 209.73º | 0.45% | 0.49% | - |
| HSV(B) | 209.73º | 0.62% | 0.71% | - |
| XYZ | 18.03 | 19.23 | 45.94 | - |
| YUV | 114.53 | 164.95 | 95.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 125 | 180 | 0.62 | 0.31 | 0 | 0.29 | 209.73 | 0.45 | 0.49 |
| Hex | 45 | 7D | B4 | 3E | 1F | 0 | 1D | D2 | 2D | 31 |
| Octal | 105 | 175 | 264 | 76 | 37 | 0 | 35 | 322 | 55 | 61 |
| Binary | 1000101 | 1111101 | 10110100 | 111110 | 11111 | 0 | 11101 | 11010010 | 101101 | 110001 |
Color Harmonies of #457DB4
Complementary color
Monochromatic Colors of #457DB4
Black with #457DB4
Text Example
Text Example
White with #457DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457DB4; }
p { color: rgb(69,125,180); }
H1.HeaderClassName
{
color: #457DB4;
}
.AnyTagClassName
{
color: #457DB4;
}
</style>
background-color css
<style>
a { background-color: #457DB4; }
a { background-color: rgb(69,125,180); }
div.DivClassName
{
background-color: #457DB4;
}
.BgClassName
{
background-color: #457DB4;
}
</style>
border-color css
<style>
span { border-color: #457DB4; }
span { border-color: rgb(69,125,180); }
td.TdClassName
{
border-color: #457DB4;
}
.TagClassName
{
border-color: #457DB4;
}
</style>