Shades of Steel Blue #446DBB
Tints of Steel Blue #446DBB
RGB
CMYK
RGB Variations
Color information
#446DBB (or 0x446DBB) is known color: Steel Blue. HEX triplet: 44, 6D and BB. RGB value is (68,109,187). Sum of RGB (Red+Green+Blue) = 68+109+187=364 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.68% from 364); Green value is 109 (42.97% from 255 or 29.95% from 364); Blue value is 187 (73.44% from 255 or 51.37% from 364); Max value from RGB is 187 - color contains mainly: blue. Hex color #446DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #446DBB is #BB9244. Grayscale: #696969. Windows color (decimal): -12292677 or 12283204. OLE color: 12283204.
HSL color Cylindrical-coordinate representation of color #446DBB: hue angle of 219.33º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #446DBB is Cyan = 0.64, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 68 | 109 | 187 | - |
| CMYK | 0.64 | 0.42 | 0 | 0.27 |
| HSL | 219.33º | 0.47% | 0.5% | - |
| HSV(B) | 219.33º | 0.64% | 0.73% | - |
| XYZ | 16.82 | 15.75 | 49.17 | - |
| YUV | 105.63 | 173.92 | 101.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 109 | 187 | 0.64 | 0.42 | 0 | 0.27 | 219.33 | 0.47 | 0.5 |
| Hex | 44 | 6D | BB | 40 | 2A | 0 | 1B | DB | 2F | 32 |
| Octal | 104 | 155 | 273 | 100 | 52 | 0 | 33 | 333 | 57 | 62 |
| Binary | 1000100 | 1101101 | 10111011 | 1000000 | 101010 | 0 | 11011 | 11011011 | 101111 | 110010 |
Color Harmonies of #446DBB
Complementary color
Monochromatic Colors of #446DBB
Black with #446DBB
Text Example
Text Example
White with #446DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446DBB; }
p { color: rgb(68,109,187); }
H1.HeaderClassName
{
color: #446DBB;
}
.AnyTagClassName
{
color: #446DBB;
}
</style>
background-color css
<style>
a { background-color: #446DBB; }
a { background-color: rgb(68,109,187); }
div.DivClassName
{
background-color: #446DBB;
}
.BgClassName
{
background-color: #446DBB;
}
</style>
border-color css
<style>
span { border-color: #446DBB; }
span { border-color: rgb(68,109,187); }
td.TdClassName
{
border-color: #446DBB;
}
.TagClassName
{
border-color: #446DBB;
}
</style>