Shades of Steel Blue #4977AF
Tints of Steel Blue #4977AF
RGB
CMYK
RGB Variations
Color information
#4977AF (or 0x4977AF) is known color: Steel Blue. HEX triplet: 49, 77 and AF. RGB value is (73,119,175). Sum of RGB (Red+Green+Blue) = 73+119+175=367 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.89% from 367); Green value is 119 (46.88% from 255 or 32.43% from 367); Blue value is 175 (68.75% from 255 or 47.68% from 367); Max value from RGB is 175 - color contains mainly: blue. Hex color #4977AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4977AF is #B68850. Grayscale: #6F6F6F. Windows color (decimal): -11962449 or 11499337. OLE color: 11499337.
HSL color Cylindrical-coordinate representation of color #4977AF: hue angle of 212.94º 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 #4977AF is Cyan = 0.58, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 73 | 119 | 175 | - |
| CMYK | 0.58 | 0.32 | 0 | 0.31 |
| HSL | 212.94º | 0.41% | 0.49% | - |
| HSV(B) | 212.94º | 0.58% | 0.69% | - |
| XYZ | 17.08 | 17.71 | 43.07 | - |
| YUV | 111.63 | 163.76 | 100.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 119 | 175 | 0.58 | 0.32 | 0 | 0.31 | 212.94 | 0.41 | 0.49 |
| Hex | 49 | 77 | AF | 3A | 20 | 0 | 1F | D5 | 29 | 31 |
| Octal | 111 | 167 | 257 | 72 | 40 | 0 | 37 | 325 | 51 | 61 |
| Binary | 1001001 | 1110111 | 10101111 | 111010 | 100000 | 0 | 11111 | 11010101 | 101001 | 110001 |
Color Harmonies of #4977AF
Complementary color
Monochromatic Colors of #4977AF
Black with #4977AF
Text Example
Text Example
White with #4977AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4977AF; }
p { color: rgb(73,119,175); }
H1.HeaderClassName
{
color: #4977AF;
}
.AnyTagClassName
{
color: #4977AF;
}
</style>
background-color css
<style>
a { background-color: #4977AF; }
a { background-color: rgb(73,119,175); }
div.DivClassName
{
background-color: #4977AF;
}
.BgClassName
{
background-color: #4977AF;
}
</style>
border-color css
<style>
span { border-color: #4977AF; }
span { border-color: rgb(73,119,175); }
td.TdClassName
{
border-color: #4977AF;
}
.TagClassName
{
border-color: #4977AF;
}
</style>