Shades of Mariner #426CA2
Tints of Mariner #426CA2
RGB
CMYK
RGB Variations
Color information
#426CA2 (or 0x426CA2) is known color: Mariner. HEX triplet: 42, 6C and A2. RGB value is (66,108,162). Sum of RGB (Red+Green+Blue) = 66+108+162=336 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.64% from 336); Green value is 108 (42.58% from 255 or 32.14% from 336); Blue value is 162 (63.67% from 255 or 48.21% from 336); Max value from RGB is 162 - color contains mainly: blue. Hex color #426CA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426CA2 is #BD935D. Grayscale: #656565. Windows color (decimal): -12424030 or 10644546. OLE color: 10644546.
HSL color Cylindrical-coordinate representation of color #426CA2: hue angle of 213.75º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #426CA2 is Cyan = 0.59, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 66 | 108 | 162 | - |
| CMYK | 0.59 | 0.33 | 0 | 0.36 |
| HSL | 213.75º | 0.42% | 0.45% | - |
| HSV(B) | 213.75º | 0.59% | 0.64% | - |
| XYZ | 14.13 | 14.49 | 36.23 | - |
| YUV | 101.6 | 162.09 | 102.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 108 | 162 | 0.59 | 0.33 | 0 | 0.36 | 213.75 | 0.42 | 0.45 |
| Hex | 42 | 6C | A2 | 3B | 21 | 0 | 24 | D6 | 2A | 2D |
| Octal | 102 | 154 | 242 | 73 | 41 | 0 | 44 | 326 | 52 | 55 |
| Binary | 1000010 | 1101100 | 10100010 | 111011 | 100001 | 0 | 100100 | 11010110 | 101010 | 101101 |
Color Harmonies of #426CA2
Complementary color
Monochromatic Colors of #426CA2
Black with #426CA2
Text Example
Text Example
White with #426CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426CA2; }
p { color: rgb(66,108,162); }
H1.HeaderClassName
{
color: #426CA2;
}
.AnyTagClassName
{
color: #426CA2;
}
</style>
background-color css
<style>
a { background-color: #426CA2; }
a { background-color: rgb(66,108,162); }
div.DivClassName
{
background-color: #426CA2;
}
.BgClassName
{
background-color: #426CA2;
}
</style>
border-color css
<style>
span { border-color: #426CA2; }
span { border-color: rgb(66,108,162); }
td.TdClassName
{
border-color: #426CA2;
}
.TagClassName
{
border-color: #426CA2;
}
</style>