Shades of Steel Blue #446DBD
Tints of Steel Blue #446DBD
RGB
CMYK
RGB Variations
Color information
#446DBD (or 0x446DBD) is known color: Steel Blue. HEX triplet: 44, 6D and BD. RGB value is (68,109,189). Sum of RGB (Red+Green+Blue) = 68+109+189=366 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.58% from 366); Green value is 109 (42.97% from 255 or 29.78% from 366); Blue value is 189 (74.22% from 255 or 51.64% from 366); Max value from RGB is 189 - color contains mainly: blue. Hex color #446DBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #446DBD is #BB9242. Grayscale: #696969. Windows color (decimal): -12292675 or 12414276. OLE color: 12414276.
HSL color Cylindrical-coordinate representation of color #446DBD: hue angle of 219.67º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #446DBD is Cyan = 0.64, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 68 | 109 | 189 | - |
| CMYK | 0.64 | 0.42 | 0 | 0.26 |
| HSL | 219.67º | 0.48% | 0.5% | - |
| HSV(B) | 219.67º | 0.64% | 0.74% | - |
| XYZ | 17.04 | 15.84 | 50.3 | - |
| YUV | 105.86 | 174.92 | 101 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 109 | 189 | 0.64 | 0.42 | 0 | 0.26 | 219.67 | 0.48 | 0.5 |
| Hex | 44 | 6D | BD | 40 | 2A | 0 | 1A | DC | 30 | 32 |
| Octal | 104 | 155 | 275 | 100 | 52 | 0 | 32 | 334 | 60 | 62 |
| Binary | 1000100 | 1101101 | 10111101 | 1000000 | 101010 | 0 | 11010 | 11011100 | 110000 | 110010 |
Color Harmonies of #446DBD
Complementary color
Monochromatic Colors of #446DBD
Black with #446DBD
Text Example
Text Example
White with #446DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446DBD; }
p { color: rgb(68,109,189); }
H1.HeaderClassName
{
color: #446DBD;
}
.AnyTagClassName
{
color: #446DBD;
}
</style>
background-color css
<style>
a { background-color: #446DBD; }
a { background-color: rgb(68,109,189); }
div.DivClassName
{
background-color: #446DBD;
}
.BgClassName
{
background-color: #446DBD;
}
</style>
border-color css
<style>
span { border-color: #446DBD; }
span { border-color: rgb(68,109,189); }
td.TdClassName
{
border-color: #446DBD;
}
.TagClassName
{
border-color: #446DBD;
}
</style>