Shades of Steel Blue #487FAC
Tints of Steel Blue #487FAC
RGB
CMYK
RGB Variations
Color information
#487FAC (or 0x487FAC) is known color: Steel Blue. HEX triplet: 48, 7F and AC. RGB value is (72,127,172). Sum of RGB (Red+Green+Blue) = 72+127+172=371 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.41% from 371); Green value is 127 (50% from 255 or 34.23% from 371); Blue value is 172 (67.58% from 255 or 46.36% from 371); Max value from RGB is 172 - color contains mainly: blue. Hex color #487FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487FAC is #B78053. Grayscale: #737373. Windows color (decimal): -12025940 or 11304776. OLE color: 11304776.
HSL color Cylindrical-coordinate representation of color #487FAC: hue angle of 207º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #487FAC is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 72 | 127 | 172 | - |
| CMYK | 0.58 | 0.26 | 0 | 0.33 |
| HSL | 207º | 0.41% | 0.48% | - |
| HSV(B) | 207º | 0.58% | 0.67% | - |
| XYZ | 17.71 | 19.54 | 41.87 | - |
| YUV | 115.69 | 159.78 | 96.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 127 | 172 | 0.58 | 0.26 | 0 | 0.33 | 207 | 0.41 | 0.48 |
| Hex | 48 | 7F | AC | 3A | 1A | 0 | 21 | CF | 29 | 30 |
| Octal | 110 | 177 | 254 | 72 | 32 | 0 | 41 | 317 | 51 | 60 |
| Binary | 1001000 | 1111111 | 10101100 | 111010 | 11010 | 0 | 100001 | 11001111 | 101001 | 110000 |
Color Harmonies of #487FAC
Complementary color
Monochromatic Colors of #487FAC
Black with #487FAC
Text Example
Text Example
White with #487FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487FAC; }
p { color: rgb(72,127,172); }
H1.HeaderClassName
{
color: #487FAC;
}
.AnyTagClassName
{
color: #487FAC;
}
</style>
background-color css
<style>
a { background-color: #487FAC; }
a { background-color: rgb(72,127,172); }
div.DivClassName
{
background-color: #487FAC;
}
.BgClassName
{
background-color: #487FAC;
}
</style>
border-color css
<style>
span { border-color: #487FAC; }
span { border-color: rgb(72,127,172); }
td.TdClassName
{
border-color: #487FAC;
}
.TagClassName
{
border-color: #487FAC;
}
</style>