Shades of Steel Blue #426EC0
Tints of Steel Blue #426EC0
RGB
CMYK
RGB Variations
Color information
#426EC0 (or 0x426EC0) is known color: Steel Blue. HEX triplet: 42, 6E and C0. RGB value is (66,110,192). Sum of RGB (Red+Green+Blue) = 66+110+192=368 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.93% from 368); Green value is 110 (43.36% from 255 or 29.89% from 368); Blue value is 192 (75.39% from 255 or 52.17% from 368); Max value from RGB is 192 - color contains mainly: blue. Hex color #426EC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426EC0 is #BD913F. Grayscale: #696969. Windows color (decimal): -12423488 or 12611138. OLE color: 12611138.
HSL color Cylindrical-coordinate representation of color #426EC0: hue angle of 219.05º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #426EC0 is Cyan = 0.66, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 110 | 192 | - |
| CMYK | 0.66 | 0.43 | 0 | 0.25 |
| HSL | 219.05º | 0.5% | 0.51% | - |
| HSV(B) | 219.05º | 0.66% | 0.75% | - |
| XYZ | 17.34 | 16.12 | 52.07 | - |
| YUV | 106.19 | 176.42 | 99.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 110 | 192 | 0.66 | 0.43 | 0 | 0.25 | 219.05 | 0.5 | 0.51 |
| Hex | 42 | 6E | C0 | 42 | 2B | 0 | 19 | DB | 32 | 33 |
| Octal | 102 | 156 | 300 | 102 | 53 | 0 | 31 | 333 | 62 | 63 |
| Binary | 1000010 | 1101110 | 11000000 | 1000010 | 101011 | 0 | 11001 | 11011011 | 110010 | 110011 |
Color Harmonies of #426EC0
Complementary color
Monochromatic Colors of #426EC0
Black with #426EC0
Text Example
Text Example
White with #426EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426EC0; }
p { color: rgb(66,110,192); }
H1.HeaderClassName
{
color: #426EC0;
}
.AnyTagClassName
{
color: #426EC0;
}
</style>
background-color css
<style>
a { background-color: #426EC0; }
a { background-color: rgb(66,110,192); }
div.DivClassName
{
background-color: #426EC0;
}
.BgClassName
{
background-color: #426EC0;
}
</style>
border-color css
<style>
span { border-color: #426EC0; }
span { border-color: rgb(66,110,192); }
td.TdClassName
{
border-color: #426EC0;
}
.TagClassName
{
border-color: #426EC0;
}
</style>