Shades of Steel Blue #4173BF
Tints of Steel Blue #4173BF
RGB
CMYK
RGB Variations
Color information
#4173BF (or 0x4173BF) is known color: Steel Blue. HEX triplet: 41, 73 and BF. RGB value is (65,115,191). Sum of RGB (Red+Green+Blue) = 65+115+191=371 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.52% from 371); Green value is 115 (45.31% from 255 or 31.00% from 371); Blue value is 191 (75% from 255 or 51.48% from 371); Max value from RGB is 191 - color contains mainly: blue. Hex color #4173BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4173BF is #BE8C40. Grayscale: #6C6C6C. Windows color (decimal): -12487745 or 12546881. OLE color: 12546881.
HSL color Cylindrical-coordinate representation of color #4173BF: hue angle of 216.19º degrees, saturation: 0.5, 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 #4173BF is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 115 | 191 | - |
| CMYK | 0.66 | 0.40 | 0 | 0.25 |
| HSL | 216.19º | 0.5% | 0.5% | - |
| HSV(B) | 216.19º | 0.66% | 0.75% | - |
| XYZ | 17.71 | 17.15 | 51.67 | - |
| YUV | 108.71 | 174.44 | 96.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 115 | 191 | 0.66 | 0.40 | 0 | 0.25 | 216.19 | 0.5 | 0.5 |
| Hex | 41 | 73 | BF | 42 | 28 | 0 | 19 | D8 | 32 | 32 |
| Octal | 101 | 163 | 277 | 102 | 50 | 0 | 31 | 330 | 62 | 62 |
| Binary | 1000001 | 1110011 | 10111111 | 1000010 | 101000 | 0 | 11001 | 11011000 | 110010 | 110010 |
Color Harmonies of #4173BF
Complementary color
Monochromatic Colors of #4173BF
Black with #4173BF
Text Example
Text Example
White with #4173BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4173BF; }
p { color: rgb(65,115,191); }
H1.HeaderClassName
{
color: #4173BF;
}
.AnyTagClassName
{
color: #4173BF;
}
</style>
background-color css
<style>
a { background-color: #4173BF; }
a { background-color: rgb(65,115,191); }
div.DivClassName
{
background-color: #4173BF;
}
.BgClassName
{
background-color: #4173BF;
}
</style>
border-color css
<style>
span { border-color: #4173BF; }
span { border-color: rgb(65,115,191); }
td.TdClassName
{
border-color: #4173BF;
}
.TagClassName
{
border-color: #4173BF;
}
</style>