Shades of Steel Blue #4170BC
Tints of Steel Blue #4170BC
RGB
CMYK
RGB Variations
Color information
#4170BC (or 0x4170BC) is known color: Steel Blue. HEX triplet: 41, 70 and BC. RGB value is (65,112,188). Sum of RGB (Red+Green+Blue) = 65+112+188=365 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.81% from 365); Green value is 112 (44.14% from 255 or 30.68% from 365); Blue value is 188 (73.83% from 255 or 51.51% from 365); Max value from RGB is 188 - color contains mainly: blue. Hex color #4170BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4170BC is #BE8F43. Grayscale: #6A6A6A. Windows color (decimal): -12488516 or 12349505. OLE color: 12349505.
HSL color Cylindrical-coordinate representation of color #4170BC: hue angle of 217.07º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4170BC is Cyan = 0.65, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 65 | 112 | 188 | - |
| CMYK | 0.65 | 0.40 | 0 | 0.26 |
| HSL | 217.07º | 0.49% | 0.5% | - |
| HSV(B) | 217.07º | 0.65% | 0.74% | - |
| XYZ | 17.05 | 16.34 | 49.83 | - |
| YUV | 106.61 | 173.93 | 98.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 112 | 188 | 0.65 | 0.40 | 0 | 0.26 | 217.07 | 0.49 | 0.5 |
| Hex | 41 | 70 | BC | 41 | 28 | 0 | 1A | D9 | 31 | 32 |
| Octal | 101 | 160 | 274 | 101 | 50 | 0 | 32 | 331 | 61 | 62 |
| Binary | 1000001 | 1110000 | 10111100 | 1000001 | 101000 | 0 | 11010 | 11011001 | 110001 | 110010 |
Color Harmonies of #4170BC
Complementary color
Monochromatic Colors of #4170BC
Black with #4170BC
Text Example
Text Example
White with #4170BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4170BC; }
p { color: rgb(65,112,188); }
H1.HeaderClassName
{
color: #4170BC;
}
.AnyTagClassName
{
color: #4170BC;
}
</style>
background-color css
<style>
a { background-color: #4170BC; }
a { background-color: rgb(65,112,188); }
div.DivClassName
{
background-color: #4170BC;
}
.BgClassName
{
background-color: #4170BC;
}
</style>
border-color css
<style>
span { border-color: #4170BC; }
span { border-color: rgb(65,112,188); }
td.TdClassName
{
border-color: #4170BC;
}
.TagClassName
{
border-color: #4170BC;
}
</style>