Shades of Steel Blue #447CBC
Tints of Steel Blue #447CBC
RGB
CMYK
RGB Variations
Color information
#447CBC (or 0x447CBC) is known color: Steel Blue. HEX triplet: 44, 7C and BC. RGB value is (68,124,188). Sum of RGB (Red+Green+Blue) = 68+124+188=380 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.89% from 380); Green value is 124 (48.83% from 255 or 32.63% from 380); Blue value is 188 (73.83% from 255 or 49.47% from 380); Max value from RGB is 188 - color contains mainly: blue. Hex color #447CBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447CBC is #BB8343. Grayscale: #727272. Windows color (decimal): -12288836 or 12352580. OLE color: 12352580.
HSL color Cylindrical-coordinate representation of color #447CBC: hue angle of 212º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #447CBC is Cyan = 0.64, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 68 | 124 | 188 | - |
| CMYK | 0.64 | 0.34 | 0 | 0.26 |
| HSL | 212º | 0.47% | 0.5% | - |
| HSV(B) | 212º | 0.64% | 0.74% | - |
| XYZ | 18.67 | 19.28 | 50.31 | - |
| YUV | 114.55 | 169.45 | 94.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 124 | 188 | 0.64 | 0.34 | 0 | 0.26 | 212 | 0.47 | 0.5 |
| Hex | 44 | 7C | BC | 40 | 22 | 0 | 1A | D4 | 2F | 32 |
| Octal | 104 | 174 | 274 | 100 | 42 | 0 | 32 | 324 | 57 | 62 |
| Binary | 1000100 | 1111100 | 10111100 | 1000000 | 100010 | 0 | 11010 | 11010100 | 101111 | 110010 |
Color Harmonies of #447CBC
Complementary color
Monochromatic Colors of #447CBC
Black with #447CBC
Text Example
Text Example
White with #447CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447CBC; }
p { color: rgb(68,124,188); }
H1.HeaderClassName
{
color: #447CBC;
}
.AnyTagClassName
{
color: #447CBC;
}
</style>
background-color css
<style>
a { background-color: #447CBC; }
a { background-color: rgb(68,124,188); }
div.DivClassName
{
background-color: #447CBC;
}
.BgClassName
{
background-color: #447CBC;
}
</style>
border-color css
<style>
span { border-color: #447CBC; }
span { border-color: rgb(68,124,188); }
td.TdClassName
{
border-color: #447CBC;
}
.TagClassName
{
border-color: #447CBC;
}
</style>