Shades of Steel Blue #447AC1
Tints of Steel Blue #447AC1
RGB
CMYK
RGB Variations
Color information
#447AC1 (or 0x447AC1) is known color: Steel Blue. HEX triplet: 44, 7A and C1. RGB value is (68,122,193). Sum of RGB (Red+Green+Blue) = 68+122+193=383 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.75% from 383); Green value is 122 (48.05% from 255 or 31.85% from 383); Blue value is 193 (75.78% from 255 or 50.39% from 383); Max value from RGB is 193 - color contains mainly: blue. Hex color #447AC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447AC1 is #BB853E. Grayscale: #717171. Windows color (decimal): -12289343 or 12679748. OLE color: 12679748.
HSL color Cylindrical-coordinate representation of color #447AC1: hue angle of 214.08º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #447AC1 is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 68 | 122 | 193 | - |
| CMYK | 0.65 | 0.37 | 0 | 0.24 |
| HSL | 214.08º | 0.5% | 0.51% | - |
| HSV(B) | 214.08º | 0.65% | 0.76% | - |
| XYZ | 18.97 | 19 | 53.12 | - |
| YUV | 113.95 | 172.61 | 95.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 122 | 193 | 0.65 | 0.37 | 0 | 0.24 | 214.08 | 0.5 | 0.51 |
| Hex | 44 | 7A | C1 | 41 | 25 | 0 | 18 | D6 | 32 | 33 |
| Octal | 104 | 172 | 301 | 101 | 45 | 0 | 30 | 326 | 62 | 63 |
| Binary | 1000100 | 1111010 | 11000001 | 1000001 | 100101 | 0 | 11000 | 11010110 | 110010 | 110011 |
Color Harmonies of #447AC1
Complementary color
Monochromatic Colors of #447AC1
Black with #447AC1
Text Example
Text Example
White with #447AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447AC1; }
p { color: rgb(68,122,193); }
H1.HeaderClassName
{
color: #447AC1;
}
.AnyTagClassName
{
color: #447AC1;
}
</style>
background-color css
<style>
a { background-color: #447AC1; }
a { background-color: rgb(68,122,193); }
div.DivClassName
{
background-color: #447AC1;
}
.BgClassName
{
background-color: #447AC1;
}
</style>
border-color css
<style>
span { border-color: #447AC1; }
span { border-color: rgb(68,122,193); }
td.TdClassName
{
border-color: #447AC1;
}
.TagClassName
{
border-color: #447AC1;
}
</style>