Shades of Steel Blue #487CB3
Tints of Steel Blue #487CB3
RGB
CMYK
RGB Variations
Color information
#487CB3 (or 0x487CB3) is known color: Steel Blue. HEX triplet: 48, 7C and B3. RGB value is (72,124,179). Sum of RGB (Red+Green+Blue) = 72+124+179=375 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.2% from 375); Green value is 124 (48.83% from 255 or 33.07% from 375); Blue value is 179 (70.31% from 255 or 47.73% from 375); Max value from RGB is 179 - color contains mainly: blue. Hex color #487CB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487CB3 is #B7834C. Grayscale: #727272. Windows color (decimal): -12026701 or 11762760. OLE color: 11762760.
HSL color Cylindrical-coordinate representation of color #487CB3: hue angle of 210.84º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #487CB3 is Cyan = 0.60, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 72 | 124 | 179 | - |
| CMYK | 0.60 | 0.31 | 0 | 0.30 |
| HSL | 210.84º | 0.43% | 0.49% | - |
| HSV(B) | 210.84º | 0.6% | 0.7% | - |
| XYZ | 18.02 | 19.05 | 45.37 | - |
| YUV | 114.72 | 164.27 | 97.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 124 | 179 | 0.60 | 0.31 | 0 | 0.30 | 210.84 | 0.43 | 0.49 |
| Hex | 48 | 7C | B3 | 3C | 1F | 0 | 1E | D3 | 2B | 31 |
| Octal | 110 | 174 | 263 | 74 | 37 | 0 | 36 | 323 | 53 | 61 |
| Binary | 1001000 | 1111100 | 10110011 | 111100 | 11111 | 0 | 11110 | 11010011 | 101011 | 110001 |
Color Harmonies of #487CB3
Complementary color
Monochromatic Colors of #487CB3
Black with #487CB3
Text Example
Text Example
White with #487CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487CB3; }
p { color: rgb(72,124,179); }
H1.HeaderClassName
{
color: #487CB3;
}
.AnyTagClassName
{
color: #487CB3;
}
</style>
background-color css
<style>
a { background-color: #487CB3; }
a { background-color: rgb(72,124,179); }
div.DivClassName
{
background-color: #487CB3;
}
.BgClassName
{
background-color: #487CB3;
}
</style>
border-color css
<style>
span { border-color: #487CB3; }
span { border-color: rgb(72,124,179); }
td.TdClassName
{
border-color: #487CB3;
}
.TagClassName
{
border-color: #487CB3;
}
</style>