Shades of Steel Blue #447EC1
Tints of Steel Blue #447EC1
RGB
CMYK
RGB Variations
Color information
#447EC1 (or 0x447EC1) is known color: Steel Blue. HEX triplet: 44, 7E and C1. RGB value is (68,126,193). Sum of RGB (Red+Green+Blue) = 68+126+193=387 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.57% from 387); Green value is 126 (49.61% from 255 or 32.56% from 387); Blue value is 193 (75.78% from 255 or 49.87% from 387); Max value from RGB is 193 - color contains mainly: blue. Hex color #447EC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447EC1 is #BB813E. Grayscale: #737373. Windows color (decimal): -12288319 or 12680772. OLE color: 12680772.
HSL color Cylindrical-coordinate representation of color #447EC1: hue angle of 212.16º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #447EC1 is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 68 | 126 | 193 | - |
| CMYK | 0.65 | 0.35 | 0 | 0.24 |
| HSL | 212.16º | 0.5% | 0.51% | - |
| HSV(B) | 212.16º | 0.65% | 0.76% | - |
| XYZ | 19.47 | 20 | 53.29 | - |
| YUV | 116.3 | 171.28 | 93.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 126 | 193 | 0.65 | 0.35 | 0 | 0.24 | 212.16 | 0.5 | 0.51 |
| Hex | 44 | 7E | C1 | 41 | 23 | 0 | 18 | D4 | 32 | 33 |
| Octal | 104 | 176 | 301 | 101 | 43 | 0 | 30 | 324 | 62 | 63 |
| Binary | 1000100 | 1111110 | 11000001 | 1000001 | 100011 | 0 | 11000 | 11010100 | 110010 | 110011 |
Color Harmonies of #447EC1
Complementary color
Monochromatic Colors of #447EC1
Black with #447EC1
Text Example
Text Example
White with #447EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447EC1; }
p { color: rgb(68,126,193); }
H1.HeaderClassName
{
color: #447EC1;
}
.AnyTagClassName
{
color: #447EC1;
}
</style>
background-color css
<style>
a { background-color: #447EC1; }
a { background-color: rgb(68,126,193); }
div.DivClassName
{
background-color: #447EC1;
}
.BgClassName
{
background-color: #447EC1;
}
</style>
border-color css
<style>
span { border-color: #447EC1; }
span { border-color: rgb(68,126,193); }
td.TdClassName
{
border-color: #447EC1;
}
.TagClassName
{
border-color: #447EC1;
}
</style>