Shades of Steel Blue #446DBC
Tints of Steel Blue #446DBC
RGB
CMYK
RGB Variations
Color information
#446DBC (or 0x446DBC) is known color: Steel Blue. HEX triplet: 44, 6D and BC. RGB value is (68,109,188). Sum of RGB (Red+Green+Blue) = 68+109+188=365 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.63% from 365); Green value is 109 (42.97% from 255 or 29.86% from 365); Blue value is 188 (73.83% from 255 or 51.51% from 365); Max value from RGB is 188 - color contains mainly: blue. Hex color #446DBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #446DBC is #BB9243. Grayscale: #696969. Windows color (decimal): -12292676 or 12348740. OLE color: 12348740.
HSL color Cylindrical-coordinate representation of color #446DBC: hue angle of 219.5º degrees, saturation: 0.47, 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 #446DBC is Cyan = 0.64, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 68 | 109 | 188 | - |
| CMYK | 0.64 | 0.42 | 0 | 0.26 |
| HSL | 219.5º | 0.47% | 0.5% | - |
| HSV(B) | 219.5º | 0.64% | 0.74% | - |
| XYZ | 16.93 | 15.8 | 49.73 | - |
| YUV | 105.75 | 174.42 | 101.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 109 | 188 | 0.64 | 0.42 | 0 | 0.26 | 219.5 | 0.47 | 0.5 |
| Hex | 44 | 6D | BC | 40 | 2A | 0 | 1A | DC | 2F | 32 |
| Octal | 104 | 155 | 274 | 100 | 52 | 0 | 32 | 334 | 57 | 62 |
| Binary | 1000100 | 1101101 | 10111100 | 1000000 | 101010 | 0 | 11010 | 11011100 | 101111 | 110010 |
Color Harmonies of #446DBC
Complementary color
Monochromatic Colors of #446DBC
Black with #446DBC
Text Example
Text Example
White with #446DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446DBC; }
p { color: rgb(68,109,188); }
H1.HeaderClassName
{
color: #446DBC;
}
.AnyTagClassName
{
color: #446DBC;
}
</style>
background-color css
<style>
a { background-color: #446DBC; }
a { background-color: rgb(68,109,188); }
div.DivClassName
{
background-color: #446DBC;
}
.BgClassName
{
background-color: #446DBC;
}
</style>
border-color css
<style>
span { border-color: #446DBC; }
span { border-color: rgb(68,109,188); }
td.TdClassName
{
border-color: #446DBC;
}
.TagClassName
{
border-color: #446DBC;
}
</style>