Shades of Steel Blue #4973BB
Tints of Steel Blue #4973BB
RGB
CMYK
RGB Variations
Color information
#4973BB (or 0x4973BB) is known color: Steel Blue. HEX triplet: 49, 73 and BB. RGB value is (73,115,187). Sum of RGB (Red+Green+Blue) = 73+115+187=375 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.47% from 375); Green value is 115 (45.31% from 255 or 30.67% from 375); Blue value is 187 (73.44% from 255 or 49.87% from 375); Max value from RGB is 187 - color contains mainly: blue. Hex color #4973BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4973BB is #B68C44. Grayscale: #6E6E6E. Windows color (decimal): -11963461 or 12284745. OLE color: 12284745.
HSL color Cylindrical-coordinate representation of color #4973BB: hue angle of 217.89º 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 #4973BB is Cyan = 0.61, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 115 | 187 | - |
| CMYK | 0.61 | 0.39 | 0 | 0.27 |
| HSL | 217.89º | 0.46% | 0.51% | - |
| HSV(B) | 217.89º | 0.61% | 0.73% | - |
| XYZ | 17.85 | 17.27 | 49.41 | - |
| YUV | 110.65 | 171.09 | 101.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 115 | 187 | 0.61 | 0.39 | 0 | 0.27 | 217.89 | 0.46 | 0.51 |
| Hex | 49 | 73 | BB | 3D | 27 | 0 | 1B | DA | 2E | 33 |
| Octal | 111 | 163 | 273 | 75 | 47 | 0 | 33 | 332 | 56 | 63 |
| Binary | 1001001 | 1110011 | 10111011 | 111101 | 100111 | 0 | 11011 | 11011010 | 101110 | 110011 |
Color Harmonies of #4973BB
Complementary color
Monochromatic Colors of #4973BB
Black with #4973BB
Text Example
Text Example
White with #4973BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4973BB; }
p { color: rgb(73,115,187); }
H1.HeaderClassName
{
color: #4973BB;
}
.AnyTagClassName
{
color: #4973BB;
}
</style>
background-color css
<style>
a { background-color: #4973BB; }
a { background-color: rgb(73,115,187); }
div.DivClassName
{
background-color: #4973BB;
}
.BgClassName
{
background-color: #4973BB;
}
</style>
border-color css
<style>
span { border-color: #4973BB; }
span { border-color: rgb(73,115,187); }
td.TdClassName
{
border-color: #4973BB;
}
.TagClassName
{
border-color: #4973BB;
}
</style>