Shades of Steel Blue #488BB6
Tints of Steel Blue #488BB6
RGB
CMYK
RGB Variations
Color information
#488BB6 (or 0x488BB6) is known color: Steel Blue. HEX triplet: 48, 8B and B6. RGB value is (72,139,182). Sum of RGB (Red+Green+Blue) = 72+139+182=393 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.32% from 393); Green value is 139 (54.69% from 255 or 35.37% from 393); Blue value is 182 (71.48% from 255 or 46.31% from 393); Max value from RGB is 182 - color contains mainly: blue. Hex color #488BB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488BB6 is #B77449. Grayscale: #7B7B7B. Windows color (decimal): -12022858 or 11963208. OLE color: 11963208.
HSL color Cylindrical-coordinate representation of color #488BB6: hue angle of 203.45º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #488BB6 is Cyan = 0.60, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 72 | 139 | 182 | - |
| CMYK | 0.60 | 0.24 | 0 | 0.29 |
| HSL | 203.45º | 0.43% | 0.5% | - |
| HSV(B) | 203.45º | 0.6% | 0.71% | - |
| XYZ | 20.35 | 23.22 | 47.67 | - |
| YUV | 123.87 | 160.8 | 91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 139 | 182 | 0.60 | 0.24 | 0 | 0.29 | 203.45 | 0.43 | 0.5 |
| Hex | 48 | 8B | B6 | 3C | 18 | 0 | 1D | CB | 2B | 32 |
| Octal | 110 | 213 | 266 | 74 | 30 | 0 | 35 | 313 | 53 | 62 |
| Binary | 1001000 | 10001011 | 10110110 | 111100 | 11000 | 0 | 11101 | 11001011 | 101011 | 110010 |
Color Harmonies of #488BB6
Complementary color
Monochromatic Colors of #488BB6
Black with #488BB6
Text Example
Text Example
White with #488BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488BB6; }
p { color: rgb(72,139,182); }
H1.HeaderClassName
{
color: #488BB6;
}
.AnyTagClassName
{
color: #488BB6;
}
</style>
background-color css
<style>
a { background-color: #488BB6; }
a { background-color: rgb(72,139,182); }
div.DivClassName
{
background-color: #488BB6;
}
.BgClassName
{
background-color: #488BB6;
}
</style>
border-color css
<style>
span { border-color: #488BB6; }
span { border-color: rgb(72,139,182); }
td.TdClassName
{
border-color: #488BB6;
}
.TagClassName
{
border-color: #488BB6;
}
</style>