Shades of Steel Blue #4975AC
Tints of Steel Blue #4975AC
RGB
CMYK
RGB Variations
Color information
#4975AC (or 0x4975AC) is known color: Steel Blue. HEX triplet: 49, 75 and AC. RGB value is (73,117,172). Sum of RGB (Red+Green+Blue) = 73+117+172=362 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.17% from 362); Green value is 117 (46.09% from 255 or 32.32% from 362); Blue value is 172 (67.58% from 255 or 47.51% from 362); Max value from RGB is 172 - color contains mainly: blue. Hex color #4975AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4975AC is #B68A53. Grayscale: #6D6D6D. Windows color (decimal): -11962964 or 11302217. OLE color: 11302217.
HSL color Cylindrical-coordinate representation of color #4975AC: hue angle of 213.33º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4975AC is Cyan = 0.58, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 117 | 172 | - |
| CMYK | 0.58 | 0.32 | 0 | 0.33 |
| HSL | 213.33º | 0.4% | 0.48% | - |
| HSV(B) | 213.33º | 0.58% | 0.67% | - |
| XYZ | 16.56 | 17.12 | 41.46 | - |
| YUV | 110.11 | 162.92 | 101.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 117 | 172 | 0.58 | 0.32 | 0 | 0.33 | 213.33 | 0.4 | 0.48 |
| Hex | 49 | 75 | AC | 3A | 20 | 0 | 21 | D5 | 28 | 30 |
| Octal | 111 | 165 | 254 | 72 | 40 | 0 | 41 | 325 | 50 | 60 |
| Binary | 1001001 | 1110101 | 10101100 | 111010 | 100000 | 0 | 100001 | 11010101 | 101000 | 110000 |
Color Harmonies of #4975AC
Complementary color
Monochromatic Colors of #4975AC
Black with #4975AC
Text Example
Text Example
White with #4975AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4975AC; }
p { color: rgb(73,117,172); }
H1.HeaderClassName
{
color: #4975AC;
}
.AnyTagClassName
{
color: #4975AC;
}
</style>
background-color css
<style>
a { background-color: #4975AC; }
a { background-color: rgb(73,117,172); }
div.DivClassName
{
background-color: #4975AC;
}
.BgClassName
{
background-color: #4975AC;
}
</style>
border-color css
<style>
span { border-color: #4975AC; }
span { border-color: rgb(73,117,172); }
td.TdClassName
{
border-color: #4975AC;
}
.TagClassName
{
border-color: #4975AC;
}
</style>