Shades of Steel Blue #4F7DB6
Tints of Steel Blue #4F7DB6
RGB
CMYK
RGB Variations
Color information
#4F7DB6 (or 0x4F7DB6) is known color: Steel Blue. HEX triplet: 4F, 7D and B6. RGB value is (79,125,182). Sum of RGB (Red+Green+Blue) = 79+125+182=386 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.47% from 386); Green value is 125 (49.22% from 255 or 32.38% from 386); Blue value is 182 (71.48% from 255 or 47.15% from 386); Max value from RGB is 182 - color contains mainly: blue. Hex color #4F7DB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F7DB6 is #B08249. Grayscale: #757575. Windows color (decimal): -11567690 or 11959631. OLE color: 11959631.
HSL color Cylindrical-coordinate representation of color #4F7DB6: hue angle of 213.2º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4F7DB6 is Cyan = 0.57, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 79 | 125 | 182 | - |
| CMYK | 0.57 | 0.31 | 0 | 0.29 |
| HSL | 213.2º | 0.41% | 0.51% | - |
| HSV(B) | 213.2º | 0.57% | 0.71% | - |
| XYZ | 19 | 19.71 | 47.06 | - |
| YUV | 117.74 | 164.26 | 100.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 125 | 182 | 0.57 | 0.31 | 0 | 0.29 | 213.2 | 0.41 | 0.51 |
| Hex | 4F | 7D | B6 | 39 | 1F | 0 | 1D | D5 | 29 | 33 |
| Octal | 117 | 175 | 266 | 71 | 37 | 0 | 35 | 325 | 51 | 63 |
| Binary | 1001111 | 1111101 | 10110110 | 111001 | 11111 | 0 | 11101 | 11010101 | 101001 | 110011 |
Color Harmonies of #4F7DB6
Complementary color
Monochromatic Colors of #4F7DB6
Black with #4F7DB6
Text Example
Text Example
White with #4F7DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7DB6; }
p { color: rgb(79,125,182); }
H1.HeaderClassName
{
color: #4F7DB6;
}
.AnyTagClassName
{
color: #4F7DB6;
}
</style>
background-color css
<style>
a { background-color: #4F7DB6; }
a { background-color: rgb(79,125,182); }
div.DivClassName
{
background-color: #4F7DB6;
}
.BgClassName
{
background-color: #4F7DB6;
}
</style>
border-color css
<style>
span { border-color: #4F7DB6; }
span { border-color: rgb(79,125,182); }
td.TdClassName
{
border-color: #4F7DB6;
}
.TagClassName
{
border-color: #4F7DB6;
}
</style>