Shades of Steel Blue #4C8DBC
Tints of Steel Blue #4C8DBC
RGB
CMYK
RGB Variations
Color information
#4C8DBC (or 0x4C8DBC) is known color: Steel Blue. HEX triplet: 4C, 8D and BC. RGB value is (76,141,188). Sum of RGB (Red+Green+Blue) = 76+141+188=405 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.77% from 405); Green value is 141 (55.47% from 255 or 34.81% from 405); Blue value is 188 (73.83% from 255 or 46.42% from 405); Max value from RGB is 188 - color contains mainly: blue. Hex color #4C8DBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C8DBC is #B37243. Grayscale: #7E7E7E. Windows color (decimal): -11760196 or 12356940. OLE color: 12356940.
HSL color Cylindrical-coordinate representation of color #4C8DBC: hue angle of 205.18º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4C8DBC is Cyan = 0.60, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 76 | 141 | 188 | - |
| CMYK | 0.60 | 0.25 | 0 | 0.26 |
| HSL | 205.18º | 0.46% | 0.52% | - |
| HSV(B) | 205.18º | 0.6% | 0.74% | - |
| XYZ | 21.58 | 24.22 | 51.11 | - |
| YUV | 126.92 | 162.47 | 91.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 141 | 188 | 0.60 | 0.25 | 0 | 0.26 | 205.18 | 0.46 | 0.52 |
| Hex | 4C | 8D | BC | 3C | 19 | 0 | 1A | CD | 2E | 34 |
| Octal | 114 | 215 | 274 | 74 | 31 | 0 | 32 | 315 | 56 | 64 |
| Binary | 1001100 | 10001101 | 10111100 | 111100 | 11001 | 0 | 11010 | 11001101 | 101110 | 110100 |
Color Harmonies of #4C8DBC
Complementary color
Monochromatic Colors of #4C8DBC
Black with #4C8DBC
Text Example
Text Example
White with #4C8DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C8DBC; }
p { color: rgb(76,141,188); }
H1.HeaderClassName
{
color: #4C8DBC;
}
.AnyTagClassName
{
color: #4C8DBC;
}
</style>
background-color css
<style>
a { background-color: #4C8DBC; }
a { background-color: rgb(76,141,188); }
div.DivClassName
{
background-color: #4C8DBC;
}
.BgClassName
{
background-color: #4C8DBC;
}
</style>
border-color css
<style>
span { border-color: #4C8DBC; }
span { border-color: rgb(76,141,188); }
td.TdClassName
{
border-color: #4C8DBC;
}
.TagClassName
{
border-color: #4C8DBC;
}
</style>