Shades of Steel Blue #4F7AAC
Tints of Steel Blue #4F7AAC
RGB
CMYK
RGB Variations
Color information
#4F7AAC (or 0x4F7AAC) is known color: Steel Blue. HEX triplet: 4F, 7A and AC. RGB value is (79,122,172). Sum of RGB (Red+Green+Blue) = 79+122+172=373 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.18% from 373); Green value is 122 (48.05% from 255 or 32.71% from 373); Blue value is 172 (67.58% from 255 or 46.11% from 373); Max value from RGB is 172 - color contains mainly: blue. Hex color #4F7AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F7AAC is #B08553. Grayscale: #727272. Windows color (decimal): -11568468 or 11303503. OLE color: 11303503.
HSL color Cylindrical-coordinate representation of color #4F7AAC: hue angle of 212.26º 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 #4F7AAC is Cyan = 0.54, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 79 | 122 | 172 | - |
| CMYK | 0.54 | 0.29 | 0 | 0.33 |
| HSL | 212.26º | 0.37% | 0.49% | - |
| HSV(B) | 212.26º | 0.54% | 0.67% | - |
| XYZ | 17.63 | 18.56 | 41.68 | - |
| YUV | 114.84 | 160.25 | 102.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 122 | 172 | 0.54 | 0.29 | 0 | 0.33 | 212.26 | 0.37 | 0.49 |
| Hex | 4F | 7A | AC | 36 | 1D | 0 | 21 | D4 | 25 | 31 |
| Octal | 117 | 172 | 254 | 66 | 35 | 0 | 41 | 324 | 45 | 61 |
| Binary | 1001111 | 1111010 | 10101100 | 110110 | 11101 | 0 | 100001 | 11010100 | 100101 | 110001 |
Color Harmonies of #4F7AAC
Complementary color
Monochromatic Colors of #4F7AAC
Black with #4F7AAC
Text Example
Text Example
White with #4F7AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7AAC; }
p { color: rgb(79,122,172); }
H1.HeaderClassName
{
color: #4F7AAC;
}
.AnyTagClassName
{
color: #4F7AAC;
}
</style>
background-color css
<style>
a { background-color: #4F7AAC; }
a { background-color: rgb(79,122,172); }
div.DivClassName
{
background-color: #4F7AAC;
}
.BgClassName
{
background-color: #4F7AAC;
}
</style>
border-color css
<style>
span { border-color: #4F7AAC; }
span { border-color: rgb(79,122,172); }
td.TdClassName
{
border-color: #4F7AAC;
}
.TagClassName
{
border-color: #4F7AAC;
}
</style>