Shades of Steel Blue #4071AF
Tints of Steel Blue #4071AF
RGB
CMYK
RGB Variations
Color information
#4071AF (or 0x4071AF) is known color: Steel Blue. HEX triplet: 40, 71 and AF. RGB value is (64,113,175). Sum of RGB (Red+Green+Blue) = 64+113+175=352 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.18% from 352); Green value is 113 (44.53% from 255 or 32.10% from 352); Blue value is 175 (68.75% from 255 or 49.72% from 352); Max value from RGB is 175 - color contains mainly: blue. Hex color #4071AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4071AF is #BF8E50. Grayscale: #696969. Windows color (decimal): -12553809 or 11497792. OLE color: 11497792.
HSL color Cylindrical-coordinate representation of color #4071AF: hue angle of 213.51º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4071AF is Cyan = 0.63, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 113 | 175 | - |
| CMYK | 0.63 | 0.35 | 0 | 0.31 |
| HSL | 213.51º | 0.46% | 0.47% | - |
| HSV(B) | 213.51º | 0.63% | 0.69% | - |
| XYZ | 15.76 | 16 | 42.81 | - |
| YUV | 105.42 | 167.27 | 98.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 113 | 175 | 0.63 | 0.35 | 0 | 0.31 | 213.51 | 0.46 | 0.47 |
| Hex | 40 | 71 | AF | 3F | 23 | 0 | 1F | D6 | 2E | 2F |
| Octal | 100 | 161 | 257 | 77 | 43 | 0 | 37 | 326 | 56 | 57 |
| Binary | 1000000 | 1110001 | 10101111 | 111111 | 100011 | 0 | 11111 | 11010110 | 101110 | 101111 |
Color Harmonies of #4071AF
Complementary color
Monochromatic Colors of #4071AF
Black with #4071AF
Text Example
Text Example
White with #4071AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4071AF; }
p { color: rgb(64,113,175); }
H1.HeaderClassName
{
color: #4071AF;
}
.AnyTagClassName
{
color: #4071AF;
}
</style>
background-color css
<style>
a { background-color: #4071AF; }
a { background-color: rgb(64,113,175); }
div.DivClassName
{
background-color: #4071AF;
}
.BgClassName
{
background-color: #4071AF;
}
</style>
border-color css
<style>
span { border-color: #4071AF; }
span { border-color: rgb(64,113,175); }
td.TdClassName
{
border-color: #4071AF;
}
.TagClassName
{
border-color: #4071AF;
}
</style>