Shades of Steel Blue #4888BC
Tints of Steel Blue #4888BC
RGB
CMYK
RGB Variations
Color information
#4888BC (or 0x4888BC) is known color: Steel Blue. HEX triplet: 48, 88 and BC. RGB value is (72,136,188). Sum of RGB (Red+Green+Blue) = 72+136+188=396 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.18% from 396); Green value is 136 (53.52% from 255 or 34.34% from 396); Blue value is 188 (73.83% from 255 or 47.47% from 396); Max value from RGB is 188 - color contains mainly: blue. Hex color #4888BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4888BC is #B77743. Grayscale: #7A7A7A. Windows color (decimal): -12023620 or 12355656. OLE color: 12355656.
HSL color Cylindrical-coordinate representation of color #4888BC: hue angle of 206.9º 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 #4888BC is Cyan = 0.62, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 72 | 136 | 188 | - |
| CMYK | 0.62 | 0.28 | 0 | 0.26 |
| HSL | 206.9º | 0.46% | 0.51% | - |
| HSV(B) | 206.9º | 0.62% | 0.74% | - |
| XYZ | 20.55 | 22.62 | 50.86 | - |
| YUV | 122.79 | 164.8 | 91.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 136 | 188 | 0.62 | 0.28 | 0 | 0.26 | 206.9 | 0.46 | 0.51 |
| Hex | 48 | 88 | BC | 3E | 1C | 0 | 1A | CF | 2E | 33 |
| Octal | 110 | 210 | 274 | 76 | 34 | 0 | 32 | 317 | 56 | 63 |
| Binary | 1001000 | 10001000 | 10111100 | 111110 | 11100 | 0 | 11010 | 11001111 | 101110 | 110011 |
Color Harmonies of #4888BC
Complementary color
Monochromatic Colors of #4888BC
Black with #4888BC
Text Example
Text Example
White with #4888BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4888BC; }
p { color: rgb(72,136,188); }
H1.HeaderClassName
{
color: #4888BC;
}
.AnyTagClassName
{
color: #4888BC;
}
</style>
background-color css
<style>
a { background-color: #4888BC; }
a { background-color: rgb(72,136,188); }
div.DivClassName
{
background-color: #4888BC;
}
.BgClassName
{
background-color: #4888BC;
}
</style>
border-color css
<style>
span { border-color: #4888BC; }
span { border-color: rgb(72,136,188); }
td.TdClassName
{
border-color: #4888BC;
}
.TagClassName
{
border-color: #4888BC;
}
</style>