Shades of Steel Blue #457CA4
Tints of Steel Blue #457CA4
RGB
CMYK
RGB Variations
Color information
#457CA4 (or 0x457CA4) is known color: Steel Blue. HEX triplet: 45, 7C and A4. RGB value is (69,124,164). Sum of RGB (Red+Green+Blue) = 69+124+164=357 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.33% from 357); Green value is 124 (48.83% from 255 or 34.73% from 357); Blue value is 164 (64.45% from 255 or 45.94% from 357); Max value from RGB is 164 - color contains mainly: blue. Hex color #457CA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457CA4 is #BA835B. Grayscale: #6F6F6F. Windows color (decimal): -12223324 or 10779717. OLE color: 10779717.
HSL color Cylindrical-coordinate representation of color #457CA4: hue angle of 205.26º 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 #457CA4 is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 69 | 124 | 164 | - |
| CMYK | 0.58 | 0.24 | 0 | 0.36 |
| HSL | 205.26º | 0.41% | 0.46% | - |
| HSV(B) | 205.26º | 0.58% | 0.64% | - |
| XYZ | 16.36 | 18.36 | 37.8 | - |
| YUV | 112.12 | 157.28 | 97.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 124 | 164 | 0.58 | 0.24 | 0 | 0.36 | 205.26 | 0.41 | 0.46 |
| Hex | 45 | 7C | A4 | 3A | 18 | 0 | 24 | CD | 29 | 2E |
| Octal | 105 | 174 | 244 | 72 | 30 | 0 | 44 | 315 | 51 | 56 |
| Binary | 1000101 | 1111100 | 10100100 | 111010 | 11000 | 0 | 100100 | 11001101 | 101001 | 101110 |
Color Harmonies of #457CA4
Complementary color
Monochromatic Colors of #457CA4
Black with #457CA4
Text Example
Text Example
White with #457CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457CA4; }
p { color: rgb(69,124,164); }
H1.HeaderClassName
{
color: #457CA4;
}
.AnyTagClassName
{
color: #457CA4;
}
</style>
background-color css
<style>
a { background-color: #457CA4; }
a { background-color: rgb(69,124,164); }
div.DivClassName
{
background-color: #457CA4;
}
.BgClassName
{
background-color: #457CA4;
}
</style>
border-color css
<style>
span { border-color: #457CA4; }
span { border-color: rgb(69,124,164); }
td.TdClassName
{
border-color: #457CA4;
}
.TagClassName
{
border-color: #457CA4;
}
</style>