Shades of Steel Blue #4973B3
Tints of Steel Blue #4973B3
RGB
CMYK
RGB Variations
Color information
#4973B3 (or 0x4973B3) is known color: Steel Blue. HEX triplet: 49, 73 and B3. RGB value is (73,115,179). Sum of RGB (Red+Green+Blue) = 73+115+179=367 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.89% from 367); Green value is 115 (45.31% from 255 or 31.34% from 367); Blue value is 179 (70.31% from 255 or 48.77% from 367); Max value from RGB is 179 - color contains mainly: blue. Hex color #4973B3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4973B3 is #B68C4C. Grayscale: #6D6D6D. Windows color (decimal): -11963469 or 11760457. OLE color: 11760457.
HSL color Cylindrical-coordinate representation of color #4973B3: hue angle of 216.23º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4973B3 is Cyan = 0.59, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 73 | 115 | 179 | - |
| CMYK | 0.59 | 0.36 | 0 | 0.30 |
| HSL | 216.23º | 0.42% | 0.49% | - |
| HSV(B) | 216.23º | 0.59% | 0.7% | - |
| XYZ | 17.02 | 16.93 | 45.02 | - |
| YUV | 109.74 | 167.09 | 101.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 115 | 179 | 0.59 | 0.36 | 0 | 0.30 | 216.23 | 0.42 | 0.49 |
| Hex | 49 | 73 | B3 | 3B | 24 | 0 | 1E | D8 | 2A | 31 |
| Octal | 111 | 163 | 263 | 73 | 44 | 0 | 36 | 330 | 52 | 61 |
| Binary | 1001001 | 1110011 | 10110011 | 111011 | 100100 | 0 | 11110 | 11011000 | 101010 | 110001 |
Color Harmonies of #4973B3
Complementary color
Monochromatic Colors of #4973B3
Black with #4973B3
Text Example
Text Example
White with #4973B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4973B3; }
p { color: rgb(73,115,179); }
H1.HeaderClassName
{
color: #4973B3;
}
.AnyTagClassName
{
color: #4973B3;
}
</style>
background-color css
<style>
a { background-color: #4973B3; }
a { background-color: rgb(73,115,179); }
div.DivClassName
{
background-color: #4973B3;
}
.BgClassName
{
background-color: #4973B3;
}
</style>
border-color css
<style>
span { border-color: #4973B3; }
span { border-color: rgb(73,115,179); }
td.TdClassName
{
border-color: #4973B3;
}
.TagClassName
{
border-color: #4973B3;
}
</style>