Shades of Mariner #426EAE
Tints of Mariner #426EAE
RGB
CMYK
RGB Variations
Color information
#426EAE (or 0x426EAE) is known color: Mariner. HEX triplet: 42, 6E and AE. RGB value is (66,110,174). Sum of RGB (Red+Green+Blue) = 66+110+174=350 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.86% from 350); Green value is 110 (43.36% from 255 or 31.43% from 350); Blue value is 174 (68.36% from 255 or 49.71% from 350); Max value from RGB is 174 - color contains mainly: blue. Hex color #426EAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426EAE is #BD9151. Grayscale: #676767. Windows color (decimal): -12423506 or 11431490. OLE color: 11431490.
HSL color Cylindrical-coordinate representation of color #426EAE: hue angle of 215.56º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #426EAE is Cyan = 0.62, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 66 | 110 | 174 | - |
| CMYK | 0.62 | 0.37 | 0 | 0.32 |
| HSL | 215.56º | 0.45% | 0.47% | - |
| HSV(B) | 215.56º | 0.62% | 0.68% | - |
| XYZ | 15.46 | 15.37 | 42.2 | - |
| YUV | 104.14 | 167.42 | 100.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 110 | 174 | 0.62 | 0.37 | 0 | 0.32 | 215.56 | 0.45 | 0.47 |
| Hex | 42 | 6E | AE | 3E | 25 | 0 | 20 | D8 | 2D | 2F |
| Octal | 102 | 156 | 256 | 76 | 45 | 0 | 40 | 330 | 55 | 57 |
| Binary | 1000010 | 1101110 | 10101110 | 111110 | 100101 | 0 | 100000 | 11011000 | 101101 | 101111 |
Color Harmonies of #426EAE
Complementary color
Monochromatic Colors of #426EAE
Black with #426EAE
Text Example
Text Example
White with #426EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426EAE; }
p { color: rgb(66,110,174); }
H1.HeaderClassName
{
color: #426EAE;
}
.AnyTagClassName
{
color: #426EAE;
}
</style>
background-color css
<style>
a { background-color: #426EAE; }
a { background-color: rgb(66,110,174); }
div.DivClassName
{
background-color: #426EAE;
}
.BgClassName
{
background-color: #426EAE;
}
</style>
border-color css
<style>
span { border-color: #426EAE; }
span { border-color: rgb(66,110,174); }
td.TdClassName
{
border-color: #426EAE;
}
.TagClassName
{
border-color: #426EAE;
}
</style>