Shades of Steel Blue #4C8FBA
Tints of Steel Blue #4C8FBA
RGB
CMYK
RGB Variations
Color information
#4C8FBA (or 0x4C8FBA) is known color: Steel Blue. HEX triplet: 4C, 8F and BA. RGB value is (76,143,186). Sum of RGB (Red+Green+Blue) = 76+143+186=405 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.77% from 405); Green value is 143 (56.25% from 255 or 35.31% from 405); Blue value is 186 (73.05% from 255 or 45.93% from 405); Max value from RGB is 186 - color contains mainly: blue. Hex color #4C8FBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C8FBA is #B37045. Grayscale: #7F7F7F. Windows color (decimal): -11759686 or 12226380. OLE color: 12226380.
HSL color Cylindrical-coordinate representation of color #4C8FBA: hue angle of 203.45º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4C8FBA is Cyan = 0.59, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 76 | 143 | 186 | - |
| CMYK | 0.59 | 0.23 | 0 | 0.27 |
| HSL | 203.45º | 0.44% | 0.51% | - |
| HSV(B) | 203.45º | 0.59% | 0.73% | - |
| XYZ | 21.67 | 24.73 | 50.09 | - |
| YUV | 127.87 | 160.8 | 91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 143 | 186 | 0.59 | 0.23 | 0 | 0.27 | 203.45 | 0.44 | 0.51 |
| Hex | 4C | 8F | BA | 3B | 17 | 0 | 1B | CB | 2C | 33 |
| Octal | 114 | 217 | 272 | 73 | 27 | 0 | 33 | 313 | 54 | 63 |
| Binary | 1001100 | 10001111 | 10111010 | 111011 | 10111 | 0 | 11011 | 11001011 | 101100 | 110011 |
Color Harmonies of #4C8FBA
Complementary color
Monochromatic Colors of #4C8FBA
Black with #4C8FBA
Text Example
Text Example
White with #4C8FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C8FBA; }
p { color: rgb(76,143,186); }
H1.HeaderClassName
{
color: #4C8FBA;
}
.AnyTagClassName
{
color: #4C8FBA;
}
</style>
background-color css
<style>
a { background-color: #4C8FBA; }
a { background-color: rgb(76,143,186); }
div.DivClassName
{
background-color: #4C8FBA;
}
.BgClassName
{
background-color: #4C8FBA;
}
</style>
border-color css
<style>
span { border-color: #4C8FBA; }
span { border-color: rgb(76,143,186); }
td.TdClassName
{
border-color: #4C8FBA;
}
.TagClassName
{
border-color: #4C8FBA;
}
</style>