Shades of Steel Blue #4983BB
Tints of Steel Blue #4983BB
RGB
CMYK
RGB Variations
Color information
#4983BB (or 0x4983BB) is known color: Steel Blue. HEX triplet: 49, 83 and BB. RGB value is (73,131,187). Sum of RGB (Red+Green+Blue) = 73+131+187=391 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.67% from 391); Green value is 131 (51.56% from 255 or 33.50% from 391); Blue value is 187 (73.44% from 255 or 47.83% from 391); Max value from RGB is 187 - color contains mainly: blue. Hex color #4983BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4983BB is #B67C44. Grayscale: #777777. Windows color (decimal): -11959365 or 12288841. OLE color: 12288841.
HSL color Cylindrical-coordinate representation of color #4983BB: hue angle of 209.47º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4983BB is Cyan = 0.61, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 131 | 187 | - |
| CMYK | 0.61 | 0.30 | 0 | 0.27 |
| HSL | 209.47º | 0.46% | 0.51% | - |
| HSV(B) | 209.47º | 0.61% | 0.73% | - |
| XYZ | 19.83 | 21.24 | 50.07 | - |
| YUV | 120.04 | 165.78 | 94.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 131 | 187 | 0.61 | 0.30 | 0 | 0.27 | 209.47 | 0.46 | 0.51 |
| Hex | 49 | 83 | BB | 3D | 1E | 0 | 1B | D1 | 2E | 33 |
| Octal | 111 | 203 | 273 | 75 | 36 | 0 | 33 | 321 | 56 | 63 |
| Binary | 1001001 | 10000011 | 10111011 | 111101 | 11110 | 0 | 11011 | 11010001 | 101110 | 110011 |
Color Harmonies of #4983BB
Complementary color
Monochromatic Colors of #4983BB
Black with #4983BB
Text Example
Text Example
White with #4983BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4983BB; }
p { color: rgb(73,131,187); }
H1.HeaderClassName
{
color: #4983BB;
}
.AnyTagClassName
{
color: #4983BB;
}
</style>
background-color css
<style>
a { background-color: #4983BB; }
a { background-color: rgb(73,131,187); }
div.DivClassName
{
background-color: #4983BB;
}
.BgClassName
{
background-color: #4983BB;
}
</style>
border-color css
<style>
span { border-color: #4983BB; }
span { border-color: rgb(73,131,187); }
td.TdClassName
{
border-color: #4983BB;
}
.TagClassName
{
border-color: #4983BB;
}
</style>