Shades of Mariner #426FA8
Tints of Mariner #426FA8
RGB
CMYK
RGB Variations
Color information
#426FA8 (or 0x426FA8) is known color: Mariner. HEX triplet: 42, 6F and A8. RGB value is (66,111,168). Sum of RGB (Red+Green+Blue) = 66+111+168=345 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.13% from 345); Green value is 111 (43.75% from 255 or 32.17% from 345); Blue value is 168 (66.02% from 255 or 48.70% from 345); Max value from RGB is 168 - color contains mainly: blue. Hex color #426FA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426FA8 is #BD9057. Grayscale: #676767. Windows color (decimal): -12423256 or 11038530. OLE color: 11038530.
HSL color Cylindrical-coordinate representation of color #426FA8: hue angle of 213.53º 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 #426FA8 is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 66 | 111 | 168 | - |
| CMYK | 0.61 | 0.34 | 0 | 0.34 |
| HSL | 213.53º | 0.44% | 0.46% | - |
| HSV(B) | 213.53º | 0.61% | 0.66% | - |
| XYZ | 15 | 15.35 | 39.22 | - |
| YUV | 104.04 | 164.09 | 100.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 111 | 168 | 0.61 | 0.34 | 0 | 0.34 | 213.53 | 0.44 | 0.46 |
| Hex | 42 | 6F | A8 | 3D | 22 | 0 | 22 | D6 | 2C | 2E |
| Octal | 102 | 157 | 250 | 75 | 42 | 0 | 42 | 326 | 54 | 56 |
| Binary | 1000010 | 1101111 | 10101000 | 111101 | 100010 | 0 | 100010 | 11010110 | 101100 | 101110 |
Color Harmonies of #426FA8
Complementary color
Monochromatic Colors of #426FA8
Black with #426FA8
Text Example
Text Example
White with #426FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426FA8; }
p { color: rgb(66,111,168); }
H1.HeaderClassName
{
color: #426FA8;
}
.AnyTagClassName
{
color: #426FA8;
}
</style>
background-color css
<style>
a { background-color: #426FA8; }
a { background-color: rgb(66,111,168); }
div.DivClassName
{
background-color: #426FA8;
}
.BgClassName
{
background-color: #426FA8;
}
</style>
border-color css
<style>
span { border-color: #426FA8; }
span { border-color: rgb(66,111,168); }
td.TdClassName
{
border-color: #426FA8;
}
.TagClassName
{
border-color: #426FA8;
}
</style>