Shades of Steel Blue #426DB9
Tints of Steel Blue #426DB9
RGB
CMYK
RGB Variations
Color information
#426DB9 (or 0x426DB9) is known color: Steel Blue. HEX triplet: 42, 6D and B9. RGB value is (66,109,185). Sum of RGB (Red+Green+Blue) = 66+109+185=360 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.33% from 360); Green value is 109 (42.97% from 255 or 30.28% from 360); Blue value is 185 (72.66% from 255 or 51.39% from 360); Max value from RGB is 185 - color contains mainly: blue. Hex color #426DB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426DB9 is #BD9246. Grayscale: #686868. Windows color (decimal): -12423751 or 12152130. OLE color: 12152130.
HSL color Cylindrical-coordinate representation of color #426DB9: hue angle of 218.32º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #426DB9 is Cyan = 0.64, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 66 | 109 | 185 | - |
| CMYK | 0.64 | 0.41 | 0 | 0.27 |
| HSL | 218.32º | 0.47% | 0.49% | - |
| HSV(B) | 218.32º | 0.64% | 0.73% | - |
| XYZ | 16.47 | 15.6 | 48.04 | - |
| YUV | 104.81 | 173.25 | 100.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 109 | 185 | 0.64 | 0.41 | 0 | 0.27 | 218.32 | 0.47 | 0.49 |
| Hex | 42 | 6D | B9 | 40 | 29 | 0 | 1B | DA | 2F | 31 |
| Octal | 102 | 155 | 271 | 100 | 51 | 0 | 33 | 332 | 57 | 61 |
| Binary | 1000010 | 1101101 | 10111001 | 1000000 | 101001 | 0 | 11011 | 11011010 | 101111 | 110001 |
Color Harmonies of #426DB9
Complementary color
Monochromatic Colors of #426DB9
Black with #426DB9
Text Example
Text Example
White with #426DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426DB9; }
p { color: rgb(66,109,185); }
H1.HeaderClassName
{
color: #426DB9;
}
.AnyTagClassName
{
color: #426DB9;
}
</style>
background-color css
<style>
a { background-color: #426DB9; }
a { background-color: rgb(66,109,185); }
div.DivClassName
{
background-color: #426DB9;
}
.BgClassName
{
background-color: #426DB9;
}
</style>
border-color css
<style>
span { border-color: #426DB9; }
span { border-color: rgb(66,109,185); }
td.TdClassName
{
border-color: #426DB9;
}
.TagClassName
{
border-color: #426DB9;
}
</style>