Shades of Steel Blue #4977BB
Tints of Steel Blue #4977BB
RGB
CMYK
RGB Variations
Color information
#4977BB (or 0x4977BB) is known color: Steel Blue. HEX triplet: 49, 77 and BB. RGB value is (73,119,187). Sum of RGB (Red+Green+Blue) = 73+119+187=379 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.26% from 379); Green value is 119 (46.88% from 255 or 31.40% from 379); Blue value is 187 (73.44% from 255 or 49.34% from 379); Max value from RGB is 187 - color contains mainly: blue. Hex color #4977BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4977BB is #B68844. Grayscale: #707070. Windows color (decimal): -11962437 or 12285769. OLE color: 12285769.
HSL color Cylindrical-coordinate representation of color #4977BB: hue angle of 215.79º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4977BB is Cyan = 0.61, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 119 | 187 | - |
| CMYK | 0.61 | 0.36 | 0 | 0.27 |
| HSL | 215.79º | 0.46% | 0.51% | - |
| HSV(B) | 215.79º | 0.61% | 0.73% | - |
| XYZ | 18.31 | 18.2 | 49.56 | - |
| YUV | 113 | 169.76 | 99.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 119 | 187 | 0.61 | 0.36 | 0 | 0.27 | 215.79 | 0.46 | 0.51 |
| Hex | 49 | 77 | BB | 3D | 24 | 0 | 1B | D8 | 2E | 33 |
| Octal | 111 | 167 | 273 | 75 | 44 | 0 | 33 | 330 | 56 | 63 |
| Binary | 1001001 | 1110111 | 10111011 | 111101 | 100100 | 0 | 11011 | 11011000 | 101110 | 110011 |
Color Harmonies of #4977BB
Complementary color
Monochromatic Colors of #4977BB
Black with #4977BB
Text Example
Text Example
White with #4977BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4977BB; }
p { color: rgb(73,119,187); }
H1.HeaderClassName
{
color: #4977BB;
}
.AnyTagClassName
{
color: #4977BB;
}
</style>
background-color css
<style>
a { background-color: #4977BB; }
a { background-color: rgb(73,119,187); }
div.DivClassName
{
background-color: #4977BB;
}
.BgClassName
{
background-color: #4977BB;
}
</style>
border-color css
<style>
span { border-color: #4977BB; }
span { border-color: rgb(73,119,187); }
td.TdClassName
{
border-color: #4977BB;
}
.TagClassName
{
border-color: #4977BB;
}
</style>