Shades of Steel Blue #447AA6
Tints of Steel Blue #447AA6
RGB
CMYK
RGB Variations
Color information
#447AA6 (or 0x447AA6) is known color: Steel Blue. HEX triplet: 44, 7A and A6. RGB value is (68,122,166). Sum of RGB (Red+Green+Blue) = 68+122+166=356 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.10% from 356); Green value is 122 (48.05% from 255 or 34.27% from 356); Blue value is 166 (65.23% from 255 or 46.63% from 356); Max value from RGB is 166 - color contains mainly: blue. Hex color #447AA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447AA6 is #BB8559. Grayscale: #6E6E6E. Windows color (decimal): -12289370 or 10910276. OLE color: 10910276.
HSL color Cylindrical-coordinate representation of color #447AA6: hue angle of 206.94º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #447AA6 is Cyan = 0.59, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 68 | 122 | 166 | - |
| CMYK | 0.59 | 0.27 | 0 | 0.35 |
| HSL | 206.94º | 0.42% | 0.46% | - |
| HSV(B) | 206.94º | 0.59% | 0.65% | - |
| XYZ | 16.23 | 17.9 | 38.68 | - |
| YUV | 110.87 | 159.11 | 97.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 122 | 166 | 0.59 | 0.27 | 0 | 0.35 | 206.94 | 0.42 | 0.46 |
| Hex | 44 | 7A | A6 | 3B | 1B | 0 | 23 | CF | 2A | 2E |
| Octal | 104 | 172 | 246 | 73 | 33 | 0 | 43 | 317 | 52 | 56 |
| Binary | 1000100 | 1111010 | 10100110 | 111011 | 11011 | 0 | 100011 | 11001111 | 101010 | 101110 |
Color Harmonies of #447AA6
Complementary color
Monochromatic Colors of #447AA6
Black with #447AA6
Text Example
Text Example
White with #447AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447AA6; }
p { color: rgb(68,122,166); }
H1.HeaderClassName
{
color: #447AA6;
}
.AnyTagClassName
{
color: #447AA6;
}
</style>
background-color css
<style>
a { background-color: #447AA6; }
a { background-color: rgb(68,122,166); }
div.DivClassName
{
background-color: #447AA6;
}
.BgClassName
{
background-color: #447AA6;
}
</style>
border-color css
<style>
span { border-color: #447AA6; }
span { border-color: rgb(68,122,166); }
td.TdClassName
{
border-color: #447AA6;
}
.TagClassName
{
border-color: #447AA6;
}
</style>