Shades of Steel Blue #447EC6
Tints of Steel Blue #447EC6
RGB
CMYK
RGB Variations
Color information
#447EC6 (or 0x447EC6) is known color: Steel Blue. HEX triplet: 44, 7E and C6. RGB value is (68,126,198). Sum of RGB (Red+Green+Blue) = 68+126+198=392 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.35% from 392); Green value is 126 (49.61% from 255 or 32.14% from 392); Blue value is 198 (77.73% from 255 or 50.51% from 392); Max value from RGB is 198 - color contains mainly: blue. Hex color #447EC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447EC6 is #BB8139. Grayscale: #747474. Windows color (decimal): -12288314 or 13008452. OLE color: 13008452.
HSL color Cylindrical-coordinate representation of color #447EC6: hue angle of 213.23º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #447EC6 is Cyan = 0.66, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 68 | 126 | 198 | - |
| CMYK | 0.66 | 0.36 | 0 | 0.22 |
| HSL | 213.23º | 0.53% | 0.52% | - |
| HSV(B) | 213.23º | 0.66% | 0.78% | - |
| XYZ | 20.04 | 20.23 | 56.27 | - |
| YUV | 116.87 | 173.78 | 93.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 126 | 198 | 0.66 | 0.36 | 0 | 0.22 | 213.23 | 0.53 | 0.52 |
| Hex | 44 | 7E | C6 | 42 | 24 | 0 | 16 | D5 | 35 | 34 |
| Octal | 104 | 176 | 306 | 102 | 44 | 0 | 26 | 325 | 65 | 64 |
| Binary | 1000100 | 1111110 | 11000110 | 1000010 | 100100 | 0 | 10110 | 11010101 | 110101 | 110100 |
Color Harmonies of #447EC6
Complementary color
Monochromatic Colors of #447EC6
Black with #447EC6
Text Example
Text Example
White with #447EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447EC6; }
p { color: rgb(68,126,198); }
H1.HeaderClassName
{
color: #447EC6;
}
.AnyTagClassName
{
color: #447EC6;
}
</style>
background-color css
<style>
a { background-color: #447EC6; }
a { background-color: rgb(68,126,198); }
div.DivClassName
{
background-color: #447EC6;
}
.BgClassName
{
background-color: #447EC6;
}
</style>
border-color css
<style>
span { border-color: #447EC6; }
span { border-color: rgb(68,126,198); }
td.TdClassName
{
border-color: #447EC6;
}
.TagClassName
{
border-color: #447EC6;
}
</style>