Shades of Steel Blue #4974BC
Tints of Steel Blue #4974BC
RGB
CMYK
RGB Variations
Color information
#4974BC (or 0x4974BC) is known color: Steel Blue. HEX triplet: 49, 74 and BC. RGB value is (73,116,188). Sum of RGB (Red+Green+Blue) = 73+116+188=377 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.36% from 377); Green value is 116 (45.70% from 255 or 30.77% from 377); Blue value is 188 (73.83% from 255 or 49.87% from 377); Max value from RGB is 188 - color contains mainly: blue. Hex color #4974BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4974BC is #B68B43. Grayscale: #6F6F6F. Windows color (decimal): -11963204 or 12350537. OLE color: 12350537.
HSL color Cylindrical-coordinate representation of color #4974BC: hue angle of 217.57º 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 #4974BC is Cyan = 0.61, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 116 | 188 | - |
| CMYK | 0.61 | 0.38 | 0 | 0.26 |
| HSL | 217.57º | 0.46% | 0.51% | - |
| HSV(B) | 217.57º | 0.61% | 0.74% | - |
| XYZ | 18.07 | 17.54 | 50.01 | - |
| YUV | 111.35 | 171.25 | 100.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 116 | 188 | 0.61 | 0.38 | 0 | 0.26 | 217.57 | 0.46 | 0.51 |
| Hex | 49 | 74 | BC | 3D | 26 | 0 | 1A | DA | 2E | 33 |
| Octal | 111 | 164 | 274 | 75 | 46 | 0 | 32 | 332 | 56 | 63 |
| Binary | 1001001 | 1110100 | 10111100 | 111101 | 100110 | 0 | 11010 | 11011010 | 101110 | 110011 |
Color Harmonies of #4974BC
Complementary color
Monochromatic Colors of #4974BC
Black with #4974BC
Text Example
Text Example
White with #4974BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4974BC; }
p { color: rgb(73,116,188); }
H1.HeaderClassName
{
color: #4974BC;
}
.AnyTagClassName
{
color: #4974BC;
}
</style>
background-color css
<style>
a { background-color: #4974BC; }
a { background-color: rgb(73,116,188); }
div.DivClassName
{
background-color: #4974BC;
}
.BgClassName
{
background-color: #4974BC;
}
</style>
border-color css
<style>
span { border-color: #4974BC; }
span { border-color: rgb(73,116,188); }
td.TdClassName
{
border-color: #4974BC;
}
.TagClassName
{
border-color: #4974BC;
}
</style>