Shades of Steel Blue #4177BC
Tints of Steel Blue #4177BC
RGB
CMYK
RGB Variations
Color information
#4177BC (or 0x4177BC) is known color: Steel Blue. HEX triplet: 41, 77 and BC. RGB value is (65,119,188). Sum of RGB (Red+Green+Blue) = 65+119+188=372 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.47% from 372); Green value is 119 (46.88% from 255 or 31.99% from 372); Blue value is 188 (73.83% from 255 or 50.54% from 372); Max value from RGB is 188 - color contains mainly: blue. Hex color #4177BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4177BC is #BE8843. Grayscale: #6E6E6E. Windows color (decimal): -12486724 or 12351297. OLE color: 12351297.
HSL color Cylindrical-coordinate representation of color #4177BC: hue angle of 213.66º 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 #4177BC is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 65 | 119 | 188 | - |
| CMYK | 0.65 | 0.37 | 0 | 0.26 |
| HSL | 213.66º | 0.49% | 0.5% | - |
| HSV(B) | 213.66º | 0.65% | 0.74% | - |
| XYZ | 17.85 | 17.95 | 50.1 | - |
| YUV | 110.72 | 171.61 | 95.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 119 | 188 | 0.65 | 0.37 | 0 | 0.26 | 213.66 | 0.49 | 0.5 |
| Hex | 41 | 77 | BC | 41 | 25 | 0 | 1A | D6 | 31 | 32 |
| Octal | 101 | 167 | 274 | 101 | 45 | 0 | 32 | 326 | 61 | 62 |
| Binary | 1000001 | 1110111 | 10111100 | 1000001 | 100101 | 0 | 11010 | 11010110 | 110001 | 110010 |
Color Harmonies of #4177BC
Complementary color
Monochromatic Colors of #4177BC
Black with #4177BC
Text Example
Text Example
White with #4177BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4177BC; }
p { color: rgb(65,119,188); }
H1.HeaderClassName
{
color: #4177BC;
}
.AnyTagClassName
{
color: #4177BC;
}
</style>
background-color css
<style>
a { background-color: #4177BC; }
a { background-color: rgb(65,119,188); }
div.DivClassName
{
background-color: #4177BC;
}
.BgClassName
{
background-color: #4177BC;
}
</style>
border-color css
<style>
span { border-color: #4177BC; }
span { border-color: rgb(65,119,188); }
td.TdClassName
{
border-color: #4177BC;
}
.TagClassName
{
border-color: #4177BC;
}
</style>