Shades of Steel Blue #4C8FBC
Tints of Steel Blue #4C8FBC
RGB
CMYK
RGB Variations
Color information
#4C8FBC (or 0x4C8FBC) is known color: Steel Blue. HEX triplet: 4C, 8F and BC. RGB value is (76,143,188). Sum of RGB (Red+Green+Blue) = 76+143+188=407 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.67% from 407); Green value is 143 (56.25% from 255 or 35.14% from 407); Blue value is 188 (73.83% from 255 or 46.19% from 407); Max value from RGB is 188 - color contains mainly: blue. Hex color #4C8FBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C8FBC is #B37043. Grayscale: #7F7F7F. Windows color (decimal): -11759684 or 12357452. OLE color: 12357452.
HSL color Cylindrical-coordinate representation of color #4C8FBC: hue angle of 204.11º 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 #4C8FBC is Cyan = 0.60, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 76 | 143 | 188 | - |
| CMYK | 0.60 | 0.24 | 0 | 0.26 |
| HSL | 204.11º | 0.46% | 0.52% | - |
| HSV(B) | 204.11º | 0.6% | 0.74% | - |
| XYZ | 21.88 | 24.81 | 51.21 | - |
| YUV | 128.1 | 161.8 | 90.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 143 | 188 | 0.60 | 0.24 | 0 | 0.26 | 204.11 | 0.46 | 0.52 |
| Hex | 4C | 8F | BC | 3C | 18 | 0 | 1A | CC | 2E | 34 |
| Octal | 114 | 217 | 274 | 74 | 30 | 0 | 32 | 314 | 56 | 64 |
| Binary | 1001100 | 10001111 | 10111100 | 111100 | 11000 | 0 | 11010 | 11001100 | 101110 | 110100 |
Color Harmonies of #4C8FBC
Complementary color
Monochromatic Colors of #4C8FBC
Black with #4C8FBC
Text Example
Text Example
White with #4C8FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C8FBC; }
p { color: rgb(76,143,188); }
H1.HeaderClassName
{
color: #4C8FBC;
}
.AnyTagClassName
{
color: #4C8FBC;
}
</style>
background-color css
<style>
a { background-color: #4C8FBC; }
a { background-color: rgb(76,143,188); }
div.DivClassName
{
background-color: #4C8FBC;
}
.BgClassName
{
background-color: #4C8FBC;
}
</style>
border-color css
<style>
span { border-color: #4C8FBC; }
span { border-color: rgb(76,143,188); }
td.TdClassName
{
border-color: #4C8FBC;
}
.TagClassName
{
border-color: #4C8FBC;
}
</style>