Shades of Steel Blue #447BAE
Tints of Steel Blue #447BAE
RGB
CMYK
RGB Variations
Color information
#447BAE (or 0x447BAE) is known color: Steel Blue. HEX triplet: 44, 7B and AE. RGB value is (68,123,174). Sum of RGB (Red+Green+Blue) = 68+123+174=365 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.63% from 365); Green value is 123 (48.44% from 255 or 33.70% from 365); Blue value is 174 (68.36% from 255 or 47.67% from 365); Max value from RGB is 174 - color contains mainly: blue. Hex color #447BAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447BAE is #BB8451. Grayscale: #707070. Windows color (decimal): -12289106 or 11434820. OLE color: 11434820.
HSL color Cylindrical-coordinate representation of color #447BAE: hue angle of 208.87º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #447BAE is Cyan = 0.61, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 68 | 123 | 174 | - |
| CMYK | 0.61 | 0.29 | 0 | 0.32 |
| HSL | 208.87º | 0.44% | 0.47% | - |
| HSV(B) | 208.87º | 0.61% | 0.68% | - |
| XYZ | 17.11 | 18.45 | 42.7 | - |
| YUV | 112.37 | 162.78 | 96.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 123 | 174 | 0.61 | 0.29 | 0 | 0.32 | 208.87 | 0.44 | 0.47 |
| Hex | 44 | 7B | AE | 3D | 1D | 0 | 20 | D1 | 2C | 2F |
| Octal | 104 | 173 | 256 | 75 | 35 | 0 | 40 | 321 | 54 | 57 |
| Binary | 1000100 | 1111011 | 10101110 | 111101 | 11101 | 0 | 100000 | 11010001 | 101100 | 101111 |
Color Harmonies of #447BAE
Complementary color
Monochromatic Colors of #447BAE
Black with #447BAE
Text Example
Text Example
White with #447BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447BAE; }
p { color: rgb(68,123,174); }
H1.HeaderClassName
{
color: #447BAE;
}
.AnyTagClassName
{
color: #447BAE;
}
</style>
background-color css
<style>
a { background-color: #447BAE; }
a { background-color: rgb(68,123,174); }
div.DivClassName
{
background-color: #447BAE;
}
.BgClassName
{
background-color: #447BAE;
}
</style>
border-color css
<style>
span { border-color: #447BAE; }
span { border-color: rgb(68,123,174); }
td.TdClassName
{
border-color: #447BAE;
}
.TagClassName
{
border-color: #447BAE;
}
</style>