Shades of Steel Blue #488ABC
Tints of Steel Blue #488ABC
RGB
CMYK
RGB Variations
Color information
#488ABC (or 0x488ABC) is known color: Steel Blue. HEX triplet: 48, 8A and BC. RGB value is (72,138,188). Sum of RGB (Red+Green+Blue) = 72+138+188=398 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.09% from 398); Green value is 138 (54.30% from 255 or 34.67% from 398); Blue value is 188 (73.83% from 255 or 47.24% from 398); Max value from RGB is 188 - color contains mainly: blue. Hex color #488ABC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488ABC is #B77543. Grayscale: #7B7B7B. Windows color (decimal): -12023108 or 12356168. OLE color: 12356168.
HSL color Cylindrical-coordinate representation of color #488ABC: hue angle of 205.86º 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 #488ABC is Cyan = 0.62, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 72 | 138 | 188 | - |
| CMYK | 0.62 | 0.27 | 0 | 0.26 |
| HSL | 205.86º | 0.46% | 0.51% | - |
| HSV(B) | 205.86º | 0.62% | 0.74% | - |
| XYZ | 20.84 | 23.19 | 50.95 | - |
| YUV | 123.97 | 164.13 | 90.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 138 | 188 | 0.62 | 0.27 | 0 | 0.26 | 205.86 | 0.46 | 0.51 |
| Hex | 48 | 8A | BC | 3E | 1B | 0 | 1A | CE | 2E | 33 |
| Octal | 110 | 212 | 274 | 76 | 33 | 0 | 32 | 316 | 56 | 63 |
| Binary | 1001000 | 10001010 | 10111100 | 111110 | 11011 | 0 | 11010 | 11001110 | 101110 | 110011 |
Color Harmonies of #488ABC
Complementary color
Monochromatic Colors of #488ABC
Black with #488ABC
Text Example
Text Example
White with #488ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488ABC; }
p { color: rgb(72,138,188); }
H1.HeaderClassName
{
color: #488ABC;
}
.AnyTagClassName
{
color: #488ABC;
}
</style>
background-color css
<style>
a { background-color: #488ABC; }
a { background-color: rgb(72,138,188); }
div.DivClassName
{
background-color: #488ABC;
}
.BgClassName
{
background-color: #488ABC;
}
</style>
border-color css
<style>
span { border-color: #488ABC; }
span { border-color: rgb(72,138,188); }
td.TdClassName
{
border-color: #488ABC;
}
.TagClassName
{
border-color: #488ABC;
}
</style>