Shades of Steel Blue #446FBA
Tints of Steel Blue #446FBA
RGB
CMYK
RGB Variations
Color information
#446FBA (or 0x446FBA) is known color: Steel Blue. HEX triplet: 44, 6F and BA. RGB value is (68,111,186). Sum of RGB (Red+Green+Blue) = 68+111+186=365 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.63% from 365); Green value is 111 (43.75% from 255 or 30.41% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #446FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #446FBA is #BB9045. Grayscale: #6A6A6A. Windows color (decimal): -12292166 or 12218180. OLE color: 12218180.
HSL color Cylindrical-coordinate representation of color #446FBA: hue angle of 218.14º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #446FBA is Cyan = 0.63, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 68 | 111 | 186 | - |
| CMYK | 0.63 | 0.40 | 0 | 0.27 |
| HSL | 218.14º | 0.46% | 0.5% | - |
| HSV(B) | 218.14º | 0.63% | 0.73% | - |
| XYZ | 16.93 | 16.14 | 48.68 | - |
| YUV | 106.69 | 172.75 | 100.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 111 | 186 | 0.63 | 0.40 | 0 | 0.27 | 218.14 | 0.46 | 0.5 |
| Hex | 44 | 6F | BA | 3F | 28 | 0 | 1B | DA | 2E | 32 |
| Octal | 104 | 157 | 272 | 77 | 50 | 0 | 33 | 332 | 56 | 62 |
| Binary | 1000100 | 1101111 | 10111010 | 111111 | 101000 | 0 | 11011 | 11011010 | 101110 | 110010 |
Color Harmonies of #446FBA
Complementary color
Monochromatic Colors of #446FBA
Black with #446FBA
Text Example
Text Example
White with #446FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446FBA; }
p { color: rgb(68,111,186); }
H1.HeaderClassName
{
color: #446FBA;
}
.AnyTagClassName
{
color: #446FBA;
}
</style>
background-color css
<style>
a { background-color: #446FBA; }
a { background-color: rgb(68,111,186); }
div.DivClassName
{
background-color: #446FBA;
}
.BgClassName
{
background-color: #446FBA;
}
</style>
border-color css
<style>
span { border-color: #446FBA; }
span { border-color: rgb(68,111,186); }
td.TdClassName
{
border-color: #446FBA;
}
.TagClassName
{
border-color: #446FBA;
}
</style>