Shades of Steel Blue #4C85BA
Tints of Steel Blue #4C85BA
RGB
CMYK
RGB Variations
Color information
#4C85BA (or 0x4C85BA) is known color: Steel Blue. HEX triplet: 4C, 85 and BA. RGB value is (76,133,186). Sum of RGB (Red+Green+Blue) = 76+133+186=395 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.24% from 395); Green value is 133 (52.34% from 255 or 33.67% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 186 - color contains mainly: blue. Hex color #4C85BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C85BA is #B37A45. Grayscale: #797979. Windows color (decimal): -11762246 or 12223820. OLE color: 12223820.
HSL color Cylindrical-coordinate representation of color #4C85BA: hue angle of 208.91º 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 #4C85BA is Cyan = 0.59, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 76 | 133 | 186 | - |
| CMYK | 0.59 | 0.28 | 0 | 0.27 |
| HSL | 208.91º | 0.44% | 0.51% | - |
| HSV(B) | 208.91º | 0.59% | 0.73% | - |
| XYZ | 20.23 | 21.86 | 49.61 | - |
| YUV | 122 | 164.12 | 95.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 133 | 186 | 0.59 | 0.28 | 0 | 0.27 | 208.91 | 0.44 | 0.51 |
| Hex | 4C | 85 | BA | 3B | 1C | 0 | 1B | D1 | 2C | 33 |
| Octal | 114 | 205 | 272 | 73 | 34 | 0 | 33 | 321 | 54 | 63 |
| Binary | 1001100 | 10000101 | 10111010 | 111011 | 11100 | 0 | 11011 | 11010001 | 101100 | 110011 |
Color Harmonies of #4C85BA
Complementary color
Monochromatic Colors of #4C85BA
Black with #4C85BA
Text Example
Text Example
White with #4C85BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C85BA; }
p { color: rgb(76,133,186); }
H1.HeaderClassName
{
color: #4C85BA;
}
.AnyTagClassName
{
color: #4C85BA;
}
</style>
background-color css
<style>
a { background-color: #4C85BA; }
a { background-color: rgb(76,133,186); }
div.DivClassName
{
background-color: #4C85BA;
}
.BgClassName
{
background-color: #4C85BA;
}
</style>
border-color css
<style>
span { border-color: #4C85BA; }
span { border-color: rgb(76,133,186); }
td.TdClassName
{
border-color: #4C85BA;
}
.TagClassName
{
border-color: #4C85BA;
}
</style>