Shades of Steel Blue #4471AF
Tints of Steel Blue #4471AF
RGB
CMYK
RGB Variations
Color information
#4471AF (or 0x4471AF) is known color: Steel Blue. HEX triplet: 44, 71 and AF. RGB value is (68,113,175). Sum of RGB (Red+Green+Blue) = 68+113+175=356 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.10% from 356); Green value is 113 (44.53% from 255 or 31.74% from 356); Blue value is 175 (68.75% from 255 or 49.16% from 356); Max value from RGB is 175 - color contains mainly: blue. Hex color #4471AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4471AF is #BB8E50. Grayscale: #6A6A6A. Windows color (decimal): -12291665 or 11497796. OLE color: 11497796.
HSL color Cylindrical-coordinate representation of color #4471AF: hue angle of 214.77º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4471AF is Cyan = 0.61, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 68 | 113 | 175 | - |
| CMYK | 0.61 | 0.35 | 0 | 0.31 |
| HSL | 214.77º | 0.44% | 0.48% | - |
| HSV(B) | 214.77º | 0.61% | 0.69% | - |
| XYZ | 16.03 | 16.13 | 42.83 | - |
| YUV | 106.61 | 166.59 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 113 | 175 | 0.61 | 0.35 | 0 | 0.31 | 214.77 | 0.44 | 0.48 |
| Hex | 44 | 71 | AF | 3D | 23 | 0 | 1F | D7 | 2C | 30 |
| Octal | 104 | 161 | 257 | 75 | 43 | 0 | 37 | 327 | 54 | 60 |
| Binary | 1000100 | 1110001 | 10101111 | 111101 | 100011 | 0 | 11111 | 11010111 | 101100 | 110000 |
Color Harmonies of #4471AF
Complementary color
Monochromatic Colors of #4471AF
Black with #4471AF
Text Example
Text Example
White with #4471AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4471AF; }
p { color: rgb(68,113,175); }
H1.HeaderClassName
{
color: #4471AF;
}
.AnyTagClassName
{
color: #4471AF;
}
</style>
background-color css
<style>
a { background-color: #4471AF; }
a { background-color: rgb(68,113,175); }
div.DivClassName
{
background-color: #4471AF;
}
.BgClassName
{
background-color: #4471AF;
}
</style>
border-color css
<style>
span { border-color: #4471AF; }
span { border-color: rgb(68,113,175); }
td.TdClassName
{
border-color: #4471AF;
}
.TagClassName
{
border-color: #4471AF;
}
</style>