Shades of Steel Blue #4884BC
Tints of Steel Blue #4884BC
RGB
CMYK
RGB Variations
Color information
#4884BC (or 0x4884BC) is known color: Steel Blue. HEX triplet: 48, 84 and BC. RGB value is (72,132,188). Sum of RGB (Red+Green+Blue) = 72+132+188=392 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.37% from 392); Green value is 132 (51.95% from 255 or 33.67% from 392); Blue value is 188 (73.83% from 255 or 47.96% from 392); Max value from RGB is 188 - color contains mainly: blue. Hex color #4884BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4884BC is #B77B43. Grayscale: #787878. Windows color (decimal): -12024644 or 12354632. OLE color: 12354632.
HSL color Cylindrical-coordinate representation of color #4884BC: hue angle of 208.97º 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 #4884BC is Cyan = 0.62, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 72 | 132 | 188 | - |
| CMYK | 0.62 | 0.30 | 0 | 0.26 |
| HSL | 208.97º | 0.46% | 0.51% | - |
| HSV(B) | 208.97º | 0.62% | 0.74% | - |
| XYZ | 20 | 21.51 | 50.67 | - |
| YUV | 120.44 | 166.12 | 93.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 132 | 188 | 0.62 | 0.30 | 0 | 0.26 | 208.97 | 0.46 | 0.51 |
| Hex | 48 | 84 | BC | 3E | 1E | 0 | 1A | D1 | 2E | 33 |
| Octal | 110 | 204 | 274 | 76 | 36 | 0 | 32 | 321 | 56 | 63 |
| Binary | 1001000 | 10000100 | 10111100 | 111110 | 11110 | 0 | 11010 | 11010001 | 101110 | 110011 |
Color Harmonies of #4884BC
Complementary color
Monochromatic Colors of #4884BC
Black with #4884BC
Text Example
Text Example
White with #4884BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4884BC; }
p { color: rgb(72,132,188); }
H1.HeaderClassName
{
color: #4884BC;
}
.AnyTagClassName
{
color: #4884BC;
}
</style>
background-color css
<style>
a { background-color: #4884BC; }
a { background-color: rgb(72,132,188); }
div.DivClassName
{
background-color: #4884BC;
}
.BgClassName
{
background-color: #4884BC;
}
</style>
border-color css
<style>
span { border-color: #4884BC; }
span { border-color: rgb(72,132,188); }
td.TdClassName
{
border-color: #4884BC;
}
.TagClassName
{
border-color: #4884BC;
}
</style>