Shades of Steel Blue #4983BE
Tints of Steel Blue #4983BE
RGB
CMYK
RGB Variations
Color information
#4983BE (or 0x4983BE) is known color: Steel Blue. HEX triplet: 49, 83 and BE. RGB value is (73,131,190). Sum of RGB (Red+Green+Blue) = 73+131+190=394 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.53% from 394); Green value is 131 (51.56% from 255 or 33.25% from 394); Blue value is 190 (74.61% from 255 or 48.22% from 394); Max value from RGB is 190 - color contains mainly: blue. Hex color #4983BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4983BE is #B67C41. Grayscale: #787878. Windows color (decimal): -11959362 or 12485449. OLE color: 12485449.
HSL color Cylindrical-coordinate representation of color #4983BE: hue angle of 210.26º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4983BE is Cyan = 0.62, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 131 | 190 | - |
| CMYK | 0.62 | 0.31 | 0 | 0.25 |
| HSL | 210.26º | 0.47% | 0.52% | - |
| HSV(B) | 210.26º | 0.62% | 0.75% | - |
| XYZ | 20.16 | 21.37 | 51.78 | - |
| YUV | 120.38 | 167.28 | 94.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 131 | 190 | 0.62 | 0.31 | 0 | 0.25 | 210.26 | 0.47 | 0.52 |
| Hex | 49 | 83 | BE | 3E | 1F | 0 | 19 | D2 | 2F | 34 |
| Octal | 111 | 203 | 276 | 76 | 37 | 0 | 31 | 322 | 57 | 64 |
| Binary | 1001001 | 10000011 | 10111110 | 111110 | 11111 | 0 | 11001 | 11010010 | 101111 | 110100 |
Color Harmonies of #4983BE
Complementary color
Monochromatic Colors of #4983BE
Black with #4983BE
Text Example
Text Example
White with #4983BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4983BE; }
p { color: rgb(73,131,190); }
H1.HeaderClassName
{
color: #4983BE;
}
.AnyTagClassName
{
color: #4983BE;
}
</style>
background-color css
<style>
a { background-color: #4983BE; }
a { background-color: rgb(73,131,190); }
div.DivClassName
{
background-color: #4983BE;
}
.BgClassName
{
background-color: #4983BE;
}
</style>
border-color css
<style>
span { border-color: #4983BE; }
span { border-color: rgb(73,131,190); }
td.TdClassName
{
border-color: #4983BE;
}
.TagClassName
{
border-color: #4983BE;
}
</style>