Shades of Mariner #426BAC
Tints of Mariner #426BAC
RGB
CMYK
RGB Variations
Color information
#426BAC (or 0x426BAC) is known color: Mariner. HEX triplet: 42, 6B and AC. RGB value is (66,107,172). Sum of RGB (Red+Green+Blue) = 66+107+172=345 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.13% from 345); Green value is 107 (42.19% from 255 or 31.01% from 345); Blue value is 172 (67.58% from 255 or 49.86% from 345); Max value from RGB is 172 - color contains mainly: blue. Hex color #426BAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426BAC is #BD9453. Grayscale: #656565. Windows color (decimal): -12424276 or 11299650. OLE color: 11299650.
HSL color Cylindrical-coordinate representation of color #426BAC: hue angle of 216.79º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #426BAC is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 107 | 172 | - |
| CMYK | 0.62 | 0.38 | 0 | 0.33 |
| HSL | 216.79º | 0.45% | 0.47% | - |
| HSV(B) | 216.79º | 0.62% | 0.67% | - |
| XYZ | 14.95 | 14.65 | 41.07 | - |
| YUV | 102.15 | 167.42 | 102.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 107 | 172 | 0.62 | 0.38 | 0 | 0.33 | 216.79 | 0.45 | 0.47 |
| Hex | 42 | 6B | AC | 3E | 26 | 0 | 21 | D9 | 2D | 2F |
| Octal | 102 | 153 | 254 | 76 | 46 | 0 | 41 | 331 | 55 | 57 |
| Binary | 1000010 | 1101011 | 10101100 | 111110 | 100110 | 0 | 100001 | 11011001 | 101101 | 101111 |
Color Harmonies of #426BAC
Complementary color
Monochromatic Colors of #426BAC
Black with #426BAC
Text Example
Text Example
White with #426BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426BAC; }
p { color: rgb(66,107,172); }
H1.HeaderClassName
{
color: #426BAC;
}
.AnyTagClassName
{
color: #426BAC;
}
</style>
background-color css
<style>
a { background-color: #426BAC; }
a { background-color: rgb(66,107,172); }
div.DivClassName
{
background-color: #426BAC;
}
.BgClassName
{
background-color: #426BAC;
}
</style>
border-color css
<style>
span { border-color: #426BAC; }
span { border-color: rgb(66,107,172); }
td.TdClassName
{
border-color: #426BAC;
}
.TagClassName
{
border-color: #426BAC;
}
</style>