Shades of Steel Blue #4975AF
Tints of Steel Blue #4975AF
RGB
CMYK
RGB Variations
Color information
#4975AF (or 0x4975AF) is known color: Steel Blue. HEX triplet: 49, 75 and AF. RGB value is (73,117,175). Sum of RGB (Red+Green+Blue) = 73+117+175=365 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20% from 365); Green value is 117 (46.09% from 255 or 32.05% from 365); Blue value is 175 (68.75% from 255 or 47.95% from 365); Max value from RGB is 175 - color contains mainly: blue. Hex color #4975AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4975AF is #B68A50. Grayscale: #6E6E6E. Windows color (decimal): -11962961 or 11498825. OLE color: 11498825.
HSL color Cylindrical-coordinate representation of color #4975AF: hue angle of 214.12º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4975AF is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 73 | 117 | 175 | - |
| CMYK | 0.58 | 0.33 | 0 | 0.31 |
| HSL | 214.12º | 0.41% | 0.49% | - |
| HSV(B) | 214.12º | 0.58% | 0.69% | - |
| XYZ | 16.85 | 17.23 | 43 | - |
| YUV | 110.46 | 164.42 | 101.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 117 | 175 | 0.58 | 0.33 | 0 | 0.31 | 214.12 | 0.41 | 0.49 |
| Hex | 49 | 75 | AF | 3A | 21 | 0 | 1F | D6 | 29 | 31 |
| Octal | 111 | 165 | 257 | 72 | 41 | 0 | 37 | 326 | 51 | 61 |
| Binary | 1001001 | 1110101 | 10101111 | 111010 | 100001 | 0 | 11111 | 11010110 | 101001 | 110001 |
Color Harmonies of #4975AF
Complementary color
Monochromatic Colors of #4975AF
Black with #4975AF
Text Example
Text Example
White with #4975AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4975AF; }
p { color: rgb(73,117,175); }
H1.HeaderClassName
{
color: #4975AF;
}
.AnyTagClassName
{
color: #4975AF;
}
</style>
background-color css
<style>
a { background-color: #4975AF; }
a { background-color: rgb(73,117,175); }
div.DivClassName
{
background-color: #4975AF;
}
.BgClassName
{
background-color: #4975AF;
}
</style>
border-color css
<style>
span { border-color: #4975AF; }
span { border-color: rgb(73,117,175); }
td.TdClassName
{
border-color: #4975AF;
}
.TagClassName
{
border-color: #4975AF;
}
</style>