Shades of Steel Blue #487AAC
Tints of Steel Blue #487AAC
RGB
CMYK
RGB Variations
Color information
#487AAC (or 0x487AAC) is known color: Steel Blue. HEX triplet: 48, 7A and AC. RGB value is (72,122,172). Sum of RGB (Red+Green+Blue) = 72+122+172=366 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.67% from 366); Green value is 122 (48.05% from 255 or 33.33% from 366); Blue value is 172 (67.58% from 255 or 46.99% from 366); Max value from RGB is 172 - color contains mainly: blue. Hex color #487AAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487AAC is #B78553. Grayscale: #707070. Windows color (decimal): -12027220 or 11303496. OLE color: 11303496.
HSL color Cylindrical-coordinate representation of color #487AAC: hue angle of 210º 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 #487AAC is Cyan = 0.58, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 72 | 122 | 172 | - |
| CMYK | 0.58 | 0.29 | 0 | 0.33 |
| HSL | 210º | 0.41% | 0.48% | - |
| HSV(B) | 210º | 0.58% | 0.67% | - |
| XYZ | 17.08 | 18.28 | 41.66 | - |
| YUV | 112.75 | 161.44 | 98.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 122 | 172 | 0.58 | 0.29 | 0 | 0.33 | 210 | 0.41 | 0.48 |
| Hex | 48 | 7A | AC | 3A | 1D | 0 | 21 | D2 | 29 | 30 |
| Octal | 110 | 172 | 254 | 72 | 35 | 0 | 41 | 322 | 51 | 60 |
| Binary | 1001000 | 1111010 | 10101100 | 111010 | 11101 | 0 | 100001 | 11010010 | 101001 | 110000 |
Color Harmonies of #487AAC
Complementary color
Monochromatic Colors of #487AAC
Black with #487AAC
Text Example
Text Example
White with #487AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487AAC; }
p { color: rgb(72,122,172); }
H1.HeaderClassName
{
color: #487AAC;
}
.AnyTagClassName
{
color: #487AAC;
}
</style>
background-color css
<style>
a { background-color: #487AAC; }
a { background-color: rgb(72,122,172); }
div.DivClassName
{
background-color: #487AAC;
}
.BgClassName
{
background-color: #487AAC;
}
</style>
border-color css
<style>
span { border-color: #487AAC; }
span { border-color: rgb(72,122,172); }
td.TdClassName
{
border-color: #487AAC;
}
.TagClassName
{
border-color: #487AAC;
}
</style>