Shades of Steel Blue #4F85AB
Tints of Steel Blue #4F85AB
RGB
CMYK
RGB Variations
Color information
#4F85AB (or 0x4F85AB) is known color: Steel Blue. HEX triplet: 4F, 85 and AB. RGB value is (79,133,171). Sum of RGB (Red+Green+Blue) = 79+133+171=383 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.63% from 383); Green value is 133 (52.34% from 255 or 34.73% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 171 - color contains mainly: blue. Hex color #4F85AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F85AB is #B07A54. Grayscale: #787878. Windows color (decimal): -11565653 or 11240783. OLE color: 11240783.
HSL color Cylindrical-coordinate representation of color #4F85AB: hue angle of 204.78º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4F85AB is Cyan = 0.54, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 79 | 133 | 171 | - |
| CMYK | 0.54 | 0.22 | 0 | 0.33 |
| HSL | 204.78º | 0.37% | 0.49% | - |
| HSV(B) | 204.78º | 0.54% | 0.67% | - |
| XYZ | 18.96 | 21.38 | 41.65 | - |
| YUV | 121.19 | 156.11 | 97.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 133 | 171 | 0.54 | 0.22 | 0 | 0.33 | 204.78 | 0.37 | 0.49 |
| Hex | 4F | 85 | AB | 36 | 16 | 0 | 21 | CD | 25 | 31 |
| Octal | 117 | 205 | 253 | 66 | 26 | 0 | 41 | 315 | 45 | 61 |
| Binary | 1001111 | 10000101 | 10101011 | 110110 | 10110 | 0 | 100001 | 11001101 | 100101 | 110001 |
Color Harmonies of #4F85AB
Complementary color
Monochromatic Colors of #4F85AB
Black with #4F85AB
Text Example
Text Example
White with #4F85AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F85AB; }
p { color: rgb(79,133,171); }
H1.HeaderClassName
{
color: #4F85AB;
}
.AnyTagClassName
{
color: #4F85AB;
}
</style>
background-color css
<style>
a { background-color: #4F85AB; }
a { background-color: rgb(79,133,171); }
div.DivClassName
{
background-color: #4F85AB;
}
.BgClassName
{
background-color: #4F85AB;
}
</style>
border-color css
<style>
span { border-color: #4F85AB; }
span { border-color: rgb(79,133,171); }
td.TdClassName
{
border-color: #4F85AB;
}
.TagClassName
{
border-color: #4F85AB;
}
</style>