Shades of Mariner #426AAA
Tints of Mariner #426AAA
RGB
CMYK
RGB Variations
Color information
#426AAA (or 0x426AAA) is known color: Mariner. HEX triplet: 42, 6A and AA. RGB value is (66,106,170). Sum of RGB (Red+Green+Blue) = 66+106+170=342 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.30% from 342); Green value is 106 (41.80% from 255 or 30.99% from 342); Blue value is 170 (66.80% from 255 or 49.71% from 342); Max value from RGB is 170 - color contains mainly: blue. Hex color #426AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426AAA is #BD9555. Grayscale: #656565. Windows color (decimal): -12424534 or 11168322. OLE color: 11168322.
HSL color Cylindrical-coordinate representation of color #426AAA: hue angle of 216.92º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #426AAA is Cyan = 0.61, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 106 | 170 | - |
| CMYK | 0.61 | 0.38 | 0 | 0.33 |
| HSL | 216.92º | 0.44% | 0.46% | - |
| HSV(B) | 216.92º | 0.61% | 0.67% | - |
| XYZ | 14.66 | 14.37 | 40.03 | - |
| YUV | 101.34 | 166.75 | 102.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 106 | 170 | 0.61 | 0.38 | 0 | 0.33 | 216.92 | 0.44 | 0.46 |
| Hex | 42 | 6A | AA | 3D | 26 | 0 | 21 | D9 | 2C | 2E |
| Octal | 102 | 152 | 252 | 75 | 46 | 0 | 41 | 331 | 54 | 56 |
| Binary | 1000010 | 1101010 | 10101010 | 111101 | 100110 | 0 | 100001 | 11011001 | 101100 | 101110 |
Color Harmonies of #426AAA
Complementary color
Monochromatic Colors of #426AAA
Black with #426AAA
Text Example
Text Example
White with #426AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426AAA; }
p { color: rgb(66,106,170); }
H1.HeaderClassName
{
color: #426AAA;
}
.AnyTagClassName
{
color: #426AAA;
}
</style>
background-color css
<style>
a { background-color: #426AAA; }
a { background-color: rgb(66,106,170); }
div.DivClassName
{
background-color: #426AAA;
}
.BgClassName
{
background-color: #426AAA;
}
</style>
border-color css
<style>
span { border-color: #426AAA; }
span { border-color: rgb(66,106,170); }
td.TdClassName
{
border-color: #426AAA;
}
.TagClassName
{
border-color: #426AAA;
}
</style>