Shades of Steel Blue #488AC1
Tints of Steel Blue #488AC1
RGB
CMYK
RGB Variations
Color information
#488AC1 (or 0x488AC1) is known color: Steel Blue. HEX triplet: 48, 8A and C1. RGB value is (72,138,193). Sum of RGB (Red+Green+Blue) = 72+138+193=403 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.87% from 403); Green value is 138 (54.30% from 255 or 34.24% from 403); Blue value is 193 (75.78% from 255 or 47.89% from 403); Max value from RGB is 193 - color contains mainly: blue. Hex color #488AC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488AC1 is #B7753E. Grayscale: #7C7C7C. Windows color (decimal): -12023103 or 12683848. OLE color: 12683848.
HSL color Cylindrical-coordinate representation of color #488AC1: hue angle of 207.27º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #488AC1 is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 72 | 138 | 193 | - |
| CMYK | 0.63 | 0.28 | 0 | 0.24 |
| HSL | 207.27º | 0.49% | 0.52% | - |
| HSV(B) | 207.27º | 0.63% | 0.76% | - |
| XYZ | 21.39 | 23.4 | 53.84 | - |
| YUV | 124.54 | 166.63 | 90.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 138 | 193 | 0.63 | 0.28 | 0 | 0.24 | 207.27 | 0.49 | 0.52 |
| Hex | 48 | 8A | C1 | 3F | 1C | 0 | 18 | CF | 31 | 34 |
| Octal | 110 | 212 | 301 | 77 | 34 | 0 | 30 | 317 | 61 | 64 |
| Binary | 1001000 | 10001010 | 11000001 | 111111 | 11100 | 0 | 11000 | 11001111 | 110001 | 110100 |
Color Harmonies of #488AC1
Complementary color
Monochromatic Colors of #488AC1
Black with #488AC1
Text Example
Text Example
White with #488AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488AC1; }
p { color: rgb(72,138,193); }
H1.HeaderClassName
{
color: #488AC1;
}
.AnyTagClassName
{
color: #488AC1;
}
</style>
background-color css
<style>
a { background-color: #488AC1; }
a { background-color: rgb(72,138,193); }
div.DivClassName
{
background-color: #488AC1;
}
.BgClassName
{
background-color: #488AC1;
}
</style>
border-color css
<style>
span { border-color: #488AC1; }
span { border-color: rgb(72,138,193); }
td.TdClassName
{
border-color: #488AC1;
}
.TagClassName
{
border-color: #488AC1;
}
</style>