Shades of Steel Blue #487DA2
Tints of Steel Blue #487DA2
RGB
CMYK
RGB Variations
Color information
#487DA2 (or 0x487DA2) is known color: Steel Blue. HEX triplet: 48, 7D and A2. RGB value is (72,125,162). Sum of RGB (Red+Green+Blue) = 72+125+162=359 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.06% from 359); Green value is 125 (49.22% from 255 or 34.82% from 359); Blue value is 162 (63.67% from 255 or 45.13% from 359); Max value from RGB is 162 - color contains mainly: blue. Hex color #487DA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487DA2 is #B7825D. Grayscale: #717171. Windows color (decimal): -12026462 or 10648904. OLE color: 10648904.
HSL color Cylindrical-coordinate representation of color #487DA2: hue angle of 204.67º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #487DA2 is Cyan = 0.56, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 72 | 125 | 162 | - |
| CMYK | 0.56 | 0.23 | 0 | 0.36 |
| HSL | 204.67º | 0.38% | 0.46% | - |
| HSV(B) | 204.67º | 0.56% | 0.64% | - |
| XYZ | 16.53 | 18.65 | 36.91 | - |
| YUV | 113.37 | 155.44 | 98.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 125 | 162 | 0.56 | 0.23 | 0 | 0.36 | 204.67 | 0.38 | 0.46 |
| Hex | 48 | 7D | A2 | 38 | 17 | 0 | 24 | CD | 26 | 2E |
| Octal | 110 | 175 | 242 | 70 | 27 | 0 | 44 | 315 | 46 | 56 |
| Binary | 1001000 | 1111101 | 10100010 | 111000 | 10111 | 0 | 100100 | 11001101 | 100110 | 101110 |
Color Harmonies of #487DA2
Complementary color
Monochromatic Colors of #487DA2
Black with #487DA2
Text Example
Text Example
White with #487DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487DA2; }
p { color: rgb(72,125,162); }
H1.HeaderClassName
{
color: #487DA2;
}
.AnyTagClassName
{
color: #487DA2;
}
</style>
background-color css
<style>
a { background-color: #487DA2; }
a { background-color: rgb(72,125,162); }
div.DivClassName
{
background-color: #487DA2;
}
.BgClassName
{
background-color: #487DA2;
}
</style>
border-color css
<style>
span { border-color: #487DA2; }
span { border-color: rgb(72,125,162); }
td.TdClassName
{
border-color: #487DA2;
}
.TagClassName
{
border-color: #487DA2;
}
</style>