Shades of Steel Blue #416EBC
Tints of Steel Blue #416EBC
RGB
CMYK
RGB Variations
Color information
#416EBC (or 0x416EBC) is known color: Steel Blue. HEX triplet: 41, 6E and BC. RGB value is (65,110,188). Sum of RGB (Red+Green+Blue) = 65+110+188=363 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.91% from 363); Green value is 110 (43.36% from 255 or 30.30% from 363); Blue value is 188 (73.83% from 255 or 51.79% from 363); Max value from RGB is 188 - color contains mainly: blue. Hex color #416EBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #416EBC is #BE9143. Grayscale: #696969. Windows color (decimal): -12489028 or 12348993. OLE color: 12348993.
HSL color Cylindrical-coordinate representation of color #416EBC: hue angle of 218.05º 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 #416EBC is Cyan = 0.65, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 65 | 110 | 188 | - |
| CMYK | 0.65 | 0.41 | 0 | 0.26 |
| HSL | 218.05º | 0.49% | 0.5% | - |
| HSV(B) | 218.05º | 0.65% | 0.74% | - |
| XYZ | 16.83 | 15.91 | 49.76 | - |
| YUV | 105.44 | 174.59 | 99.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 110 | 188 | 0.65 | 0.41 | 0 | 0.26 | 218.05 | 0.49 | 0.5 |
| Hex | 41 | 6E | BC | 41 | 29 | 0 | 1A | DA | 31 | 32 |
| Octal | 101 | 156 | 274 | 101 | 51 | 0 | 32 | 332 | 61 | 62 |
| Binary | 1000001 | 1101110 | 10111100 | 1000001 | 101001 | 0 | 11010 | 11011010 | 110001 | 110010 |
Color Harmonies of #416EBC
Complementary color
Monochromatic Colors of #416EBC
Black with #416EBC
Text Example
Text Example
White with #416EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416EBC; }
p { color: rgb(65,110,188); }
H1.HeaderClassName
{
color: #416EBC;
}
.AnyTagClassName
{
color: #416EBC;
}
</style>
background-color css
<style>
a { background-color: #416EBC; }
a { background-color: rgb(65,110,188); }
div.DivClassName
{
background-color: #416EBC;
}
.BgClassName
{
background-color: #416EBC;
}
</style>
border-color css
<style>
span { border-color: #416EBC; }
span { border-color: rgb(65,110,188); }
td.TdClassName
{
border-color: #416EBC;
}
.TagClassName
{
border-color: #416EBC;
}
</style>