Shades of Mariner #426CA6
Tints of Mariner #426CA6
RGB
CMYK
RGB Variations
Color information
#426CA6 (or 0x426CA6) is known color: Mariner. HEX triplet: 42, 6C and A6. RGB value is (66,108,166). Sum of RGB (Red+Green+Blue) = 66+108+166=340 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.41% from 340); Green value is 108 (42.58% from 255 or 31.76% from 340); Blue value is 166 (65.23% from 255 or 48.82% from 340); Max value from RGB is 166 - color contains mainly: blue. Hex color #426CA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426CA6 is #BD9359. Grayscale: #656565. Windows color (decimal): -12424026 or 10906690. OLE color: 10906690.
HSL color Cylindrical-coordinate representation of color #426CA6: hue angle of 214.8º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #426CA6 is Cyan = 0.60, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 66 | 108 | 166 | - |
| CMYK | 0.60 | 0.35 | 0 | 0.35 |
| HSL | 214.8º | 0.43% | 0.45% | - |
| HSV(B) | 214.8º | 0.6% | 0.65% | - |
| XYZ | 14.49 | 14.64 | 38.14 | - |
| YUV | 102.05 | 164.09 | 102.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 108 | 166 | 0.60 | 0.35 | 0 | 0.35 | 214.8 | 0.43 | 0.45 |
| Hex | 42 | 6C | A6 | 3C | 23 | 0 | 23 | D7 | 2B | 2D |
| Octal | 102 | 154 | 246 | 74 | 43 | 0 | 43 | 327 | 53 | 55 |
| Binary | 1000010 | 1101100 | 10100110 | 111100 | 100011 | 0 | 100011 | 11010111 | 101011 | 101101 |
Color Harmonies of #426CA6
Complementary color
Monochromatic Colors of #426CA6
Black with #426CA6
Text Example
Text Example
White with #426CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426CA6; }
p { color: rgb(66,108,166); }
H1.HeaderClassName
{
color: #426CA6;
}
.AnyTagClassName
{
color: #426CA6;
}
</style>
background-color css
<style>
a { background-color: #426CA6; }
a { background-color: rgb(66,108,166); }
div.DivClassName
{
background-color: #426CA6;
}
.BgClassName
{
background-color: #426CA6;
}
</style>
border-color css
<style>
span { border-color: #426CA6; }
span { border-color: rgb(66,108,166); }
td.TdClassName
{
border-color: #426CA6;
}
.TagClassName
{
border-color: #426CA6;
}
</style>