Shades of Steel Blue #4F8AAF
Tints of Steel Blue #4F8AAF
RGB
CMYK
RGB Variations
Color information
#4F8AAF (or 0x4F8AAF) is known color: Steel Blue. HEX triplet: 4F, 8A and AF. RGB value is (79,138,175). Sum of RGB (Red+Green+Blue) = 79+138+175=392 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.15% from 392); Green value is 138 (54.30% from 255 or 35.20% from 392); Blue value is 175 (68.75% from 255 or 44.64% from 392); Max value from RGB is 175 - color contains mainly: blue. Hex color #4F8AAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F8AAF is #B07550. Grayscale: #7C7C7C. Windows color (decimal): -11564369 or 11504207. OLE color: 11504207.
HSL color Cylindrical-coordinate representation of color #4F8AAF: hue angle of 203.12º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4F8AAF is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 79 | 138 | 175 | - |
| CMYK | 0.55 | 0.21 | 0 | 0.31 |
| HSL | 203.13º | 0.38% | 0.5% | - |
| HSV(B) | 203.13º | 0.55% | 0.69% | - |
| XYZ | 20.05 | 22.93 | 43.93 | - |
| YUV | 124.58 | 156.45 | 95.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 138 | 175 | 0.55 | 0.21 | 0 | 0.31 | 203.13 | 0.38 | 0.5 |
| Hex | 4F | 8A | AF | 37 | 15 | 0 | 1F | CB | 26 | 32 |
| Octal | 117 | 212 | 257 | 67 | 25 | 0 | 37 | 313 | 46 | 62 |
| Binary | 1001111 | 10001010 | 10101111 | 110111 | 10101 | 0 | 11111 | 11001011 | 100110 | 110010 |
Color Harmonies of #4F8AAF
Complementary color
Monochromatic Colors of #4F8AAF
Black with #4F8AAF
Text Example
Text Example
White with #4F8AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F8AAF; }
p { color: rgb(79,138,175); }
H1.HeaderClassName
{
color: #4F8AAF;
}
.AnyTagClassName
{
color: #4F8AAF;
}
</style>
background-color css
<style>
a { background-color: #4F8AAF; }
a { background-color: rgb(79,138,175); }
div.DivClassName
{
background-color: #4F8AAF;
}
.BgClassName
{
background-color: #4F8AAF;
}
</style>
border-color css
<style>
span { border-color: #4F8AAF; }
span { border-color: rgb(79,138,175); }
td.TdClassName
{
border-color: #4F8AAF;
}
.TagClassName
{
border-color: #4F8AAF;
}
</style>