Shades of Steel Blue #4F83AB
Tints of Steel Blue #4F83AB
RGB
CMYK
RGB Variations
Color information
#4F83AB (or 0x4F83AB) is known color: Steel Blue. HEX triplet: 4F, 83 and AB. RGB value is (79,131,171). Sum of RGB (Red+Green+Blue) = 79+131+171=381 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.73% from 381); Green value is 131 (51.56% from 255 or 34.38% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 171 - color contains mainly: blue. Hex color #4F83AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F83AB is #B07C54. Grayscale: #777777. Windows color (decimal): -11566165 or 11240271. OLE color: 11240271.
HSL color Cylindrical-coordinate representation of color #4F83AB: hue angle of 206.09º 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 #4F83AB is Cyan = 0.54, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 79 | 131 | 171 | - |
| CMYK | 0.54 | 0.23 | 0 | 0.33 |
| HSL | 206.09º | 0.37% | 0.49% | - |
| HSV(B) | 206.09º | 0.54% | 0.67% | - |
| XYZ | 18.69 | 20.84 | 41.56 | - |
| YUV | 120.01 | 156.77 | 98.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 131 | 171 | 0.54 | 0.23 | 0 | 0.33 | 206.09 | 0.37 | 0.49 |
| Hex | 4F | 83 | AB | 36 | 17 | 0 | 21 | CE | 25 | 31 |
| Octal | 117 | 203 | 253 | 66 | 27 | 0 | 41 | 316 | 45 | 61 |
| Binary | 1001111 | 10000011 | 10101011 | 110110 | 10111 | 0 | 100001 | 11001110 | 100101 | 110001 |
Color Harmonies of #4F83AB
Complementary color
Monochromatic Colors of #4F83AB
Black with #4F83AB
Text Example
Text Example
White with #4F83AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F83AB; }
p { color: rgb(79,131,171); }
H1.HeaderClassName
{
color: #4F83AB;
}
.AnyTagClassName
{
color: #4F83AB;
}
</style>
background-color css
<style>
a { background-color: #4F83AB; }
a { background-color: rgb(79,131,171); }
div.DivClassName
{
background-color: #4F83AB;
}
.BgClassName
{
background-color: #4F83AB;
}
</style>
border-color css
<style>
span { border-color: #4F83AB; }
span { border-color: rgb(79,131,171); }
td.TdClassName
{
border-color: #4F83AB;
}
.TagClassName
{
border-color: #4F83AB;
}
</style>