Shades of Steel Blue #4176AC
Tints of Steel Blue #4176AC
RGB
CMYK
RGB Variations
Color information
#4176AC (or 0x4176AC) is known color: Steel Blue. HEX triplet: 41, 76 and AC. RGB value is (65,118,172). Sum of RGB (Red+Green+Blue) = 65+118+172=355 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.31% from 355); Green value is 118 (46.48% from 255 or 33.24% from 355); Blue value is 172 (67.58% from 255 or 48.45% from 355); Max value from RGB is 172 - color contains mainly: blue. Hex color #4176AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4176AC is #BE8953. Grayscale: #6C6C6C. Windows color (decimal): -12486996 or 11302465. OLE color: 11302465.
HSL color Cylindrical-coordinate representation of color #4176AC: hue angle of 210.28º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4176AC is Cyan = 0.62, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 118 | 172 | - |
| CMYK | 0.62 | 0.31 | 0 | 0.33 |
| HSL | 210.28º | 0.45% | 0.46% | - |
| HSV(B) | 210.28º | 0.62% | 0.67% | - |
| XYZ | 16.1 | 17.06 | 41.47 | - |
| YUV | 108.31 | 163.94 | 97.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 118 | 172 | 0.62 | 0.31 | 0 | 0.33 | 210.28 | 0.45 | 0.46 |
| Hex | 41 | 76 | AC | 3E | 1F | 0 | 21 | D2 | 2D | 2E |
| Octal | 101 | 166 | 254 | 76 | 37 | 0 | 41 | 322 | 55 | 56 |
| Binary | 1000001 | 1110110 | 10101100 | 111110 | 11111 | 0 | 100001 | 11010010 | 101101 | 101110 |
Color Harmonies of #4176AC
Complementary color
Monochromatic Colors of #4176AC
Black with #4176AC
Text Example
Text Example
White with #4176AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4176AC; }
p { color: rgb(65,118,172); }
H1.HeaderClassName
{
color: #4176AC;
}
.AnyTagClassName
{
color: #4176AC;
}
</style>
background-color css
<style>
a { background-color: #4176AC; }
a { background-color: rgb(65,118,172); }
div.DivClassName
{
background-color: #4176AC;
}
.BgClassName
{
background-color: #4176AC;
}
</style>
border-color css
<style>
span { border-color: #4176AC; }
span { border-color: rgb(65,118,172); }
td.TdClassName
{
border-color: #4176AC;
}
.TagClassName
{
border-color: #4176AC;
}
</style>