Shades of Mariner #426DB1
Tints of Mariner #426DB1
RGB
CMYK
RGB Variations
Color information
#426DB1 (or 0x426DB1) is known color: Mariner. HEX triplet: 42, 6D and B1. RGB value is (66,109,177). Sum of RGB (Red+Green+Blue) = 66+109+177=352 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.75% from 352); Green value is 109 (42.97% from 255 or 30.97% from 352); Blue value is 177 (69.53% from 255 or 50.28% from 352); Max value from RGB is 177 - color contains mainly: blue. Hex color #426DB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426DB1 is #BD924E. Grayscale: #676767. Windows color (decimal): -12423759 or 11627842. OLE color: 11627842.
HSL color Cylindrical-coordinate representation of color #426DB1: hue angle of 216.76º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #426DB1 is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 66 | 109 | 177 | - |
| CMYK | 0.63 | 0.38 | 0 | 0.31 |
| HSL | 216.76º | 0.46% | 0.48% | - |
| HSV(B) | 216.76º | 0.63% | 0.69% | - |
| XYZ | 15.65 | 15.27 | 43.72 | - |
| YUV | 103.9 | 169.25 | 100.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 109 | 177 | 0.63 | 0.38 | 0 | 0.31 | 216.76 | 0.46 | 0.48 |
| Hex | 42 | 6D | B1 | 3F | 26 | 0 | 1F | D9 | 2E | 30 |
| Octal | 102 | 155 | 261 | 77 | 46 | 0 | 37 | 331 | 56 | 60 |
| Binary | 1000010 | 1101101 | 10110001 | 111111 | 100110 | 0 | 11111 | 11011001 | 101110 | 110000 |
Color Harmonies of #426DB1
Complementary color
Monochromatic Colors of #426DB1
Black with #426DB1
Text Example
Text Example
White with #426DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426DB1; }
p { color: rgb(66,109,177); }
H1.HeaderClassName
{
color: #426DB1;
}
.AnyTagClassName
{
color: #426DB1;
}
</style>
background-color css
<style>
a { background-color: #426DB1; }
a { background-color: rgb(66,109,177); }
div.DivClassName
{
background-color: #426DB1;
}
.BgClassName
{
background-color: #426DB1;
}
</style>
border-color css
<style>
span { border-color: #426DB1; }
span { border-color: rgb(66,109,177); }
td.TdClassName
{
border-color: #426DB1;
}
.TagClassName
{
border-color: #426DB1;
}
</style>