Shades of Steel Blue #4F7FAF
Tints of Steel Blue #4F7FAF
RGB
CMYK
RGB Variations
Color information
#4F7FAF (or 0x4F7FAF) is known color: Steel Blue. HEX triplet: 4F, 7F and AF. RGB value is (79,127,175). Sum of RGB (Red+Green+Blue) = 79+127+175=381 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.73% from 381); Green value is 127 (50% from 255 or 33.33% from 381); Blue value is 175 (68.75% from 255 or 45.93% from 381); Max value from RGB is 175 - color contains mainly: blue. Hex color #4F7FAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F7FAF is #B08050. Grayscale: #757575. Windows color (decimal): -11567185 or 11501391. OLE color: 11501391.
HSL color Cylindrical-coordinate representation of color #4F7FAF: hue angle of 210º 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 #4F7FAF is Cyan = 0.55, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 79 | 127 | 175 | - |
| CMYK | 0.55 | 0.27 | 0 | 0.31 |
| HSL | 210º | 0.38% | 0.5% | - |
| HSV(B) | 210º | 0.55% | 0.69% | - |
| XYZ | 18.55 | 19.94 | 43.43 | - |
| YUV | 118.12 | 160.1 | 100.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 127 | 175 | 0.55 | 0.27 | 0 | 0.31 | 210 | 0.38 | 0.5 |
| Hex | 4F | 7F | AF | 37 | 1B | 0 | 1F | D2 | 26 | 32 |
| Octal | 117 | 177 | 257 | 67 | 33 | 0 | 37 | 322 | 46 | 62 |
| Binary | 1001111 | 1111111 | 10101111 | 110111 | 11011 | 0 | 11111 | 11010010 | 100110 | 110010 |
Color Harmonies of #4F7FAF
Complementary color
Monochromatic Colors of #4F7FAF
Black with #4F7FAF
Text Example
Text Example
White with #4F7FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7FAF; }
p { color: rgb(79,127,175); }
H1.HeaderClassName
{
color: #4F7FAF;
}
.AnyTagClassName
{
color: #4F7FAF;
}
</style>
background-color css
<style>
a { background-color: #4F7FAF; }
a { background-color: rgb(79,127,175); }
div.DivClassName
{
background-color: #4F7FAF;
}
.BgClassName
{
background-color: #4F7FAF;
}
</style>
border-color css
<style>
span { border-color: #4F7FAF; }
span { border-color: rgb(79,127,175); }
td.TdClassName
{
border-color: #4F7FAF;
}
.TagClassName
{
border-color: #4F7FAF;
}
</style>