Shades of Steel Blue #447BAC
Tints of Steel Blue #447BAC
RGB
CMYK
RGB Variations
Color information
#447BAC (or 0x447BAC) is known color: Steel Blue. HEX triplet: 44, 7B and AC. RGB value is (68,123,172). Sum of RGB (Red+Green+Blue) = 68+123+172=363 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.73% from 363); Green value is 123 (48.44% from 255 or 33.88% from 363); Blue value is 172 (67.58% from 255 or 47.38% from 363); Max value from RGB is 172 - color contains mainly: blue. Hex color #447BAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447BAC is #BB8453. Grayscale: #6F6F6F. Windows color (decimal): -12289108 or 11303748. OLE color: 11303748.
HSL color Cylindrical-coordinate representation of color #447BAC: hue angle of 208.27º 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 #447BAC is Cyan = 0.60, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 68 | 123 | 172 | - |
| CMYK | 0.60 | 0.28 | 0 | 0.33 |
| HSL | 208.27º | 0.43% | 0.47% | - |
| HSV(B) | 208.27º | 0.6% | 0.67% | - |
| XYZ | 16.91 | 18.37 | 41.68 | - |
| YUV | 112.14 | 161.78 | 96.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 123 | 172 | 0.60 | 0.28 | 0 | 0.33 | 208.27 | 0.43 | 0.47 |
| Hex | 44 | 7B | AC | 3C | 1C | 0 | 21 | D0 | 2B | 2F |
| Octal | 104 | 173 | 254 | 74 | 34 | 0 | 41 | 320 | 53 | 57 |
| Binary | 1000100 | 1111011 | 10101100 | 111100 | 11100 | 0 | 100001 | 11010000 | 101011 | 101111 |
Color Harmonies of #447BAC
Complementary color
Monochromatic Colors of #447BAC
Black with #447BAC
Text Example
Text Example
White with #447BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447BAC; }
p { color: rgb(68,123,172); }
H1.HeaderClassName
{
color: #447BAC;
}
.AnyTagClassName
{
color: #447BAC;
}
</style>
background-color css
<style>
a { background-color: #447BAC; }
a { background-color: rgb(68,123,172); }
div.DivClassName
{
background-color: #447BAC;
}
.BgClassName
{
background-color: #447BAC;
}
</style>
border-color css
<style>
span { border-color: #447BAC; }
span { border-color: rgb(68,123,172); }
td.TdClassName
{
border-color: #447BAC;
}
.TagClassName
{
border-color: #447BAC;
}
</style>