Shades of Steel Blue #488AB9
Tints of Steel Blue #488AB9
RGB
CMYK
RGB Variations
Color information
#488AB9 (or 0x488AB9) is known color: Steel Blue. HEX triplet: 48, 8A and B9. RGB value is (72,138,185). Sum of RGB (Red+Green+Blue) = 72+138+185=395 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.23% from 395); Green value is 138 (54.30% from 255 or 34.94% from 395); Blue value is 185 (72.66% from 255 or 46.84% from 395); Max value from RGB is 185 - color contains mainly: blue. Hex color #488AB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488AB9 is #B77546. Grayscale: #7B7B7B. Windows color (decimal): -12023111 or 12159560. OLE color: 12159560.
HSL color Cylindrical-coordinate representation of color #488AB9: hue angle of 204.96º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #488AB9 is Cyan = 0.61, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 72 | 138 | 185 | - |
| CMYK | 0.61 | 0.25 | 0 | 0.27 |
| HSL | 204.96º | 0.45% | 0.5% | - |
| HSV(B) | 204.96º | 0.61% | 0.73% | - |
| XYZ | 20.52 | 23.06 | 49.27 | - |
| YUV | 123.62 | 162.63 | 91.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 138 | 185 | 0.61 | 0.25 | 0 | 0.27 | 204.96 | 0.45 | 0.5 |
| Hex | 48 | 8A | B9 | 3D | 19 | 0 | 1B | CD | 2D | 32 |
| Octal | 110 | 212 | 271 | 75 | 31 | 0 | 33 | 315 | 55 | 62 |
| Binary | 1001000 | 10001010 | 10111001 | 111101 | 11001 | 0 | 11011 | 11001101 | 101101 | 110010 |
Color Harmonies of #488AB9
Complementary color
Monochromatic Colors of #488AB9
Black with #488AB9
Text Example
Text Example
White with #488AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488AB9; }
p { color: rgb(72,138,185); }
H1.HeaderClassName
{
color: #488AB9;
}
.AnyTagClassName
{
color: #488AB9;
}
</style>
background-color css
<style>
a { background-color: #488AB9; }
a { background-color: rgb(72,138,185); }
div.DivClassName
{
background-color: #488AB9;
}
.BgClassName
{
background-color: #488AB9;
}
</style>
border-color css
<style>
span { border-color: #488AB9; }
span { border-color: rgb(72,138,185); }
td.TdClassName
{
border-color: #488AB9;
}
.TagClassName
{
border-color: #488AB9;
}
</style>