Shades of Steel Blue #4177C6
Tints of Steel Blue #4177C6
RGB
CMYK
RGB Variations
Color information
#4177C6 (or 0x4177C6) is known color: Steel Blue. HEX triplet: 41, 77 and C6. RGB value is (65,119,198). Sum of RGB (Red+Green+Blue) = 65+119+198=382 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.02% from 382); Green value is 119 (46.88% from 255 or 31.15% from 382); Blue value is 198 (77.73% from 255 or 51.83% from 382); Max value from RGB is 198 - color contains mainly: blue. Hex color #4177C6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4177C6 is #BE8839. Grayscale: #6F6F6F. Windows color (decimal): -12486714 or 13006657. OLE color: 13006657.
HSL color Cylindrical-coordinate representation of color #4177C6: hue angle of 215.64º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4177C6 is Cyan = 0.67, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 65 | 119 | 198 | - |
| CMYK | 0.67 | 0.40 | 0 | 0.22 |
| HSL | 215.64º | 0.54% | 0.52% | - |
| HSV(B) | 215.64º | 0.67% | 0.78% | - |
| XYZ | 18.97 | 18.39 | 55.98 | - |
| YUV | 111.86 | 176.61 | 94.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 119 | 198 | 0.67 | 0.40 | 0 | 0.22 | 215.64 | 0.54 | 0.52 |
| Hex | 41 | 77 | C6 | 43 | 28 | 0 | 16 | D8 | 36 | 34 |
| Octal | 101 | 167 | 306 | 103 | 50 | 0 | 26 | 330 | 66 | 64 |
| Binary | 1000001 | 1110111 | 11000110 | 1000011 | 101000 | 0 | 10110 | 11011000 | 110110 | 110100 |
Color Harmonies of #4177C6
Complementary color
Monochromatic Colors of #4177C6
Black with #4177C6
Text Example
Text Example
White with #4177C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4177C6; }
p { color: rgb(65,119,198); }
H1.HeaderClassName
{
color: #4177C6;
}
.AnyTagClassName
{
color: #4177C6;
}
</style>
background-color css
<style>
a { background-color: #4177C6; }
a { background-color: rgb(65,119,198); }
div.DivClassName
{
background-color: #4177C6;
}
.BgClassName
{
background-color: #4177C6;
}
</style>
border-color css
<style>
span { border-color: #4177C6; }
span { border-color: rgb(65,119,198); }
td.TdClassName
{
border-color: #4177C6;
}
.TagClassName
{
border-color: #4177C6;
}
</style>