Shades of Steel Blue #447CAA
Tints of Steel Blue #447CAA
RGB
CMYK
RGB Variations
Color information
#447CAA (or 0x447CAA) is known color: Steel Blue. HEX triplet: 44, 7C and AA. RGB value is (68,124,170). Sum of RGB (Red+Green+Blue) = 68+124+170=362 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.78% from 362); Green value is 124 (48.83% from 255 or 34.25% from 362); Blue value is 170 (66.80% from 255 or 46.96% from 362); Max value from RGB is 170 - color contains mainly: blue. Hex color #447CAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447CAA is #BB8355. Grayscale: #707070. Windows color (decimal): -12288854 or 11172932. OLE color: 11172932.
HSL color Cylindrical-coordinate representation of color #447CAA: hue angle of 207.06º 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 #447CAA is Cyan = 0.6, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 68 | 124 | 170 | - |
| CMYK | 0.6 | 0.27 | 0 | 0.33 |
| HSL | 207.06º | 0.43% | 0.47% | - |
| HSV(B) | 207.06º | 0.6% | 0.67% | - |
| XYZ | 16.85 | 18.55 | 40.72 | - |
| YUV | 112.5 | 160.45 | 96.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 124 | 170 | 0.6 | 0.27 | 0 | 0.33 | 207.06 | 0.43 | 0.47 |
| Hex | 44 | 7C | AA | 3C | 1B | 0 | 21 | CF | 2B | 2F |
| Octal | 104 | 174 | 252 | 74 | 33 | 0 | 41 | 317 | 53 | 57 |
| Binary | 1000100 | 1111100 | 10101010 | 111100 | 11011 | 0 | 100001 | 11001111 | 101011 | 101111 |
Color Harmonies of #447CAA
Complementary color
Monochromatic Colors of #447CAA
Black with #447CAA
Text Example
Text Example
White with #447CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447CAA; }
p { color: rgb(68,124,170); }
H1.HeaderClassName
{
color: #447CAA;
}
.AnyTagClassName
{
color: #447CAA;
}
</style>
background-color css
<style>
a { background-color: #447CAA; }
a { background-color: rgb(68,124,170); }
div.DivClassName
{
background-color: #447CAA;
}
.BgClassName
{
background-color: #447CAA;
}
</style>
border-color css
<style>
span { border-color: #447CAA; }
span { border-color: rgb(68,124,170); }
td.TdClassName
{
border-color: #447CAA;
}
.TagClassName
{
border-color: #447CAA;
}
</style>