Shades of Steel Blue #488BB9
Tints of Steel Blue #488BB9
RGB
CMYK
RGB Variations
Color information
#488BB9 (or 0x488BB9) is known color: Steel Blue. HEX triplet: 48, 8B and B9. RGB value is (72,139,185). Sum of RGB (Red+Green+Blue) = 72+139+185=396 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.18% from 396); Green value is 139 (54.69% from 255 or 35.10% from 396); Blue value is 185 (72.66% from 255 or 46.72% from 396); Max value from RGB is 185 - color contains mainly: blue. Hex color #488BB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488BB9 is #B77446. Grayscale: #7B7B7B. Windows color (decimal): -12022855 or 12159816. OLE color: 12159816.
HSL color Cylindrical-coordinate representation of color #488BB9: hue angle of 204.42º 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 #488BB9 is Cyan = 0.61, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 72 | 139 | 185 | - |
| CMYK | 0.61 | 0.25 | 0 | 0.27 |
| HSL | 204.42º | 0.45% | 0.5% | - |
| HSV(B) | 204.42º | 0.61% | 0.73% | - |
| XYZ | 20.66 | 23.35 | 49.32 | - |
| YUV | 124.21 | 162.3 | 90.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 139 | 185 | 0.61 | 0.25 | 0 | 0.27 | 204.42 | 0.45 | 0.5 |
| Hex | 48 | 8B | B9 | 3D | 19 | 0 | 1B | CC | 2D | 32 |
| Octal | 110 | 213 | 271 | 75 | 31 | 0 | 33 | 314 | 55 | 62 |
| Binary | 1001000 | 10001011 | 10111001 | 111101 | 11001 | 0 | 11011 | 11001100 | 101101 | 110010 |
Color Harmonies of #488BB9
Complementary color
Monochromatic Colors of #488BB9
Black with #488BB9
Text Example
Text Example
White with #488BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488BB9; }
p { color: rgb(72,139,185); }
H1.HeaderClassName
{
color: #488BB9;
}
.AnyTagClassName
{
color: #488BB9;
}
</style>
background-color css
<style>
a { background-color: #488BB9; }
a { background-color: rgb(72,139,185); }
div.DivClassName
{
background-color: #488BB9;
}
.BgClassName
{
background-color: #488BB9;
}
</style>
border-color css
<style>
span { border-color: #488BB9; }
span { border-color: rgb(72,139,185); }
td.TdClassName
{
border-color: #488BB9;
}
.TagClassName
{
border-color: #488BB9;
}
</style>