Shades of Steel Blue #4170BE
Tints of Steel Blue #4170BE
RGB
CMYK
RGB Variations
Color information
#4170BE (or 0x4170BE) is known color: Steel Blue. HEX triplet: 41, 70 and BE. RGB value is (65,112,190). Sum of RGB (Red+Green+Blue) = 65+112+190=367 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.71% from 367); Green value is 112 (44.14% from 255 or 30.52% from 367); Blue value is 190 (74.61% from 255 or 51.77% from 367); Max value from RGB is 190 - color contains mainly: blue. Hex color #4170BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4170BE is #BE8F41. Grayscale: #6A6A6A. Windows color (decimal): -12488514 or 12480577. OLE color: 12480577.
HSL color Cylindrical-coordinate representation of color #4170BE: hue angle of 217.44º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4170BE is Cyan = 0.66, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 112 | 190 | - |
| CMYK | 0.66 | 0.41 | 0 | 0.25 |
| HSL | 217.44º | 0.49% | 0.5% | - |
| HSV(B) | 217.44º | 0.66% | 0.75% | - |
| XYZ | 17.27 | 16.43 | 50.98 | - |
| YUV | 106.84 | 174.93 | 98.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 112 | 190 | 0.66 | 0.41 | 0 | 0.25 | 217.44 | 0.49 | 0.5 |
| Hex | 41 | 70 | BE | 42 | 29 | 0 | 19 | D9 | 31 | 32 |
| Octal | 101 | 160 | 276 | 102 | 51 | 0 | 31 | 331 | 61 | 62 |
| Binary | 1000001 | 1110000 | 10111110 | 1000010 | 101001 | 0 | 11001 | 11011001 | 110001 | 110010 |
Color Harmonies of #4170BE
Complementary color
Monochromatic Colors of #4170BE
Black with #4170BE
Text Example
Text Example
White with #4170BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4170BE; }
p { color: rgb(65,112,190); }
H1.HeaderClassName
{
color: #4170BE;
}
.AnyTagClassName
{
color: #4170BE;
}
</style>
background-color css
<style>
a { background-color: #4170BE; }
a { background-color: rgb(65,112,190); }
div.DivClassName
{
background-color: #4170BE;
}
.BgClassName
{
background-color: #4170BE;
}
</style>
border-color css
<style>
span { border-color: #4170BE; }
span { border-color: rgb(65,112,190); }
td.TdClassName
{
border-color: #4170BE;
}
.TagClassName
{
border-color: #4170BE;
}
</style>