Shades of Steel Blue #4888C2
Tints of Steel Blue #4888C2
RGB
CMYK
RGB Variations
Color information
#4888C2 (or 0x4888C2) is known color: Steel Blue. HEX triplet: 48, 88 and C2. RGB value is (72,136,194). Sum of RGB (Red+Green+Blue) = 72+136+194=402 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.91% from 402); Green value is 136 (53.52% from 255 or 33.83% from 402); Blue value is 194 (76.17% from 255 or 48.26% from 402); Max value from RGB is 194 - color contains mainly: blue. Hex color #4888C2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4888C2 is #B7773D. Grayscale: #7B7B7B. Windows color (decimal): -12023614 or 12748872. OLE color: 12748872.
HSL color Cylindrical-coordinate representation of color #4888C2: hue angle of 208.52º degrees, saturation: 0.5, 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 #4888C2 is Cyan = 0.63, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 72 | 136 | 194 | - |
| CMYK | 0.63 | 0.30 | 0 | 0.24 |
| HSL | 208.52º | 0.5% | 0.52% | - |
| HSV(B) | 208.52º | 0.63% | 0.76% | - |
| XYZ | 21.21 | 22.88 | 54.34 | - |
| YUV | 123.48 | 167.8 | 91.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 136 | 194 | 0.63 | 0.30 | 0 | 0.24 | 208.52 | 0.5 | 0.52 |
| Hex | 48 | 88 | C2 | 3F | 1E | 0 | 18 | D1 | 32 | 34 |
| Octal | 110 | 210 | 302 | 77 | 36 | 0 | 30 | 321 | 62 | 64 |
| Binary | 1001000 | 10001000 | 11000010 | 111111 | 11110 | 0 | 11000 | 11010001 | 110010 | 110100 |
Color Harmonies of #4888C2
Complementary color
Monochromatic Colors of #4888C2
Black with #4888C2
Text Example
Text Example
White with #4888C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4888C2; }
p { color: rgb(72,136,194); }
H1.HeaderClassName
{
color: #4888C2;
}
.AnyTagClassName
{
color: #4888C2;
}
</style>
background-color css
<style>
a { background-color: #4888C2; }
a { background-color: rgb(72,136,194); }
div.DivClassName
{
background-color: #4888C2;
}
.BgClassName
{
background-color: #4888C2;
}
</style>
border-color css
<style>
span { border-color: #4888C2; }
span { border-color: rgb(72,136,194); }
td.TdClassName
{
border-color: #4888C2;
}
.TagClassName
{
border-color: #4888C2;
}
</style>