Shades of Steel Blue #447EBA
Tints of Steel Blue #447EBA
RGB
CMYK
RGB Variations
Color information
#447EBA (or 0x447EBA) is known color: Steel Blue. HEX triplet: 44, 7E and BA. RGB value is (68,126,186). Sum of RGB (Red+Green+Blue) = 68+126+186=380 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.89% from 380); Green value is 126 (49.61% from 255 or 33.16% from 380); Blue value is 186 (73.05% from 255 or 48.95% from 380); Max value from RGB is 186 - color contains mainly: blue. Hex color #447EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447EBA is #BB8145. Grayscale: #737373. Windows color (decimal): -12288326 or 12222020. OLE color: 12222020.
HSL color Cylindrical-coordinate representation of color #447EBA: hue angle of 210.51º 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 #447EBA is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 68 | 126 | 186 | - |
| CMYK | 0.63 | 0.32 | 0 | 0.27 |
| HSL | 210.51º | 0.46% | 0.5% | - |
| HSV(B) | 210.51º | 0.63% | 0.73% | - |
| XYZ | 18.71 | 19.7 | 49.27 | - |
| YUV | 115.5 | 167.78 | 94.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 126 | 186 | 0.63 | 0.32 | 0 | 0.27 | 210.51 | 0.46 | 0.5 |
| Hex | 44 | 7E | BA | 3F | 20 | 0 | 1B | D3 | 2E | 32 |
| Octal | 104 | 176 | 272 | 77 | 40 | 0 | 33 | 323 | 56 | 62 |
| Binary | 1000100 | 1111110 | 10111010 | 111111 | 100000 | 0 | 11011 | 11010011 | 101110 | 110010 |
Color Harmonies of #447EBA
Complementary color
Monochromatic Colors of #447EBA
Black with #447EBA
Text Example
Text Example
White with #447EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447EBA; }
p { color: rgb(68,126,186); }
H1.HeaderClassName
{
color: #447EBA;
}
.AnyTagClassName
{
color: #447EBA;
}
</style>
background-color css
<style>
a { background-color: #447EBA; }
a { background-color: rgb(68,126,186); }
div.DivClassName
{
background-color: #447EBA;
}
.BgClassName
{
background-color: #447EBA;
}
</style>
border-color css
<style>
span { border-color: #447EBA; }
span { border-color: rgb(68,126,186); }
td.TdClassName
{
border-color: #447EBA;
}
.TagClassName
{
border-color: #447EBA;
}
</style>