Shades of Steel Blue #4176AF
Tints of Steel Blue #4176AF
RGB
CMYK
RGB Variations
Color information
#4176AF (or 0x4176AF) is known color: Steel Blue. HEX triplet: 41, 76 and AF. RGB value is (65,118,175). Sum of RGB (Red+Green+Blue) = 65+118+175=358 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.16% from 358); Green value is 118 (46.48% from 255 or 32.96% from 358); Blue value is 175 (68.75% from 255 or 48.88% from 358); Max value from RGB is 175 - color contains mainly: blue. Hex color #4176AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4176AF is #BE8950. Grayscale: #6C6C6C. Windows color (decimal): -12486993 or 11499073. OLE color: 11499073.
HSL color Cylindrical-coordinate representation of color #4176AF: hue angle of 211.09º 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 #4176AF is Cyan = 0.63, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 65 | 118 | 175 | - |
| CMYK | 0.63 | 0.33 | 0 | 0.31 |
| HSL | 211.09º | 0.46% | 0.47% | - |
| HSV(B) | 211.09º | 0.63% | 0.69% | - |
| XYZ | 16.4 | 17.18 | 43.01 | - |
| YUV | 108.65 | 165.44 | 96.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 118 | 175 | 0.63 | 0.33 | 0 | 0.31 | 211.09 | 0.46 | 0.47 |
| Hex | 41 | 76 | AF | 3F | 21 | 0 | 1F | D3 | 2E | 2F |
| Octal | 101 | 166 | 257 | 77 | 41 | 0 | 37 | 323 | 56 | 57 |
| Binary | 1000001 | 1110110 | 10101111 | 111111 | 100001 | 0 | 11111 | 11010011 | 101110 | 101111 |
Color Harmonies of #4176AF
Complementary color
Monochromatic Colors of #4176AF
Black with #4176AF
Text Example
Text Example
White with #4176AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4176AF; }
p { color: rgb(65,118,175); }
H1.HeaderClassName
{
color: #4176AF;
}
.AnyTagClassName
{
color: #4176AF;
}
</style>
background-color css
<style>
a { background-color: #4176AF; }
a { background-color: rgb(65,118,175); }
div.DivClassName
{
background-color: #4176AF;
}
.BgClassName
{
background-color: #4176AF;
}
</style>
border-color css
<style>
span { border-color: #4176AF; }
span { border-color: rgb(65,118,175); }
td.TdClassName
{
border-color: #4176AF;
}
.TagClassName
{
border-color: #4176AF;
}
</style>