Shades of Steel Blue #488BBA
Tints of Steel Blue #488BBA
RGB
CMYK
RGB Variations
Color information
#488BBA (or 0x488BBA) is known color: Steel Blue. HEX triplet: 48, 8B and BA. RGB value is (72,139,186). Sum of RGB (Red+Green+Blue) = 72+139+186=397 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.14% from 397); Green value is 139 (54.69% from 255 or 35.01% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 186 - color contains mainly: blue. Hex color #488BBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488BBA is #B77445. Grayscale: #7C7C7C. Windows color (decimal): -12022854 or 12225352. OLE color: 12225352.
HSL color Cylindrical-coordinate representation of color #488BBA: hue angle of 204.74º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #488BBA is Cyan = 0.61, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 72 | 139 | 186 | - |
| CMYK | 0.61 | 0.25 | 0 | 0.27 |
| HSL | 204.74º | 0.45% | 0.51% | - |
| HSV(B) | 204.74º | 0.61% | 0.73% | - |
| XYZ | 20.77 | 23.39 | 49.87 | - |
| YUV | 124.33 | 162.8 | 90.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 139 | 186 | 0.61 | 0.25 | 0 | 0.27 | 204.74 | 0.45 | 0.51 |
| Hex | 48 | 8B | BA | 3D | 19 | 0 | 1B | CD | 2D | 33 |
| Octal | 110 | 213 | 272 | 75 | 31 | 0 | 33 | 315 | 55 | 63 |
| Binary | 1001000 | 10001011 | 10111010 | 111101 | 11001 | 0 | 11011 | 11001101 | 101101 | 110011 |
Color Harmonies of #488BBA
Complementary color
Monochromatic Colors of #488BBA
Black with #488BBA
Text Example
Text Example
White with #488BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488BBA; }
p { color: rgb(72,139,186); }
H1.HeaderClassName
{
color: #488BBA;
}
.AnyTagClassName
{
color: #488BBA;
}
</style>
background-color css
<style>
a { background-color: #488BBA; }
a { background-color: rgb(72,139,186); }
div.DivClassName
{
background-color: #488BBA;
}
.BgClassName
{
background-color: #488BBA;
}
</style>
border-color css
<style>
span { border-color: #488BBA; }
span { border-color: rgb(72,139,186); }
td.TdClassName
{
border-color: #488BBA;
}
.TagClassName
{
border-color: #488BBA;
}
</style>