Shades of Steel Blue #416FBC
Tints of Steel Blue #416FBC
RGB
CMYK
RGB Variations
Color information
#416FBC (or 0x416FBC) is known color: Steel Blue. HEX triplet: 41, 6F and BC. RGB value is (65,111,188). Sum of RGB (Red+Green+Blue) = 65+111+188=364 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.86% from 364); Green value is 111 (43.75% from 255 or 30.49% from 364); Blue value is 188 (73.83% from 255 or 51.65% from 364); Max value from RGB is 188 - color contains mainly: blue. Hex color #416FBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #416FBC is #BE9043. Grayscale: #696969. Windows color (decimal): -12488772 or 12349249. OLE color: 12349249.
HSL color Cylindrical-coordinate representation of color #416FBC: hue angle of 217.56º 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 #416FBC is Cyan = 0.65, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 65 | 111 | 188 | - |
| CMYK | 0.65 | 0.41 | 0 | 0.26 |
| HSL | 217.56º | 0.49% | 0.5% | - |
| HSV(B) | 217.56º | 0.65% | 0.74% | - |
| XYZ | 16.94 | 16.12 | 49.8 | - |
| YUV | 106.02 | 174.26 | 98.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 111 | 188 | 0.65 | 0.41 | 0 | 0.26 | 217.56 | 0.49 | 0.5 |
| Hex | 41 | 6F | BC | 41 | 29 | 0 | 1A | DA | 31 | 32 |
| Octal | 101 | 157 | 274 | 101 | 51 | 0 | 32 | 332 | 61 | 62 |
| Binary | 1000001 | 1101111 | 10111100 | 1000001 | 101001 | 0 | 11010 | 11011010 | 110001 | 110010 |
Color Harmonies of #416FBC
Complementary color
Monochromatic Colors of #416FBC
Black with #416FBC
Text Example
Text Example
White with #416FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416FBC; }
p { color: rgb(65,111,188); }
H1.HeaderClassName
{
color: #416FBC;
}
.AnyTagClassName
{
color: #416FBC;
}
</style>
background-color css
<style>
a { background-color: #416FBC; }
a { background-color: rgb(65,111,188); }
div.DivClassName
{
background-color: #416FBC;
}
.BgClassName
{
background-color: #416FBC;
}
</style>
border-color css
<style>
span { border-color: #416FBC; }
span { border-color: rgb(65,111,188); }
td.TdClassName
{
border-color: #416FBC;
}
.TagClassName
{
border-color: #416FBC;
}
</style>