Shades of Steel Blue #4971B4
Tints of Steel Blue #4971B4
RGB
CMYK
RGB Variations
Color information
#4971B4 (or 0x4971B4) is known color: Steel Blue. HEX triplet: 49, 71 and B4. RGB value is (73,113,180). Sum of RGB (Red+Green+Blue) = 73+113+180=366 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.95% from 366); Green value is 113 (44.53% from 255 or 30.87% from 366); Blue value is 180 (70.70% from 255 or 49.18% from 366); Max value from RGB is 180 - color contains mainly: blue. Hex color #4971B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4971B4 is #B68E4B. Grayscale: #6C6C6C. Windows color (decimal): -11963980 or 11825481. OLE color: 11825481.
HSL color Cylindrical-coordinate representation of color #4971B4: hue angle of 217.57º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4971B4 is Cyan = 0.59, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 73 | 113 | 180 | - |
| CMYK | 0.59 | 0.37 | 0 | 0.29 |
| HSL | 217.57º | 0.42% | 0.5% | - |
| HSV(B) | 217.57º | 0.59% | 0.71% | - |
| XYZ | 16.89 | 16.52 | 45.48 | - |
| YUV | 108.68 | 168.25 | 102.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 113 | 180 | 0.59 | 0.37 | 0 | 0.29 | 217.57 | 0.42 | 0.5 |
| Hex | 49 | 71 | B4 | 3B | 25 | 0 | 1D | DA | 2A | 32 |
| Octal | 111 | 161 | 264 | 73 | 45 | 0 | 35 | 332 | 52 | 62 |
| Binary | 1001001 | 1110001 | 10110100 | 111011 | 100101 | 0 | 11101 | 11011010 | 101010 | 110010 |
Color Harmonies of #4971B4
Complementary color
Monochromatic Colors of #4971B4
Black with #4971B4
Text Example
Text Example
White with #4971B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4971B4; }
p { color: rgb(73,113,180); }
H1.HeaderClassName
{
color: #4971B4;
}
.AnyTagClassName
{
color: #4971B4;
}
</style>
background-color css
<style>
a { background-color: #4971B4; }
a { background-color: rgb(73,113,180); }
div.DivClassName
{
background-color: #4971B4;
}
.BgClassName
{
background-color: #4971B4;
}
</style>
border-color css
<style>
span { border-color: #4971B4; }
span { border-color: rgb(73,113,180); }
td.TdClassName
{
border-color: #4971B4;
}
.TagClassName
{
border-color: #4971B4;
}
</style>