Shades of Mariner #426BA9
Tints of Mariner #426BA9
RGB
CMYK
RGB Variations
Color information
#426BA9 (or 0x426BA9) is known color: Mariner. HEX triplet: 42, 6B and A9. RGB value is (66,107,169). Sum of RGB (Red+Green+Blue) = 66+107+169=342 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.30% from 342); Green value is 107 (42.19% from 255 or 31.29% from 342); Blue value is 169 (66.41% from 255 or 49.42% from 342); Max value from RGB is 169 - color contains mainly: blue. Hex color #426BA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426BA9 is #BD9456. Grayscale: #656565. Windows color (decimal): -12424279 or 11103042. OLE color: 11103042.
HSL color Cylindrical-coordinate representation of color #426BA9: hue angle of 216.12º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #426BA9 is Cyan = 0.61, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 66 | 107 | 169 | - |
| CMYK | 0.61 | 0.37 | 0 | 0.34 |
| HSL | 216.12º | 0.44% | 0.46% | - |
| HSV(B) | 216.12º | 0.61% | 0.66% | - |
| XYZ | 14.67 | 14.54 | 39.57 | - |
| YUV | 101.81 | 165.92 | 102.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 107 | 169 | 0.61 | 0.37 | 0 | 0.34 | 216.12 | 0.44 | 0.46 |
| Hex | 42 | 6B | A9 | 3D | 25 | 0 | 22 | D8 | 2C | 2E |
| Octal | 102 | 153 | 251 | 75 | 45 | 0 | 42 | 330 | 54 | 56 |
| Binary | 1000010 | 1101011 | 10101001 | 111101 | 100101 | 0 | 100010 | 11011000 | 101100 | 101110 |
Color Harmonies of #426BA9
Complementary color
Monochromatic Colors of #426BA9
Black with #426BA9
Text Example
Text Example
White with #426BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426BA9; }
p { color: rgb(66,107,169); }
H1.HeaderClassName
{
color: #426BA9;
}
.AnyTagClassName
{
color: #426BA9;
}
</style>
background-color css
<style>
a { background-color: #426BA9; }
a { background-color: rgb(66,107,169); }
div.DivClassName
{
background-color: #426BA9;
}
.BgClassName
{
background-color: #426BA9;
}
</style>
border-color css
<style>
span { border-color: #426BA9; }
span { border-color: rgb(66,107,169); }
td.TdClassName
{
border-color: #426BA9;
}
.TagClassName
{
border-color: #426BA9;
}
</style>