Shades of Steel Blue #447CBA
Tints of Steel Blue #447CBA
RGB
CMYK
RGB Variations
Color information
#447CBA (or 0x447CBA) is known color: Steel Blue. HEX triplet: 44, 7C and BA. RGB value is (68,124,186). Sum of RGB (Red+Green+Blue) = 68+124+186=378 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.99% from 378); Green value is 124 (48.83% from 255 or 32.80% from 378); Blue value is 186 (73.05% from 255 or 49.21% from 378); Max value from RGB is 186 - color contains mainly: blue. Hex color #447CBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447CBA is #BB8345. Grayscale: #727272. Windows color (decimal): -12288838 or 12221508. OLE color: 12221508.
HSL color Cylindrical-coordinate representation of color #447CBA: hue angle of 211.53º 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 #447CBA is Cyan = 0.63, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 68 | 124 | 186 | - |
| CMYK | 0.63 | 0.33 | 0 | 0.27 |
| HSL | 211.53º | 0.46% | 0.5% | - |
| HSV(B) | 211.53º | 0.63% | 0.73% | - |
| XYZ | 18.45 | 19.19 | 49.19 | - |
| YUV | 114.32 | 168.45 | 94.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 124 | 186 | 0.63 | 0.33 | 0 | 0.27 | 211.53 | 0.46 | 0.5 |
| Hex | 44 | 7C | BA | 3F | 21 | 0 | 1B | D4 | 2E | 32 |
| Octal | 104 | 174 | 272 | 77 | 41 | 0 | 33 | 324 | 56 | 62 |
| Binary | 1000100 | 1111100 | 10111010 | 111111 | 100001 | 0 | 11011 | 11010100 | 101110 | 110010 |
Color Harmonies of #447CBA
Complementary color
Monochromatic Colors of #447CBA
Black with #447CBA
Text Example
Text Example
White with #447CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447CBA; }
p { color: rgb(68,124,186); }
H1.HeaderClassName
{
color: #447CBA;
}
.AnyTagClassName
{
color: #447CBA;
}
</style>
background-color css
<style>
a { background-color: #447CBA; }
a { background-color: rgb(68,124,186); }
div.DivClassName
{
background-color: #447CBA;
}
.BgClassName
{
background-color: #447CBA;
}
</style>
border-color css
<style>
span { border-color: #447CBA; }
span { border-color: rgb(68,124,186); }
td.TdClassName
{
border-color: #447CBA;
}
.TagClassName
{
border-color: #447CBA;
}
</style>