Shades of Steel Blue #447BAF
Tints of Steel Blue #447BAF
RGB
CMYK
RGB Variations
Color information
#447BAF (or 0x447BAF) is known color: Steel Blue. HEX triplet: 44, 7B and AF. RGB value is (68,123,175). Sum of RGB (Red+Green+Blue) = 68+123+175=366 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.58% from 366); Green value is 123 (48.44% from 255 or 33.61% from 366); Blue value is 175 (68.75% from 255 or 47.81% from 366); Max value from RGB is 175 - color contains mainly: blue. Hex color #447BAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447BAF is #BB8450. Grayscale: #707070. Windows color (decimal): -12289105 or 11500356. OLE color: 11500356.
HSL color Cylindrical-coordinate representation of color #447BAF: hue angle of 209.16º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #447BAF is Cyan = 0.61, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 68 | 123 | 175 | - |
| CMYK | 0.61 | 0.30 | 0 | 0.31 |
| HSL | 209.16º | 0.44% | 0.48% | - |
| HSV(B) | 209.16º | 0.61% | 0.69% | - |
| XYZ | 17.2 | 18.49 | 43.22 | - |
| YUV | 112.48 | 163.28 | 96.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 123 | 175 | 0.61 | 0.30 | 0 | 0.31 | 209.16 | 0.44 | 0.48 |
| Hex | 44 | 7B | AF | 3D | 1E | 0 | 1F | D1 | 2C | 30 |
| Octal | 104 | 173 | 257 | 75 | 36 | 0 | 37 | 321 | 54 | 60 |
| Binary | 1000100 | 1111011 | 10101111 | 111101 | 11110 | 0 | 11111 | 11010001 | 101100 | 110000 |
Color Harmonies of #447BAF
Complementary color
Monochromatic Colors of #447BAF
Black with #447BAF
Text Example
Text Example
White with #447BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447BAF; }
p { color: rgb(68,123,175); }
H1.HeaderClassName
{
color: #447BAF;
}
.AnyTagClassName
{
color: #447BAF;
}
</style>
background-color css
<style>
a { background-color: #447BAF; }
a { background-color: rgb(68,123,175); }
div.DivClassName
{
background-color: #447BAF;
}
.BgClassName
{
background-color: #447BAF;
}
</style>
border-color css
<style>
span { border-color: #447BAF; }
span { border-color: rgb(68,123,175); }
td.TdClassName
{
border-color: #447BAF;
}
.TagClassName
{
border-color: #447BAF;
}
</style>