Shades of Steel Blue #447BB9
Tints of Steel Blue #447BB9
RGB
CMYK
RGB Variations
Color information
#447BB9 (or 0x447BB9) is known color: Steel Blue. HEX triplet: 44, 7B and B9. RGB value is (68,123,185). Sum of RGB (Red+Green+Blue) = 68+123+185=376 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.09% from 376); Green value is 123 (48.44% from 255 or 32.71% from 376); Blue value is 185 (72.66% from 255 or 49.20% from 376); Max value from RGB is 185 - color contains mainly: blue. Hex color #447BB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447BB9 is #BB8446. Grayscale: #717171. Windows color (decimal): -12289095 or 12155716. OLE color: 12155716.
HSL color Cylindrical-coordinate representation of color #447BB9: hue angle of 211.79º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #447BB9 is Cyan = 0.63, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 68 | 123 | 185 | - |
| CMYK | 0.63 | 0.34 | 0 | 0.27 |
| HSL | 211.79º | 0.46% | 0.5% | - |
| HSV(B) | 211.79º | 0.63% | 0.73% | - |
| XYZ | 18.22 | 18.9 | 48.59 | - |
| YUV | 113.62 | 168.28 | 95.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 123 | 185 | 0.63 | 0.34 | 0 | 0.27 | 211.79 | 0.46 | 0.5 |
| Hex | 44 | 7B | B9 | 3F | 22 | 0 | 1B | D4 | 2E | 32 |
| Octal | 104 | 173 | 271 | 77 | 42 | 0 | 33 | 324 | 56 | 62 |
| Binary | 1000100 | 1111011 | 10111001 | 111111 | 100010 | 0 | 11011 | 11010100 | 101110 | 110010 |
Color Harmonies of #447BB9
Complementary color
Monochromatic Colors of #447BB9
Black with #447BB9
Text Example
Text Example
White with #447BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447BB9; }
p { color: rgb(68,123,185); }
H1.HeaderClassName
{
color: #447BB9;
}
.AnyTagClassName
{
color: #447BB9;
}
</style>
background-color css
<style>
a { background-color: #447BB9; }
a { background-color: rgb(68,123,185); }
div.DivClassName
{
background-color: #447BB9;
}
.BgClassName
{
background-color: #447BB9;
}
</style>
border-color css
<style>
span { border-color: #447BB9; }
span { border-color: rgb(68,123,185); }
td.TdClassName
{
border-color: #447BB9;
}
.TagClassName
{
border-color: #447BB9;
}
</style>