Shades of Steel Blue #4174B7
Tints of Steel Blue #4174B7
RGB
CMYK
RGB Variations
Color information
#4174B7 (or 0x4174B7) is known color: Steel Blue. HEX triplet: 41, 74 and B7. RGB value is (65,116,183). Sum of RGB (Red+Green+Blue) = 65+116+183=364 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.86% from 364); Green value is 116 (45.70% from 255 or 31.87% from 364); Blue value is 183 (71.88% from 255 or 50.27% from 364); Max value from RGB is 183 - color contains mainly: blue. Hex color #4174B7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4174B7 is #BE8B48. Grayscale: #6C6C6C. Windows color (decimal): -12487497 or 12022849. OLE color: 12022849.
HSL color Cylindrical-coordinate representation of color #4174B7: hue angle of 214.07º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4174B7 is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 65 | 116 | 183 | - |
| CMYK | 0.64 | 0.37 | 0 | 0.28 |
| HSL | 214.07º | 0.48% | 0.49% | - |
| HSV(B) | 214.07º | 0.64% | 0.72% | - |
| XYZ | 16.97 | 17.03 | 47.19 | - |
| YUV | 108.39 | 170.1 | 97.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 116 | 183 | 0.64 | 0.37 | 0 | 0.28 | 214.07 | 0.48 | 0.49 |
| Hex | 41 | 74 | B7 | 40 | 25 | 0 | 1C | D6 | 30 | 31 |
| Octal | 101 | 164 | 267 | 100 | 45 | 0 | 34 | 326 | 60 | 61 |
| Binary | 1000001 | 1110100 | 10110111 | 1000000 | 100101 | 0 | 11100 | 11010110 | 110000 | 110001 |
Color Harmonies of #4174B7
Complementary color
Monochromatic Colors of #4174B7
Black with #4174B7
Text Example
Text Example
White with #4174B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4174B7; }
p { color: rgb(65,116,183); }
H1.HeaderClassName
{
color: #4174B7;
}
.AnyTagClassName
{
color: #4174B7;
}
</style>
background-color css
<style>
a { background-color: #4174B7; }
a { background-color: rgb(65,116,183); }
div.DivClassName
{
background-color: #4174B7;
}
.BgClassName
{
background-color: #4174B7;
}
</style>
border-color css
<style>
span { border-color: #4174B7; }
span { border-color: rgb(65,116,183); }
td.TdClassName
{
border-color: #4174B7;
}
.TagClassName
{
border-color: #4174B7;
}
</style>