Shades of Steel Blue #447AAA
Tints of Steel Blue #447AAA
RGB
CMYK
RGB Variations
Color information
#447AAA (or 0x447AAA) is known color: Steel Blue. HEX triplet: 44, 7A and AA. RGB value is (68,122,170). Sum of RGB (Red+Green+Blue) = 68+122+170=360 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.89% from 360); Green value is 122 (48.05% from 255 or 33.89% from 360); Blue value is 170 (66.80% from 255 or 47.22% from 360); Max value from RGB is 170 - color contains mainly: blue. Hex color #447AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447AAA is #BB8555. Grayscale: #6F6F6F. Windows color (decimal): -12289366 or 11172420. OLE color: 11172420.
HSL color Cylindrical-coordinate representation of color #447AAA: hue angle of 208.24º 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 #447AAA is Cyan = 0.6, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 68 | 122 | 170 | - |
| CMYK | 0.6 | 0.28 | 0 | 0.33 |
| HSL | 208.24º | 0.43% | 0.47% | - |
| HSV(B) | 208.24º | 0.6% | 0.67% | - |
| XYZ | 16.6 | 18.05 | 40.64 | - |
| YUV | 111.33 | 161.11 | 97.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 122 | 170 | 0.6 | 0.28 | 0 | 0.33 | 208.24 | 0.43 | 0.47 |
| Hex | 44 | 7A | AA | 3C | 1C | 0 | 21 | D0 | 2B | 2F |
| Octal | 104 | 172 | 252 | 74 | 34 | 0 | 41 | 320 | 53 | 57 |
| Binary | 1000100 | 1111010 | 10101010 | 111100 | 11100 | 0 | 100001 | 11010000 | 101011 | 101111 |
Color Harmonies of #447AAA
Complementary color
Monochromatic Colors of #447AAA
Black with #447AAA
Text Example
Text Example
White with #447AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447AAA; }
p { color: rgb(68,122,170); }
H1.HeaderClassName
{
color: #447AAA;
}
.AnyTagClassName
{
color: #447AAA;
}
</style>
background-color css
<style>
a { background-color: #447AAA; }
a { background-color: rgb(68,122,170); }
div.DivClassName
{
background-color: #447AAA;
}
.BgClassName
{
background-color: #447AAA;
}
</style>
border-color css
<style>
span { border-color: #447AAA; }
span { border-color: rgb(68,122,170); }
td.TdClassName
{
border-color: #447AAA;
}
.TagClassName
{
border-color: #447AAA;
}
</style>