Shades of Steel Blue #487CAE
Tints of Steel Blue #487CAE
RGB
CMYK
RGB Variations
Color information
#487CAE (or 0x487CAE) is known color: Steel Blue. HEX triplet: 48, 7C and AE. RGB value is (72,124,174). Sum of RGB (Red+Green+Blue) = 72+124+174=370 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.46% from 370); Green value is 124 (48.83% from 255 or 33.51% from 370); Blue value is 174 (68.36% from 255 or 47.03% from 370); Max value from RGB is 174 - color contains mainly: blue. Hex color #487CAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487CAE is #B78351. Grayscale: #717171. Windows color (decimal): -12026706 or 11435080. OLE color: 11435080.
HSL color Cylindrical-coordinate representation of color #487CAE: hue angle of 209.41º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #487CAE is Cyan = 0.59, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 72 | 124 | 174 | - |
| CMYK | 0.59 | 0.29 | 0 | 0.32 |
| HSL | 209.41º | 0.41% | 0.48% | - |
| HSV(B) | 209.41º | 0.59% | 0.68% | - |
| XYZ | 17.52 | 18.85 | 42.76 | - |
| YUV | 114.15 | 161.77 | 97.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 124 | 174 | 0.59 | 0.29 | 0 | 0.32 | 209.41 | 0.41 | 0.48 |
| Hex | 48 | 7C | AE | 3B | 1D | 0 | 20 | D1 | 29 | 30 |
| Octal | 110 | 174 | 256 | 73 | 35 | 0 | 40 | 321 | 51 | 60 |
| Binary | 1001000 | 1111100 | 10101110 | 111011 | 11101 | 0 | 100000 | 11010001 | 101001 | 110000 |
Color Harmonies of #487CAE
Complementary color
Monochromatic Colors of #487CAE
Black with #487CAE
Text Example
Text Example
White with #487CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487CAE; }
p { color: rgb(72,124,174); }
H1.HeaderClassName
{
color: #487CAE;
}
.AnyTagClassName
{
color: #487CAE;
}
</style>
background-color css
<style>
a { background-color: #487CAE; }
a { background-color: rgb(72,124,174); }
div.DivClassName
{
background-color: #487CAE;
}
.BgClassName
{
background-color: #487CAE;
}
</style>
border-color css
<style>
span { border-color: #487CAE; }
span { border-color: rgb(72,124,174); }
td.TdClassName
{
border-color: #487CAE;
}
.TagClassName
{
border-color: #487CAE;
}
</style>