Shades of Steel Blue #447BAA
Tints of Steel Blue #447BAA
RGB
CMYK
RGB Variations
Color information
#447BAA (or 0x447BAA) is known color: Steel Blue. HEX triplet: 44, 7B and AA. RGB value is (68,123,170). Sum of RGB (Red+Green+Blue) = 68+123+170=361 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.84% from 361); Green value is 123 (48.44% from 255 or 34.07% from 361); Blue value is 170 (66.80% from 255 or 47.09% from 361); Max value from RGB is 170 - color contains mainly: blue. Hex color #447BAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447BAA is #BB8455. Grayscale: #6F6F6F. Windows color (decimal): -12289110 or 11172676. OLE color: 11172676.
HSL color Cylindrical-coordinate representation of color #447BAA: hue angle of 207.65º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #447BAA is Cyan = 0.6, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 68 | 123 | 170 | - |
| CMYK | 0.6 | 0.28 | 0 | 0.33 |
| HSL | 207.65º | 0.43% | 0.47% | - |
| HSV(B) | 207.65º | 0.6% | 0.67% | - |
| XYZ | 16.72 | 18.3 | 40.68 | - |
| YUV | 111.91 | 160.78 | 96.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 123 | 170 | 0.6 | 0.28 | 0 | 0.33 | 207.65 | 0.43 | 0.47 |
| Hex | 44 | 7B | AA | 3C | 1C | 0 | 21 | D0 | 2B | 2F |
| Octal | 104 | 173 | 252 | 74 | 34 | 0 | 41 | 320 | 53 | 57 |
| Binary | 1000100 | 1111011 | 10101010 | 111100 | 11100 | 0 | 100001 | 11010000 | 101011 | 101111 |
Color Harmonies of #447BAA
Complementary color
Monochromatic Colors of #447BAA
Black with #447BAA
Text Example
Text Example
White with #447BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447BAA; }
p { color: rgb(68,123,170); }
H1.HeaderClassName
{
color: #447BAA;
}
.AnyTagClassName
{
color: #447BAA;
}
</style>
background-color css
<style>
a { background-color: #447BAA; }
a { background-color: rgb(68,123,170); }
div.DivClassName
{
background-color: #447BAA;
}
.BgClassName
{
background-color: #447BAA;
}
</style>
border-color css
<style>
span { border-color: #447BAA; }
span { border-color: rgb(68,123,170); }
td.TdClassName
{
border-color: #447BAA;
}
.TagClassName
{
border-color: #447BAA;
}
</style>