Shades of Steel Blue #4F85BA
Tints of Steel Blue #4F85BA
RGB
CMYK
RGB Variations
Color information
#4F85BA (or 0x4F85BA) is known color: Steel Blue. HEX triplet: 4F, 85 and BA. RGB value is (79,133,186). Sum of RGB (Red+Green+Blue) = 79+133+186=398 (52% of max value = 765). Red value is 79 (31.25% from 255 or 19.85% from 398); Green value is 133 (52.34% from 255 or 33.42% from 398); Blue value is 186 (73.05% from 255 or 46.73% from 398); Max value from RGB is 186 - color contains mainly: blue. Hex color #4F85BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F85BA is #B07A45. Grayscale: #7A7A7A. Windows color (decimal): -11565638 or 12223823. OLE color: 12223823.
HSL color Cylindrical-coordinate representation of color #4F85BA: hue angle of 209.72º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4F85BA is Cyan = 0.58, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 79 | 133 | 186 | - |
| CMYK | 0.58 | 0.28 | 0 | 0.27 |
| HSL | 209.72º | 0.44% | 0.52% | - |
| HSV(B) | 209.72º | 0.58% | 0.73% | - |
| XYZ | 20.47 | 21.98 | 49.62 | - |
| YUV | 122.9 | 163.61 | 96.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 133 | 186 | 0.58 | 0.28 | 0 | 0.27 | 209.72 | 0.44 | 0.52 |
| Hex | 4F | 85 | BA | 3A | 1C | 0 | 1B | D2 | 2C | 34 |
| Octal | 117 | 205 | 272 | 72 | 34 | 0 | 33 | 322 | 54 | 64 |
| Binary | 1001111 | 10000101 | 10111010 | 111010 | 11100 | 0 | 11011 | 11010010 | 101100 | 110100 |
Color Harmonies of #4F85BA
Complementary color
Monochromatic Colors of #4F85BA
Black with #4F85BA
Text Example
Text Example
White with #4F85BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F85BA; }
p { color: rgb(79,133,186); }
H1.HeaderClassName
{
color: #4F85BA;
}
.AnyTagClassName
{
color: #4F85BA;
}
</style>
background-color css
<style>
a { background-color: #4F85BA; }
a { background-color: rgb(79,133,186); }
div.DivClassName
{
background-color: #4F85BA;
}
.BgClassName
{
background-color: #4F85BA;
}
</style>
border-color css
<style>
span { border-color: #4F85BA; }
span { border-color: rgb(79,133,186); }
td.TdClassName
{
border-color: #4F85BA;
}
.TagClassName
{
border-color: #4F85BA;
}
</style>