Shades of Steel Blue #426DBC
Tints of Steel Blue #426DBC
RGB
CMYK
RGB Variations
Color information
#426DBC (or 0x426DBC) is known color: Steel Blue. HEX triplet: 42, 6D and BC. RGB value is (66,109,188). Sum of RGB (Red+Green+Blue) = 66+109+188=363 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.18% from 363); Green value is 109 (42.97% from 255 or 30.03% from 363); Blue value is 188 (73.83% from 255 or 51.79% from 363); Max value from RGB is 188 - color contains mainly: blue. Hex color #426DBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426DBC is #BD9243. Grayscale: #686868. Windows color (decimal): -12423748 or 12348738. OLE color: 12348738.
HSL color Cylindrical-coordinate representation of color #426DBC: hue angle of 218.85º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #426DBC is Cyan = 0.65, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 109 | 188 | - |
| CMYK | 0.65 | 0.42 | 0 | 0.26 |
| HSL | 218.85º | 0.48% | 0.5% | - |
| HSV(B) | 218.85º | 0.65% | 0.74% | - |
| XYZ | 16.79 | 15.73 | 49.73 | - |
| YUV | 105.15 | 174.75 | 100.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 109 | 188 | 0.65 | 0.42 | 0 | 0.26 | 218.85 | 0.48 | 0.5 |
| Hex | 42 | 6D | BC | 41 | 2A | 0 | 1A | DB | 30 | 32 |
| Octal | 102 | 155 | 274 | 101 | 52 | 0 | 32 | 333 | 60 | 62 |
| Binary | 1000010 | 1101101 | 10111100 | 1000001 | 101010 | 0 | 11010 | 11011011 | 110000 | 110010 |
Color Harmonies of #426DBC
Complementary color
Monochromatic Colors of #426DBC
Black with #426DBC
Text Example
Text Example
White with #426DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426DBC; }
p { color: rgb(66,109,188); }
H1.HeaderClassName
{
color: #426DBC;
}
.AnyTagClassName
{
color: #426DBC;
}
</style>
background-color css
<style>
a { background-color: #426DBC; }
a { background-color: rgb(66,109,188); }
div.DivClassName
{
background-color: #426DBC;
}
.BgClassName
{
background-color: #426DBC;
}
</style>
border-color css
<style>
span { border-color: #426DBC; }
span { border-color: rgb(66,109,188); }
td.TdClassName
{
border-color: #426DBC;
}
.TagClassName
{
border-color: #426DBC;
}
</style>