Shades of Steel Blue #4F7EAC
Tints of Steel Blue #4F7EAC
RGB
CMYK
RGB Variations
Color information
#4F7EAC (or 0x4F7EAC) is known color: Steel Blue. HEX triplet: 4F, 7E and AC. RGB value is (79,126,172). Sum of RGB (Red+Green+Blue) = 79+126+172=377 (49% of max value = 765). Red value is 79 (31.25% from 255 or 20.95% from 377); Green value is 126 (49.61% from 255 or 33.42% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 172 - color contains mainly: blue. Hex color #4F7EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F7EAC is #B08153. Grayscale: #747474. Windows color (decimal): -11567444 or 11304527. OLE color: 11304527.
HSL color Cylindrical-coordinate representation of color #4F7EAC: hue angle of 209.68º 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 #4F7EAC is Cyan = 0.54, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 79 | 126 | 172 | - |
| CMYK | 0.54 | 0.27 | 0 | 0.33 |
| HSL | 209.68º | 0.37% | 0.49% | - |
| HSV(B) | 209.68º | 0.54% | 0.67% | - |
| XYZ | 18.13 | 19.56 | 41.85 | - |
| YUV | 117.19 | 158.93 | 100.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 126 | 172 | 0.54 | 0.27 | 0 | 0.33 | 209.68 | 0.37 | 0.49 |
| Hex | 4F | 7E | AC | 36 | 1B | 0 | 21 | D2 | 25 | 31 |
| Octal | 117 | 176 | 254 | 66 | 33 | 0 | 41 | 322 | 45 | 61 |
| Binary | 1001111 | 1111110 | 10101100 | 110110 | 11011 | 0 | 100001 | 11010010 | 100101 | 110001 |
Color Harmonies of #4F7EAC
Complementary color
Monochromatic Colors of #4F7EAC
Black with #4F7EAC
Text Example
Text Example
White with #4F7EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7EAC; }
p { color: rgb(79,126,172); }
H1.HeaderClassName
{
color: #4F7EAC;
}
.AnyTagClassName
{
color: #4F7EAC;
}
</style>
background-color css
<style>
a { background-color: #4F7EAC; }
a { background-color: rgb(79,126,172); }
div.DivClassName
{
background-color: #4F7EAC;
}
.BgClassName
{
background-color: #4F7EAC;
}
</style>
border-color css
<style>
span { border-color: #4F7EAC; }
span { border-color: rgb(79,126,172); }
td.TdClassName
{
border-color: #4F7EAC;
}
.TagClassName
{
border-color: #4F7EAC;
}
</style>