Shades of Steel Blue #4F7BA5
Tints of Steel Blue #4F7BA5
RGB
CMYK
RGB Variations
Color information
#4F7BA5 (or 0x4F7BA5) is known color: Steel Blue. HEX triplet: 4F, 7B and A5. RGB value is (79,123,165). Sum of RGB (Red+Green+Blue) = 79+123+165=367 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.53% from 367); Green value is 123 (48.44% from 255 or 33.51% from 367); Blue value is 165 (64.84% from 255 or 44.96% from 367); Max value from RGB is 165 - color contains mainly: blue. Hex color #4F7BA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F7BA5 is #B0845A. Grayscale: #727272. Windows color (decimal): -11568219 or 10845007. OLE color: 10845007.
HSL color Cylindrical-coordinate representation of color #4F7BA5: hue angle of 209.3º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4F7BA5 is Cyan = 0.52, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 79 | 123 | 165 | - |
| CMYK | 0.52 | 0.25 | 0 | 0.35 |
| HSL | 209.3º | 0.35% | 0.48% | - |
| HSV(B) | 209.3º | 0.52% | 0.65% | - |
| XYZ | 17.1 | 18.54 | 38.28 | - |
| YUV | 114.63 | 156.42 | 102.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 123 | 165 | 0.52 | 0.25 | 0 | 0.35 | 209.3 | 0.35 | 0.48 |
| Hex | 4F | 7B | A5 | 34 | 19 | 0 | 23 | D1 | 23 | 30 |
| Octal | 117 | 173 | 245 | 64 | 31 | 0 | 43 | 321 | 43 | 60 |
| Binary | 1001111 | 1111011 | 10100101 | 110100 | 11001 | 0 | 100011 | 11010001 | 100011 | 110000 |
Color Harmonies of #4F7BA5
Complementary color
Monochromatic Colors of #4F7BA5
Black with #4F7BA5
Text Example
Text Example
White with #4F7BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7BA5; }
p { color: rgb(79,123,165); }
H1.HeaderClassName
{
color: #4F7BA5;
}
.AnyTagClassName
{
color: #4F7BA5;
}
</style>
background-color css
<style>
a { background-color: #4F7BA5; }
a { background-color: rgb(79,123,165); }
div.DivClassName
{
background-color: #4F7BA5;
}
.BgClassName
{
background-color: #4F7BA5;
}
</style>
border-color css
<style>
span { border-color: #4F7BA5; }
span { border-color: rgb(79,123,165); }
td.TdClassName
{
border-color: #4F7BA5;
}
.TagClassName
{
border-color: #4F7BA5;
}
</style>