Shades of Mariner #426BAD
Tints of Mariner #426BAD
RGB
CMYK
RGB Variations
Color information
#426BAD (or 0x426BAD) is known color: Mariner. HEX triplet: 42, 6B and AD. RGB value is (66,107,173). Sum of RGB (Red+Green+Blue) = 66+107+173=346 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.08% from 346); Green value is 107 (42.19% from 255 or 30.92% from 346); Blue value is 173 (67.97% from 255 or 50% from 346); Max value from RGB is 173 - color contains mainly: blue. Hex color #426BAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426BAD is #BD9452. Grayscale: #656565. Windows color (decimal): -12424275 or 11365186. OLE color: 11365186.
HSL color Cylindrical-coordinate representation of color #426BAD: hue angle of 217.01º 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 #426BAD is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 66 | 107 | 173 | - |
| CMYK | 0.62 | 0.38 | 0 | 0.32 |
| HSL | 217.01º | 0.45% | 0.47% | - |
| HSV(B) | 217.01º | 0.62% | 0.68% | - |
| XYZ | 15.05 | 14.69 | 41.58 | - |
| YUV | 102.27 | 167.92 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 107 | 173 | 0.62 | 0.38 | 0 | 0.32 | 217.01 | 0.45 | 0.47 |
| Hex | 42 | 6B | AD | 3E | 26 | 0 | 20 | D9 | 2D | 2F |
| Octal | 102 | 153 | 255 | 76 | 46 | 0 | 40 | 331 | 55 | 57 |
| Binary | 1000010 | 1101011 | 10101101 | 111110 | 100110 | 0 | 100000 | 11011001 | 101101 | 101111 |
Color Harmonies of #426BAD
Complementary color
Monochromatic Colors of #426BAD
Black with #426BAD
Text Example
Text Example
White with #426BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426BAD; }
p { color: rgb(66,107,173); }
H1.HeaderClassName
{
color: #426BAD;
}
.AnyTagClassName
{
color: #426BAD;
}
</style>
background-color css
<style>
a { background-color: #426BAD; }
a { background-color: rgb(66,107,173); }
div.DivClassName
{
background-color: #426BAD;
}
.BgClassName
{
background-color: #426BAD;
}
</style>
border-color css
<style>
span { border-color: #426BAD; }
span { border-color: rgb(66,107,173); }
td.TdClassName
{
border-color: #426BAD;
}
.TagClassName
{
border-color: #426BAD;
}
</style>