Shades of Steel Blue #447FAA
Tints of Steel Blue #447FAA
RGB
CMYK
RGB Variations
Color information
#447FAA (or 0x447FAA) is known color: Steel Blue. HEX triplet: 44, 7F and AA. RGB value is (68,127,170). Sum of RGB (Red+Green+Blue) = 68+127+170=365 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.63% from 365); Green value is 127 (50% from 255 or 34.79% from 365); Blue value is 170 (66.80% from 255 or 46.58% from 365); Max value from RGB is 170 - color contains mainly: blue. Hex color #447FAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447FAA is #BB8055. Grayscale: #727272. Windows color (decimal): -12288086 or 11173700. OLE color: 11173700.
HSL color Cylindrical-coordinate representation of color #447FAA: hue angle of 205.29º 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 #447FAA is Cyan = 0.6, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 68 | 127 | 170 | - |
| CMYK | 0.6 | 0.25 | 0 | 0.33 |
| HSL | 205.29º | 0.43% | 0.47% | - |
| HSV(B) | 205.29º | 0.6% | 0.67% | - |
| XYZ | 17.23 | 19.31 | 40.85 | - |
| YUV | 114.26 | 159.45 | 95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 127 | 170 | 0.6 | 0.25 | 0 | 0.33 | 205.29 | 0.43 | 0.47 |
| Hex | 44 | 7F | AA | 3C | 19 | 0 | 21 | CD | 2B | 2F |
| Octal | 104 | 177 | 252 | 74 | 31 | 0 | 41 | 315 | 53 | 57 |
| Binary | 1000100 | 1111111 | 10101010 | 111100 | 11001 | 0 | 100001 | 11001101 | 101011 | 101111 |
Color Harmonies of #447FAA
Complementary color
Monochromatic Colors of #447FAA
Black with #447FAA
Text Example
Text Example
White with #447FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447FAA; }
p { color: rgb(68,127,170); }
H1.HeaderClassName
{
color: #447FAA;
}
.AnyTagClassName
{
color: #447FAA;
}
</style>
background-color css
<style>
a { background-color: #447FAA; }
a { background-color: rgb(68,127,170); }
div.DivClassName
{
background-color: #447FAA;
}
.BgClassName
{
background-color: #447FAA;
}
</style>
border-color css
<style>
span { border-color: #447FAA; }
span { border-color: rgb(68,127,170); }
td.TdClassName
{
border-color: #447FAA;
}
.TagClassName
{
border-color: #447FAA;
}
</style>