Shades of Steel Blue #488CBA
Tints of Steel Blue #488CBA
RGB
CMYK
RGB Variations
Color information
#488CBA (or 0x488CBA) is known color: Steel Blue. HEX triplet: 48, 8C and BA. RGB value is (72,140,186). Sum of RGB (Red+Green+Blue) = 72+140+186=398 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.09% from 398); Green value is 140 (55.08% from 255 or 35.18% from 398); Blue value is 186 (73.05% from 255 or 46.73% from 398); Max value from RGB is 186 - color contains mainly: blue. Hex color #488CBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488CBA is #B77345. Grayscale: #7C7C7C. Windows color (decimal): -12022598 or 12225608. OLE color: 12225608.
HSL color Cylindrical-coordinate representation of color #488CBA: hue angle of 204.21º 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 #488CBA is Cyan = 0.61, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 72 | 140 | 186 | - |
| CMYK | 0.61 | 0.25 | 0 | 0.27 |
| HSL | 204.21º | 0.45% | 0.51% | - |
| HSV(B) | 204.21º | 0.61% | 0.73% | - |
| XYZ | 20.91 | 23.68 | 49.92 | - |
| YUV | 124.91 | 162.47 | 90.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 140 | 186 | 0.61 | 0.25 | 0 | 0.27 | 204.21 | 0.45 | 0.51 |
| Hex | 48 | 8C | BA | 3D | 19 | 0 | 1B | CC | 2D | 33 |
| Octal | 110 | 214 | 272 | 75 | 31 | 0 | 33 | 314 | 55 | 63 |
| Binary | 1001000 | 10001100 | 10111010 | 111101 | 11001 | 0 | 11011 | 11001100 | 101101 | 110011 |
Color Harmonies of #488CBA
Complementary color
Monochromatic Colors of #488CBA
Black with #488CBA
Text Example
Text Example
White with #488CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488CBA; }
p { color: rgb(72,140,186); }
H1.HeaderClassName
{
color: #488CBA;
}
.AnyTagClassName
{
color: #488CBA;
}
</style>
background-color css
<style>
a { background-color: #488CBA; }
a { background-color: rgb(72,140,186); }
div.DivClassName
{
background-color: #488CBA;
}
.BgClassName
{
background-color: #488CBA;
}
</style>
border-color css
<style>
span { border-color: #488CBA; }
span { border-color: rgb(72,140,186); }
td.TdClassName
{
border-color: #488CBA;
}
.TagClassName
{
border-color: #488CBA;
}
</style>