Shades of Steel Blue #447BA3
Tints of Steel Blue #447BA3
RGB
CMYK
RGB Variations
Color information
#447BA3 (or 0x447BA3) is known color: Steel Blue. HEX triplet: 44, 7B and A3. RGB value is (68,123,163). Sum of RGB (Red+Green+Blue) = 68+123+163=354 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.21% from 354); Green value is 123 (48.44% from 255 or 34.75% from 354); Blue value is 163 (64.06% from 255 or 46.05% from 354); Max value from RGB is 163 - color contains mainly: blue. Hex color #447BA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447BA3 is #BB845C. Grayscale: #6E6E6E. Windows color (decimal): -12289117 or 10713924. OLE color: 10713924.
HSL color Cylindrical-coordinate representation of color #447BA3: hue angle of 205.26º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #447BA3 is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 68 | 123 | 163 | - |
| CMYK | 0.58 | 0.25 | 0 | 0.36 |
| HSL | 205.26º | 0.41% | 0.45% | - |
| HSV(B) | 205.26º | 0.58% | 0.64% | - |
| XYZ | 16.08 | 18.04 | 37.28 | - |
| YUV | 111.12 | 157.28 | 97.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 123 | 163 | 0.58 | 0.25 | 0 | 0.36 | 205.26 | 0.41 | 0.45 |
| Hex | 44 | 7B | A3 | 3A | 19 | 0 | 24 | CD | 29 | 2D |
| Octal | 104 | 173 | 243 | 72 | 31 | 0 | 44 | 315 | 51 | 55 |
| Binary | 1000100 | 1111011 | 10100011 | 111010 | 11001 | 0 | 100100 | 11001101 | 101001 | 101101 |
Color Harmonies of #447BA3
Complementary color
Monochromatic Colors of #447BA3
Black with #447BA3
Text Example
Text Example
White with #447BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447BA3; }
p { color: rgb(68,123,163); }
H1.HeaderClassName
{
color: #447BA3;
}
.AnyTagClassName
{
color: #447BA3;
}
</style>
background-color css
<style>
a { background-color: #447BA3; }
a { background-color: rgb(68,123,163); }
div.DivClassName
{
background-color: #447BA3;
}
.BgClassName
{
background-color: #447BA3;
}
</style>
border-color css
<style>
span { border-color: #447BA3; }
span { border-color: rgb(68,123,163); }
td.TdClassName
{
border-color: #447BA3;
}
.TagClassName
{
border-color: #447BA3;
}
</style>