Shades of Steel Blue #4176AD
Tints of Steel Blue #4176AD
RGB
CMYK
RGB Variations
Color information
#4176AD (or 0x4176AD) is known color: Steel Blue. HEX triplet: 41, 76 and AD. RGB value is (65,118,173). Sum of RGB (Red+Green+Blue) = 65+118+173=356 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.26% from 356); Green value is 118 (46.48% from 255 or 33.15% from 356); Blue value is 173 (67.97% from 255 or 48.60% from 356); Max value from RGB is 173 - color contains mainly: blue. Hex color #4176AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4176AD is #BE8952. Grayscale: #6C6C6C. Windows color (decimal): -12486995 or 11368001. OLE color: 11368001.
HSL color Cylindrical-coordinate representation of color #4176AD: hue angle of 210.56º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4176AD is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 65 | 118 | 173 | - |
| CMYK | 0.62 | 0.32 | 0 | 0.32 |
| HSL | 210.56º | 0.45% | 0.47% | - |
| HSV(B) | 210.56º | 0.62% | 0.68% | - |
| XYZ | 16.2 | 17.1 | 41.98 | - |
| YUV | 108.42 | 164.44 | 97.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 118 | 173 | 0.62 | 0.32 | 0 | 0.32 | 210.56 | 0.45 | 0.47 |
| Hex | 41 | 76 | AD | 3E | 20 | 0 | 20 | D3 | 2D | 2F |
| Octal | 101 | 166 | 255 | 76 | 40 | 0 | 40 | 323 | 55 | 57 |
| Binary | 1000001 | 1110110 | 10101101 | 111110 | 100000 | 0 | 100000 | 11010011 | 101101 | 101111 |
Color Harmonies of #4176AD
Complementary color
Monochromatic Colors of #4176AD
Black with #4176AD
Text Example
Text Example
White with #4176AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4176AD; }
p { color: rgb(65,118,173); }
H1.HeaderClassName
{
color: #4176AD;
}
.AnyTagClassName
{
color: #4176AD;
}
</style>
background-color css
<style>
a { background-color: #4176AD; }
a { background-color: rgb(65,118,173); }
div.DivClassName
{
background-color: #4176AD;
}
.BgClassName
{
background-color: #4176AD;
}
</style>
border-color css
<style>
span { border-color: #4176AD; }
span { border-color: rgb(65,118,173); }
td.TdClassName
{
border-color: #4176AD;
}
.TagClassName
{
border-color: #4176AD;
}
</style>