Shades of Steel Blue #4176BB
Tints of Steel Blue #4176BB
RGB
CMYK
RGB Variations
Color information
#4176BB (or 0x4176BB) is known color: Steel Blue. HEX triplet: 41, 76 and BB. RGB value is (65,118,187). Sum of RGB (Red+Green+Blue) = 65+118+187=370 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.57% from 370); Green value is 118 (46.48% from 255 or 31.89% from 370); Blue value is 187 (73.44% from 255 or 50.54% from 370); Max value from RGB is 187 - color contains mainly: blue. Hex color #4176BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4176BB is #BE8944. Grayscale: #6D6D6D. Windows color (decimal): -12486981 or 12285505. OLE color: 12285505.
HSL color Cylindrical-coordinate representation of color #4176BB: hue angle of 213.93º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4176BB is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 65 | 118 | 187 | - |
| CMYK | 0.65 | 0.37 | 0 | 0.27 |
| HSL | 213.93º | 0.48% | 0.49% | - |
| HSV(B) | 213.93º | 0.65% | 0.73% | - |
| XYZ | 17.63 | 17.67 | 49.49 | - |
| YUV | 110.02 | 171.44 | 95.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 118 | 187 | 0.65 | 0.37 | 0 | 0.27 | 213.93 | 0.48 | 0.49 |
| Hex | 41 | 76 | BB | 41 | 25 | 0 | 1B | D6 | 30 | 31 |
| Octal | 101 | 166 | 273 | 101 | 45 | 0 | 33 | 326 | 60 | 61 |
| Binary | 1000001 | 1110110 | 10111011 | 1000001 | 100101 | 0 | 11011 | 11010110 | 110000 | 110001 |
Color Harmonies of #4176BB
Complementary color
Monochromatic Colors of #4176BB
Black with #4176BB
Text Example
Text Example
White with #4176BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4176BB; }
p { color: rgb(65,118,187); }
H1.HeaderClassName
{
color: #4176BB;
}
.AnyTagClassName
{
color: #4176BB;
}
</style>
background-color css
<style>
a { background-color: #4176BB; }
a { background-color: rgb(65,118,187); }
div.DivClassName
{
background-color: #4176BB;
}
.BgClassName
{
background-color: #4176BB;
}
</style>
border-color css
<style>
span { border-color: #4176BB; }
span { border-color: rgb(65,118,187); }
td.TdClassName
{
border-color: #4176BB;
}
.TagClassName
{
border-color: #4176BB;
}
</style>