Shades of Steel Blue #447EAC
Tints of Steel Blue #447EAC
RGB
CMYK
RGB Variations
Color information
#447EAC (or 0x447EAC) is known color: Steel Blue. HEX triplet: 44, 7E and AC. RGB value is (68,126,172). Sum of RGB (Red+Green+Blue) = 68+126+172=366 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.58% from 366); Green value is 126 (49.61% from 255 or 34.43% from 366); Blue value is 172 (67.58% from 255 or 46.99% from 366); Max value from RGB is 172 - color contains mainly: blue. Hex color #447EAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447EAC is #BB8153. Grayscale: #717171. Windows color (decimal): -12288340 or 11304516. OLE color: 11304516.
HSL color Cylindrical-coordinate representation of color #447EAC: hue angle of 206.54º 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 #447EAC is Cyan = 0.60, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 68 | 126 | 172 | - |
| CMYK | 0.60 | 0.27 | 0 | 0.33 |
| HSL | 206.54º | 0.43% | 0.47% | - |
| HSV(B) | 206.54º | 0.6% | 0.67% | - |
| XYZ | 17.29 | 19.13 | 41.81 | - |
| YUV | 113.9 | 160.78 | 95.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 126 | 172 | 0.60 | 0.27 | 0 | 0.33 | 206.54 | 0.43 | 0.47 |
| Hex | 44 | 7E | AC | 3C | 1B | 0 | 21 | CF | 2B | 2F |
| Octal | 104 | 176 | 254 | 74 | 33 | 0 | 41 | 317 | 53 | 57 |
| Binary | 1000100 | 1111110 | 10101100 | 111100 | 11011 | 0 | 100001 | 11001111 | 101011 | 101111 |
Color Harmonies of #447EAC
Complementary color
Monochromatic Colors of #447EAC
Black with #447EAC
Text Example
Text Example
White with #447EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447EAC; }
p { color: rgb(68,126,172); }
H1.HeaderClassName
{
color: #447EAC;
}
.AnyTagClassName
{
color: #447EAC;
}
</style>
background-color css
<style>
a { background-color: #447EAC; }
a { background-color: rgb(68,126,172); }
div.DivClassName
{
background-color: #447EAC;
}
.BgClassName
{
background-color: #447EAC;
}
</style>
border-color css
<style>
span { border-color: #447EAC; }
span { border-color: rgb(68,126,172); }
td.TdClassName
{
border-color: #447EAC;
}
.TagClassName
{
border-color: #447EAC;
}
</style>