Shades of Steel Blue #4C8DBA
Tints of Steel Blue #4C8DBA
RGB
CMYK
RGB Variations
Color information
#4C8DBA (or 0x4C8DBA) is known color: Steel Blue. HEX triplet: 4C, 8D and BA. RGB value is (76,141,186). Sum of RGB (Red+Green+Blue) = 76+141+186=403 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.86% from 403); Green value is 141 (55.47% from 255 or 34.99% from 403); Blue value is 186 (73.05% from 255 or 46.15% from 403); Max value from RGB is 186 - color contains mainly: blue. Hex color #4C8DBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C8DBA is #B37245. Grayscale: #7E7E7E. Windows color (decimal): -11760198 or 12225868. OLE color: 12225868.
HSL color Cylindrical-coordinate representation of color #4C8DBA: hue angle of 204.55º 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 #4C8DBA is Cyan = 0.59, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 76 | 141 | 186 | - |
| CMYK | 0.59 | 0.24 | 0 | 0.27 |
| HSL | 204.55º | 0.44% | 0.51% | - |
| HSV(B) | 204.55º | 0.59% | 0.73% | - |
| XYZ | 21.37 | 24.13 | 49.99 | - |
| YUV | 126.7 | 161.47 | 91.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 141 | 186 | 0.59 | 0.24 | 0 | 0.27 | 204.55 | 0.44 | 0.51 |
| Hex | 4C | 8D | BA | 3B | 18 | 0 | 1B | CD | 2C | 33 |
| Octal | 114 | 215 | 272 | 73 | 30 | 0 | 33 | 315 | 54 | 63 |
| Binary | 1001100 | 10001101 | 10111010 | 111011 | 11000 | 0 | 11011 | 11001101 | 101100 | 110011 |
Color Harmonies of #4C8DBA
Complementary color
Monochromatic Colors of #4C8DBA
Black with #4C8DBA
Text Example
Text Example
White with #4C8DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C8DBA; }
p { color: rgb(76,141,186); }
H1.HeaderClassName
{
color: #4C8DBA;
}
.AnyTagClassName
{
color: #4C8DBA;
}
</style>
background-color css
<style>
a { background-color: #4C8DBA; }
a { background-color: rgb(76,141,186); }
div.DivClassName
{
background-color: #4C8DBA;
}
.BgClassName
{
background-color: #4C8DBA;
}
</style>
border-color css
<style>
span { border-color: #4C8DBA; }
span { border-color: rgb(76,141,186); }
td.TdClassName
{
border-color: #4C8DBA;
}
.TagClassName
{
border-color: #4C8DBA;
}
</style>