Shades of Steel Blue #446FB6
Tints of Steel Blue #446FB6
RGB
CMYK
RGB Variations
Color information
#446FB6 (or 0x446FB6) is known color: Steel Blue. HEX triplet: 44, 6F and B6. RGB value is (68,111,182). Sum of RGB (Red+Green+Blue) = 68+111+182=361 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.84% from 361); Green value is 111 (43.75% from 255 or 30.75% from 361); Blue value is 182 (71.48% from 255 or 50.42% from 361); Max value from RGB is 182 - color contains mainly: blue. Hex color #446FB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #446FB6 is #BB9049. Grayscale: #696969. Windows color (decimal): -12292170 or 11956036. OLE color: 11956036.
HSL color Cylindrical-coordinate representation of color #446FB6: hue angle of 217.37º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #446FB6 is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 68 | 111 | 182 | - |
| CMYK | 0.63 | 0.39 | 0 | 0.29 |
| HSL | 217.37º | 0.46% | 0.49% | - |
| HSV(B) | 217.37º | 0.63% | 0.71% | - |
| XYZ | 16.51 | 15.98 | 46.47 | - |
| YUV | 106.24 | 170.75 | 100.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 111 | 182 | 0.63 | 0.39 | 0 | 0.29 | 217.37 | 0.46 | 0.49 |
| Hex | 44 | 6F | B6 | 3F | 27 | 0 | 1D | D9 | 2E | 31 |
| Octal | 104 | 157 | 266 | 77 | 47 | 0 | 35 | 331 | 56 | 61 |
| Binary | 1000100 | 1101111 | 10110110 | 111111 | 100111 | 0 | 11101 | 11011001 | 101110 | 110001 |
Color Harmonies of #446FB6
Complementary color
Monochromatic Colors of #446FB6
Black with #446FB6
Text Example
Text Example
White with #446FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446FB6; }
p { color: rgb(68,111,182); }
H1.HeaderClassName
{
color: #446FB6;
}
.AnyTagClassName
{
color: #446FB6;
}
</style>
background-color css
<style>
a { background-color: #446FB6; }
a { background-color: rgb(68,111,182); }
div.DivClassName
{
background-color: #446FB6;
}
.BgClassName
{
background-color: #446FB6;
}
</style>
border-color css
<style>
span { border-color: #446FB6; }
span { border-color: rgb(68,111,182); }
td.TdClassName
{
border-color: #446FB6;
}
.TagClassName
{
border-color: #446FB6;
}
</style>