Shades of Steel Blue #447CBE
Tints of Steel Blue #447CBE
RGB
CMYK
RGB Variations
Color information
#447CBE (or 0x447CBE) is known color: Steel Blue. HEX triplet: 44, 7C and BE. RGB value is (68,124,190). Sum of RGB (Red+Green+Blue) = 68+124+190=382 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.80% from 382); Green value is 124 (48.83% from 255 or 32.46% from 382); Blue value is 190 (74.61% from 255 or 49.74% from 382); Max value from RGB is 190 - color contains mainly: blue. Hex color #447CBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447CBE is #BB8341. Grayscale: #727272. Windows color (decimal): -12288834 or 12483652. OLE color: 12483652.
HSL color Cylindrical-coordinate representation of color #447CBE: hue angle of 212.46º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #447CBE is Cyan = 0.64, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 68 | 124 | 190 | - |
| CMYK | 0.64 | 0.35 | 0 | 0.25 |
| HSL | 212.46º | 0.48% | 0.51% | - |
| HSV(B) | 212.46º | 0.64% | 0.75% | - |
| XYZ | 18.89 | 19.36 | 51.46 | - |
| YUV | 114.78 | 170.45 | 94.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 124 | 190 | 0.64 | 0.35 | 0 | 0.25 | 212.46 | 0.48 | 0.51 |
| Hex | 44 | 7C | BE | 40 | 23 | 0 | 19 | D4 | 30 | 33 |
| Octal | 104 | 174 | 276 | 100 | 43 | 0 | 31 | 324 | 60 | 63 |
| Binary | 1000100 | 1111100 | 10111110 | 1000000 | 100011 | 0 | 11001 | 11010100 | 110000 | 110011 |
Color Harmonies of #447CBE
Complementary color
Monochromatic Colors of #447CBE
Black with #447CBE
Text Example
Text Example
White with #447CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447CBE; }
p { color: rgb(68,124,190); }
H1.HeaderClassName
{
color: #447CBE;
}
.AnyTagClassName
{
color: #447CBE;
}
</style>
background-color css
<style>
a { background-color: #447CBE; }
a { background-color: rgb(68,124,190); }
div.DivClassName
{
background-color: #447CBE;
}
.BgClassName
{
background-color: #447CBE;
}
</style>
border-color css
<style>
span { border-color: #447CBE; }
span { border-color: rgb(68,124,190); }
td.TdClassName
{
border-color: #447CBE;
}
.TagClassName
{
border-color: #447CBE;
}
</style>