Shades of Steel Blue #4175BF
Tints of Steel Blue #4175BF
RGB
CMYK
RGB Variations
Color information
#4175BF (or 0x4175BF) is known color: Steel Blue. HEX triplet: 41, 75 and BF. RGB value is (65,117,191). Sum of RGB (Red+Green+Blue) = 65+117+191=373 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.43% from 373); Green value is 117 (46.09% from 255 or 31.37% from 373); Blue value is 191 (75% from 255 or 51.21% from 373); Max value from RGB is 191 - color contains mainly: blue. Hex color #4175BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4175BF is #BE8A40. Grayscale: #6D6D6D. Windows color (decimal): -12487233 or 12547393. OLE color: 12547393.
HSL color Cylindrical-coordinate representation of color #4175BF: hue angle of 215.24º 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 #4175BF is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 117 | 191 | - |
| CMYK | 0.66 | 0.39 | 0 | 0.25 |
| HSL | 215.24º | 0.5% | 0.5% | - |
| HSV(B) | 215.24º | 0.66% | 0.75% | - |
| XYZ | 17.95 | 17.61 | 51.74 | - |
| YUV | 109.89 | 173.77 | 95.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 117 | 191 | 0.66 | 0.39 | 0 | 0.25 | 215.24 | 0.5 | 0.5 |
| Hex | 41 | 75 | BF | 42 | 27 | 0 | 19 | D7 | 32 | 32 |
| Octal | 101 | 165 | 277 | 102 | 47 | 0 | 31 | 327 | 62 | 62 |
| Binary | 1000001 | 1110101 | 10111111 | 1000010 | 100111 | 0 | 11001 | 11010111 | 110010 | 110010 |
Color Harmonies of #4175BF
Complementary color
Monochromatic Colors of #4175BF
Black with #4175BF
Text Example
Text Example
White with #4175BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4175BF; }
p { color: rgb(65,117,191); }
H1.HeaderClassName
{
color: #4175BF;
}
.AnyTagClassName
{
color: #4175BF;
}
</style>
background-color css
<style>
a { background-color: #4175BF; }
a { background-color: rgb(65,117,191); }
div.DivClassName
{
background-color: #4175BF;
}
.BgClassName
{
background-color: #4175BF;
}
</style>
border-color css
<style>
span { border-color: #4175BF; }
span { border-color: rgb(65,117,191); }
td.TdClassName
{
border-color: #4175BF;
}
.TagClassName
{
border-color: #4175BF;
}
</style>