Shades of Steel Blue #488CBC
Tints of Steel Blue #488CBC
RGB
CMYK
RGB Variations
Color information
#488CBC (or 0x488CBC) is known color: Steel Blue. HEX triplet: 48, 8C and BC. RGB value is (72,140,188). Sum of RGB (Red+Green+Blue) = 72+140+188=400 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18% from 400); Green value is 140 (55.08% from 255 or 35% from 400); Blue value is 188 (73.83% from 255 or 47% from 400); Max value from RGB is 188 - color contains mainly: blue. Hex color #488CBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488CBC is #B77343. Grayscale: #7C7C7C. Windows color (decimal): -12022596 or 12356680. OLE color: 12356680.
HSL color Cylindrical-coordinate representation of color #488CBC: hue angle of 204.83º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #488CBC is Cyan = 0.62, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 72 | 140 | 188 | - |
| CMYK | 0.62 | 0.26 | 0 | 0.26 |
| HSL | 204.83º | 0.46% | 0.51% | - |
| HSV(B) | 204.83º | 0.62% | 0.74% | - |
| XYZ | 21.13 | 23.76 | 51.05 | - |
| YUV | 125.14 | 163.47 | 90.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 140 | 188 | 0.62 | 0.26 | 0 | 0.26 | 204.83 | 0.46 | 0.51 |
| Hex | 48 | 8C | BC | 3E | 1A | 0 | 1A | CD | 2E | 33 |
| Octal | 110 | 214 | 274 | 76 | 32 | 0 | 32 | 315 | 56 | 63 |
| Binary | 1001000 | 10001100 | 10111100 | 111110 | 11010 | 0 | 11010 | 11001101 | 101110 | 110011 |
Color Harmonies of #488CBC
Complementary color
Monochromatic Colors of #488CBC
Black with #488CBC
Text Example
Text Example
White with #488CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488CBC; }
p { color: rgb(72,140,188); }
H1.HeaderClassName
{
color: #488CBC;
}
.AnyTagClassName
{
color: #488CBC;
}
</style>
background-color css
<style>
a { background-color: #488CBC; }
a { background-color: rgb(72,140,188); }
div.DivClassName
{
background-color: #488CBC;
}
.BgClassName
{
background-color: #488CBC;
}
</style>
border-color css
<style>
span { border-color: #488CBC; }
span { border-color: rgb(72,140,188); }
td.TdClassName
{
border-color: #488CBC;
}
.TagClassName
{
border-color: #488CBC;
}
</style>