Shades of Mariner #426CB9
Tints of Mariner #426CB9
RGB
CMYK
RGB Variations
Color information
#426CB9 (or 0x426CB9) is known color: Mariner. HEX triplet: 42, 6C and B9. RGB value is (66,108,185). Sum of RGB (Red+Green+Blue) = 66+108+185=359 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.38% from 359); Green value is 108 (42.58% from 255 or 30.08% from 359); Blue value is 185 (72.66% from 255 or 51.53% from 359); Max value from RGB is 185 - color contains mainly: blue. Hex color #426CB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426CB9 is #BD9346. Grayscale: #676767. Windows color (decimal): -12424007 or 12151874. OLE color: 12151874.
HSL color Cylindrical-coordinate representation of color #426CB9: hue angle of 218.82º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #426CB9 is Cyan = 0.64, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 66 | 108 | 185 | - |
| CMYK | 0.64 | 0.42 | 0 | 0.27 |
| HSL | 218.82º | 0.47% | 0.49% | - |
| HSV(B) | 218.82º | 0.64% | 0.73% | - |
| XYZ | 16.37 | 15.39 | 48.01 | - |
| YUV | 104.22 | 173.59 | 100.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 108 | 185 | 0.64 | 0.42 | 0 | 0.27 | 218.82 | 0.47 | 0.49 |
| Hex | 42 | 6C | B9 | 40 | 2A | 0 | 1B | DB | 2F | 31 |
| Octal | 102 | 154 | 271 | 100 | 52 | 0 | 33 | 333 | 57 | 61 |
| Binary | 1000010 | 1101100 | 10111001 | 1000000 | 101010 | 0 | 11011 | 11011011 | 101111 | 110001 |
Color Harmonies of #426CB9
Complementary color
Monochromatic Colors of #426CB9
Black with #426CB9
Text Example
Text Example
White with #426CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426CB9; }
p { color: rgb(66,108,185); }
H1.HeaderClassName
{
color: #426CB9;
}
.AnyTagClassName
{
color: #426CB9;
}
</style>
background-color css
<style>
a { background-color: #426CB9; }
a { background-color: rgb(66,108,185); }
div.DivClassName
{
background-color: #426CB9;
}
.BgClassName
{
background-color: #426CB9;
}
</style>
border-color css
<style>
span { border-color: #426CB9; }
span { border-color: rgb(66,108,185); }
td.TdClassName
{
border-color: #426CB9;
}
.TagClassName
{
border-color: #426CB9;
}
</style>