Shades of Steel Blue #416DBB
Tints of Steel Blue #416DBB
RGB
CMYK
RGB Variations
Color information
#416DBB (or 0x416DBB) is known color: Steel Blue. HEX triplet: 41, 6D and BB. RGB value is (65,109,187). Sum of RGB (Red+Green+Blue) = 65+109+187=361 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.01% from 361); Green value is 109 (42.97% from 255 or 30.19% from 361); Blue value is 187 (73.44% from 255 or 51.80% from 361); Max value from RGB is 187 - color contains mainly: blue. Hex color #416DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #416DBB is #BE9244. Grayscale: #686868. Windows color (decimal): -12489285 or 12283201. OLE color: 12283201.
HSL color Cylindrical-coordinate representation of color #416DBB: hue angle of 218.36º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #416DBB is Cyan = 0.65, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 65 | 109 | 187 | - |
| CMYK | 0.65 | 0.42 | 0 | 0.27 |
| HSL | 218.36º | 0.48% | 0.49% | - |
| HSV(B) | 218.36º | 0.65% | 0.73% | - |
| XYZ | 16.62 | 15.65 | 49.16 | - |
| YUV | 104.74 | 174.42 | 99.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 109 | 187 | 0.65 | 0.42 | 0 | 0.27 | 218.36 | 0.48 | 0.49 |
| Hex | 41 | 6D | BB | 41 | 2A | 0 | 1B | DA | 30 | 31 |
| Octal | 101 | 155 | 273 | 101 | 52 | 0 | 33 | 332 | 60 | 61 |
| Binary | 1000001 | 1101101 | 10111011 | 1000001 | 101010 | 0 | 11011 | 11011010 | 110000 | 110001 |
Color Harmonies of #416DBB
Complementary color
Monochromatic Colors of #416DBB
Black with #416DBB
Text Example
Text Example
White with #416DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416DBB; }
p { color: rgb(65,109,187); }
H1.HeaderClassName
{
color: #416DBB;
}
.AnyTagClassName
{
color: #416DBB;
}
</style>
background-color css
<style>
a { background-color: #416DBB; }
a { background-color: rgb(65,109,187); }
div.DivClassName
{
background-color: #416DBB;
}
.BgClassName
{
background-color: #416DBB;
}
</style>
border-color css
<style>
span { border-color: #416DBB; }
span { border-color: rgb(65,109,187); }
td.TdClassName
{
border-color: #416DBB;
}
.TagClassName
{
border-color: #416DBB;
}
</style>