Shades of Steel Blue #4973BC
Tints of Steel Blue #4973BC
RGB
CMYK
RGB Variations
Color information
#4973BC (or 0x4973BC) is known color: Steel Blue. HEX triplet: 49, 73 and BC. RGB value is (73,115,188). Sum of RGB (Red+Green+Blue) = 73+115+188=376 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.41% from 376); Green value is 115 (45.31% from 255 or 30.59% from 376); Blue value is 188 (73.83% from 255 or 50% from 376); Max value from RGB is 188 - color contains mainly: blue. Hex color #4973BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4973BC is #B68C43. Grayscale: #6E6E6E. Windows color (decimal): -11963460 or 12350281. OLE color: 12350281.
HSL color Cylindrical-coordinate representation of color #4973BC: hue angle of 218.09º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4973BC is Cyan = 0.61, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 115 | 188 | - |
| CMYK | 0.61 | 0.39 | 0 | 0.26 |
| HSL | 218.09º | 0.46% | 0.51% | - |
| HSV(B) | 218.09º | 0.61% | 0.74% | - |
| XYZ | 17.96 | 17.31 | 49.97 | - |
| YUV | 110.76 | 171.59 | 101.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 115 | 188 | 0.61 | 0.39 | 0 | 0.26 | 218.09 | 0.46 | 0.51 |
| Hex | 49 | 73 | BC | 3D | 27 | 0 | 1A | DA | 2E | 33 |
| Octal | 111 | 163 | 274 | 75 | 47 | 0 | 32 | 332 | 56 | 63 |
| Binary | 1001001 | 1110011 | 10111100 | 111101 | 100111 | 0 | 11010 | 11011010 | 101110 | 110011 |
Color Harmonies of #4973BC
Complementary color
Monochromatic Colors of #4973BC
Black with #4973BC
Text Example
Text Example
White with #4973BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4973BC; }
p { color: rgb(73,115,188); }
H1.HeaderClassName
{
color: #4973BC;
}
.AnyTagClassName
{
color: #4973BC;
}
</style>
background-color css
<style>
a { background-color: #4973BC; }
a { background-color: rgb(73,115,188); }
div.DivClassName
{
background-color: #4973BC;
}
.BgClassName
{
background-color: #4973BC;
}
</style>
border-color css
<style>
span { border-color: #4973BC; }
span { border-color: rgb(73,115,188); }
td.TdClassName
{
border-color: #4973BC;
}
.TagClassName
{
border-color: #4973BC;
}
</style>