Shades of Steel Blue #4F7DAE
Tints of Steel Blue #4F7DAE
RGB
CMYK
RGB Variations
Color information
#4F7DAE (or 0x4F7DAE) is known color: Steel Blue. HEX triplet: 4F, 7D and AE. RGB value is (79,125,174). Sum of RGB (Red+Green+Blue) = 79+125+174=378 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.90% from 378); Green value is 125 (49.22% from 255 or 33.07% from 378); Blue value is 174 (68.36% from 255 or 46.03% from 378); Max value from RGB is 174 - color contains mainly: blue. Hex color #4F7DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F7DAE is #B08251. Grayscale: #747474. Windows color (decimal): -11567698 or 11435343. OLE color: 11435343.
HSL color Cylindrical-coordinate representation of color #4F7DAE: hue angle of 210.95º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4F7DAE is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 79 | 125 | 174 | - |
| CMYK | 0.55 | 0.28 | 0 | 0.32 |
| HSL | 210.95º | 0.38% | 0.5% | - |
| HSV(B) | 210.95º | 0.55% | 0.68% | - |
| XYZ | 18.2 | 19.39 | 42.83 | - |
| YUV | 116.83 | 160.26 | 101.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 125 | 174 | 0.55 | 0.28 | 0 | 0.32 | 210.95 | 0.38 | 0.5 |
| Hex | 4F | 7D | AE | 37 | 1C | 0 | 20 | D3 | 26 | 32 |
| Octal | 117 | 175 | 256 | 67 | 34 | 0 | 40 | 323 | 46 | 62 |
| Binary | 1001111 | 1111101 | 10101110 | 110111 | 11100 | 0 | 100000 | 11010011 | 100110 | 110010 |
Color Harmonies of #4F7DAE
Complementary color
Monochromatic Colors of #4F7DAE
Black with #4F7DAE
Text Example
Text Example
White with #4F7DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7DAE; }
p { color: rgb(79,125,174); }
H1.HeaderClassName
{
color: #4F7DAE;
}
.AnyTagClassName
{
color: #4F7DAE;
}
</style>
background-color css
<style>
a { background-color: #4F7DAE; }
a { background-color: rgb(79,125,174); }
div.DivClassName
{
background-color: #4F7DAE;
}
.BgClassName
{
background-color: #4F7DAE;
}
</style>
border-color css
<style>
span { border-color: #4F7DAE; }
span { border-color: rgb(79,125,174); }
td.TdClassName
{
border-color: #4F7DAE;
}
.TagClassName
{
border-color: #4F7DAE;
}
</style>