Shades of Steel Blue #4F7BAB
Tints of Steel Blue #4F7BAB
RGB
CMYK
RGB Variations
Color information
#4F7BAB (or 0x4F7BAB) is known color: Steel Blue. HEX triplet: 4F, 7B and AB. RGB value is (79,123,171). Sum of RGB (Red+Green+Blue) = 79+123+171=373 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.18% from 373); Green value is 123 (48.44% from 255 or 32.98% from 373); Blue value is 171 (67.19% from 255 or 45.84% from 373); Max value from RGB is 171 - color contains mainly: blue. Hex color #4F7BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F7BAB is #B08454. Grayscale: #737373. Windows color (decimal): -11568213 or 11238223. OLE color: 11238223.
HSL color Cylindrical-coordinate representation of color #4F7BAB: hue angle of 211.3º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4F7BAB is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 79 | 123 | 171 | - |
| CMYK | 0.54 | 0.28 | 0 | 0.33 |
| HSL | 211.3º | 0.37% | 0.49% | - |
| HSV(B) | 211.3º | 0.54% | 0.67% | - |
| XYZ | 17.66 | 18.77 | 41.22 | - |
| YUV | 115.32 | 159.42 | 102.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 123 | 171 | 0.54 | 0.28 | 0 | 0.33 | 211.3 | 0.37 | 0.49 |
| Hex | 4F | 7B | AB | 36 | 1C | 0 | 21 | D3 | 25 | 31 |
| Octal | 117 | 173 | 253 | 66 | 34 | 0 | 41 | 323 | 45 | 61 |
| Binary | 1001111 | 1111011 | 10101011 | 110110 | 11100 | 0 | 100001 | 11010011 | 100101 | 110001 |
Color Harmonies of #4F7BAB
Complementary color
Monochromatic Colors of #4F7BAB
Black with #4F7BAB
Text Example
Text Example
White with #4F7BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7BAB; }
p { color: rgb(79,123,171); }
H1.HeaderClassName
{
color: #4F7BAB;
}
.AnyTagClassName
{
color: #4F7BAB;
}
</style>
background-color css
<style>
a { background-color: #4F7BAB; }
a { background-color: rgb(79,123,171); }
div.DivClassName
{
background-color: #4F7BAB;
}
.BgClassName
{
background-color: #4F7BAB;
}
</style>
border-color css
<style>
span { border-color: #4F7BAB; }
span { border-color: rgb(79,123,171); }
td.TdClassName
{
border-color: #4F7BAB;
}
.TagClassName
{
border-color: #4F7BAB;
}
</style>