Shades of Steel Blue #488DB6
Tints of Steel Blue #488DB6
RGB
CMYK
RGB Variations
Color information
#488DB6 (or 0x488DB6) is known color: Steel Blue. HEX triplet: 48, 8D and B6. RGB value is (72,141,182). Sum of RGB (Red+Green+Blue) = 72+141+182=395 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.23% from 395); Green value is 141 (55.47% from 255 or 35.70% from 395); Blue value is 182 (71.48% from 255 or 46.08% from 395); Max value from RGB is 182 - color contains mainly: blue. Hex color #488DB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488DB6 is #B77249. Grayscale: #7C7C7C. Windows color (decimal): -12022346 or 11963720. OLE color: 11963720.
HSL color Cylindrical-coordinate representation of color #488DB6: hue angle of 202.36º 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 #488DB6 is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 72 | 141 | 182 | - |
| CMYK | 0.60 | 0.23 | 0 | 0.29 |
| HSL | 202.36º | 0.43% | 0.5% | - |
| HSV(B) | 202.36º | 0.6% | 0.71% | - |
| XYZ | 20.64 | 23.8 | 47.76 | - |
| YUV | 125.04 | 160.14 | 90.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 141 | 182 | 0.60 | 0.23 | 0 | 0.29 | 202.36 | 0.43 | 0.5 |
| Hex | 48 | 8D | B6 | 3C | 17 | 0 | 1D | CA | 2B | 32 |
| Octal | 110 | 215 | 266 | 74 | 27 | 0 | 35 | 312 | 53 | 62 |
| Binary | 1001000 | 10001101 | 10110110 | 111100 | 10111 | 0 | 11101 | 11001010 | 101011 | 110010 |
Color Harmonies of #488DB6
Complementary color
Monochromatic Colors of #488DB6
Black with #488DB6
Text Example
Text Example
White with #488DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488DB6; }
p { color: rgb(72,141,182); }
H1.HeaderClassName
{
color: #488DB6;
}
.AnyTagClassName
{
color: #488DB6;
}
</style>
background-color css
<style>
a { background-color: #488DB6; }
a { background-color: rgb(72,141,182); }
div.DivClassName
{
background-color: #488DB6;
}
.BgClassName
{
background-color: #488DB6;
}
</style>
border-color css
<style>
span { border-color: #488DB6; }
span { border-color: rgb(72,141,182); }
td.TdClassName
{
border-color: #488DB6;
}
.TagClassName
{
border-color: #488DB6;
}
</style>