Shades of Steel Blue #487ABC
Tints of Steel Blue #487ABC
RGB
CMYK
RGB Variations
Color information
#487ABC (or 0x487ABC) is known color: Steel Blue. HEX triplet: 48, 7A and BC. RGB value is (72,122,188). Sum of RGB (Red+Green+Blue) = 72+122+188=382 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.85% from 382); Green value is 122 (48.05% from 255 or 31.94% from 382); Blue value is 188 (73.83% from 255 or 49.21% from 382); Max value from RGB is 188 - color contains mainly: blue. Hex color #487ABC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487ABC is #B78543. Grayscale: #727272. Windows color (decimal): -12027204 or 12352072. OLE color: 12352072.
HSL color Cylindrical-coordinate representation of color #487ABC: hue angle of 214.14º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #487ABC is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 72 | 122 | 188 | - |
| CMYK | 0.62 | 0.35 | 0 | 0.26 |
| HSL | 214.14º | 0.46% | 0.51% | - |
| HSV(B) | 214.14º | 0.62% | 0.74% | - |
| XYZ | 18.71 | 18.93 | 50.24 | - |
| YUV | 114.57 | 169.44 | 97.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 122 | 188 | 0.62 | 0.35 | 0 | 0.26 | 214.14 | 0.46 | 0.51 |
| Hex | 48 | 7A | BC | 3E | 23 | 0 | 1A | D6 | 2E | 33 |
| Octal | 110 | 172 | 274 | 76 | 43 | 0 | 32 | 326 | 56 | 63 |
| Binary | 1001000 | 1111010 | 10111100 | 111110 | 100011 | 0 | 11010 | 11010110 | 101110 | 110011 |
Color Harmonies of #487ABC
Complementary color
Monochromatic Colors of #487ABC
Black with #487ABC
Text Example
Text Example
White with #487ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487ABC; }
p { color: rgb(72,122,188); }
H1.HeaderClassName
{
color: #487ABC;
}
.AnyTagClassName
{
color: #487ABC;
}
</style>
background-color css
<style>
a { background-color: #487ABC; }
a { background-color: rgb(72,122,188); }
div.DivClassName
{
background-color: #487ABC;
}
.BgClassName
{
background-color: #487ABC;
}
</style>
border-color css
<style>
span { border-color: #487ABC; }
span { border-color: rgb(72,122,188); }
td.TdClassName
{
border-color: #487ABC;
}
.TagClassName
{
border-color: #487ABC;
}
</style>