Shades of Steel Blue #488CB5
Tints of Steel Blue #488CB5
RGB
CMYK
RGB Variations
Color information
#488CB5 (or 0x488CB5) is known color: Steel Blue. HEX triplet: 48, 8C and B5. RGB value is (72,140,181). Sum of RGB (Red+Green+Blue) = 72+140+181=393 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.32% from 393); Green value is 140 (55.08% from 255 or 35.62% from 393); Blue value is 181 (71.09% from 255 or 46.06% from 393); Max value from RGB is 181 - color contains mainly: blue. Hex color #488CB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488CB5 is #B7734A. Grayscale: #7C7C7C. Windows color (decimal): -12022603 or 11897928. OLE color: 11897928.
HSL color Cylindrical-coordinate representation of color #488CB5: hue angle of 202.57º 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 #488CB5 is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 72 | 140 | 181 | - |
| CMYK | 0.60 | 0.23 | 0 | 0.29 |
| HSL | 202.57º | 0.43% | 0.5% | - |
| HSV(B) | 202.57º | 0.6% | 0.71% | - |
| XYZ | 20.39 | 23.47 | 47.17 | - |
| YUV | 124.34 | 159.97 | 90.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 140 | 181 | 0.60 | 0.23 | 0 | 0.29 | 202.57 | 0.43 | 0.5 |
| Hex | 48 | 8C | B5 | 3C | 17 | 0 | 1D | CB | 2B | 32 |
| Octal | 110 | 214 | 265 | 74 | 27 | 0 | 35 | 313 | 53 | 62 |
| Binary | 1001000 | 10001100 | 10110101 | 111100 | 10111 | 0 | 11101 | 11001011 | 101011 | 110010 |
Color Harmonies of #488CB5
Complementary color
Monochromatic Colors of #488CB5
Black with #488CB5
Text Example
Text Example
White with #488CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488CB5; }
p { color: rgb(72,140,181); }
H1.HeaderClassName
{
color: #488CB5;
}
.AnyTagClassName
{
color: #488CB5;
}
</style>
background-color css
<style>
a { background-color: #488CB5; }
a { background-color: rgb(72,140,181); }
div.DivClassName
{
background-color: #488CB5;
}
.BgClassName
{
background-color: #488CB5;
}
</style>
border-color css
<style>
span { border-color: #488CB5; }
span { border-color: rgb(72,140,181); }
td.TdClassName
{
border-color: #488CB5;
}
.TagClassName
{
border-color: #488CB5;
}
</style>