Shades of Steel Blue #416EBF
Tints of Steel Blue #416EBF
RGB
CMYK
RGB Variations
Color information
#416EBF (or 0x416EBF) is known color: Steel Blue. HEX triplet: 41, 6E and BF. RGB value is (65,110,191). Sum of RGB (Red+Green+Blue) = 65+110+191=366 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.76% from 366); Green value is 110 (43.36% from 255 or 30.05% from 366); Blue value is 191 (75% from 255 or 52.19% from 366); Max value from RGB is 191 - color contains mainly: blue. Hex color #416EBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #416EBF is #BE9140. Grayscale: #696969. Windows color (decimal): -12489025 or 12545601. OLE color: 12545601.
HSL color Cylindrical-coordinate representation of color #416EBF: hue angle of 218.57º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #416EBF is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 110 | 191 | - |
| CMYK | 0.66 | 0.42 | 0 | 0.25 |
| HSL | 218.57º | 0.5% | 0.5% | - |
| HSV(B) | 218.57º | 0.66% | 0.75% | - |
| XYZ | 17.16 | 16.04 | 51.48 | - |
| YUV | 105.78 | 176.09 | 98.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 110 | 191 | 0.66 | 0.42 | 0 | 0.25 | 218.57 | 0.5 | 0.5 |
| Hex | 41 | 6E | BF | 42 | 2A | 0 | 19 | DB | 32 | 32 |
| Octal | 101 | 156 | 277 | 102 | 52 | 0 | 31 | 333 | 62 | 62 |
| Binary | 1000001 | 1101110 | 10111111 | 1000010 | 101010 | 0 | 11001 | 11011011 | 110010 | 110010 |
Color Harmonies of #416EBF
Complementary color
Monochromatic Colors of #416EBF
Black with #416EBF
Text Example
Text Example
White with #416EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416EBF; }
p { color: rgb(65,110,191); }
H1.HeaderClassName
{
color: #416EBF;
}
.AnyTagClassName
{
color: #416EBF;
}
</style>
background-color css
<style>
a { background-color: #416EBF; }
a { background-color: rgb(65,110,191); }
div.DivClassName
{
background-color: #416EBF;
}
.BgClassName
{
background-color: #416EBF;
}
</style>
border-color css
<style>
span { border-color: #416EBF; }
span { border-color: rgb(65,110,191); }
td.TdClassName
{
border-color: #416EBF;
}
.TagClassName
{
border-color: #416EBF;
}
</style>