Shades of Steel Blue #4976B7
Tints of Steel Blue #4976B7
RGB
CMYK
RGB Variations
Color information
#4976B7 (or 0x4976B7) is known color: Steel Blue. HEX triplet: 49, 76 and B7. RGB value is (73,118,183). Sum of RGB (Red+Green+Blue) = 73+118+183=374 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.52% from 374); Green value is 118 (46.48% from 255 or 31.55% from 374); Blue value is 183 (71.88% from 255 or 48.93% from 374); Max value from RGB is 183 - color contains mainly: blue. Hex color #4976B7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4976B7 is #B68948. Grayscale: #6F6F6F. Windows color (decimal): -11962697 or 12023369. OLE color: 12023369.
HSL color Cylindrical-coordinate representation of color #4976B7: hue angle of 215.45º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4976B7 is Cyan = 0.60, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 73 | 118 | 183 | - |
| CMYK | 0.60 | 0.36 | 0 | 0.28 |
| HSL | 215.45º | 0.43% | 0.5% | - |
| HSV(B) | 215.45º | 0.6% | 0.72% | - |
| XYZ | 17.77 | 17.79 | 47.3 | - |
| YUV | 111.96 | 168.09 | 100.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 118 | 183 | 0.60 | 0.36 | 0 | 0.28 | 215.45 | 0.43 | 0.5 |
| Hex | 49 | 76 | B7 | 3C | 24 | 0 | 1C | D7 | 2B | 32 |
| Octal | 111 | 166 | 267 | 74 | 44 | 0 | 34 | 327 | 53 | 62 |
| Binary | 1001001 | 1110110 | 10110111 | 111100 | 100100 | 0 | 11100 | 11010111 | 101011 | 110010 |
Color Harmonies of #4976B7
Complementary color
Monochromatic Colors of #4976B7
Black with #4976B7
Text Example
Text Example
White with #4976B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4976B7; }
p { color: rgb(73,118,183); }
H1.HeaderClassName
{
color: #4976B7;
}
.AnyTagClassName
{
color: #4976B7;
}
</style>
background-color css
<style>
a { background-color: #4976B7; }
a { background-color: rgb(73,118,183); }
div.DivClassName
{
background-color: #4976B7;
}
.BgClassName
{
background-color: #4976B7;
}
</style>
border-color css
<style>
span { border-color: #4976B7; }
span { border-color: rgb(73,118,183); }
td.TdClassName
{
border-color: #4976B7;
}
.TagClassName
{
border-color: #4976B7;
}
</style>