Shades of Mariner #426EB0
Tints of Mariner #426EB0
RGB
CMYK
RGB Variations
Color information
#426EB0 (or 0x426EB0) is known color: Mariner. HEX triplet: 42, 6E and B0. RGB value is (66,110,176). Sum of RGB (Red+Green+Blue) = 66+110+176=352 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.75% from 352); Green value is 110 (43.36% from 255 or 31.25% from 352); Blue value is 176 (69.14% from 255 or 50% from 352); Max value from RGB is 176 - color contains mainly: blue. Hex color #426EB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426EB0 is #BD914F. Grayscale: #686868. Windows color (decimal): -12423504 or 11562562. OLE color: 11562562.
HSL color Cylindrical-coordinate representation of color #426EB0: hue angle of 216º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #426EB0 is Cyan = 0.62, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 66 | 110 | 176 | - |
| CMYK | 0.62 | 0.37 | 0 | 0.31 |
| HSL | 216º | 0.45% | 0.47% | - |
| HSV(B) | 216º | 0.63% | 0.69% | - |
| XYZ | 15.66 | 15.44 | 43.23 | - |
| YUV | 104.37 | 168.42 | 100.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 110 | 176 | 0.62 | 0.37 | 0 | 0.31 | 216 | 0.45 | 0.47 |
| Hex | 42 | 6E | B0 | 3E | 25 | 0 | 1F | D8 | 2D | 2F |
| Octal | 102 | 156 | 260 | 76 | 45 | 0 | 37 | 330 | 55 | 57 |
| Binary | 1000010 | 1101110 | 10110000 | 111110 | 100101 | 0 | 11111 | 11011000 | 101101 | 101111 |
Color Harmonies of #426EB0
Complementary color
Monochromatic Colors of #426EB0
Black with #426EB0
Text Example
Text Example
White with #426EB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426EB0; }
p { color: rgb(66,110,176); }
H1.HeaderClassName
{
color: #426EB0;
}
.AnyTagClassName
{
color: #426EB0;
}
</style>
background-color css
<style>
a { background-color: #426EB0; }
a { background-color: rgb(66,110,176); }
div.DivClassName
{
background-color: #426EB0;
}
.BgClassName
{
background-color: #426EB0;
}
</style>
border-color css
<style>
span { border-color: #426EB0; }
span { border-color: rgb(66,110,176); }
td.TdClassName
{
border-color: #426EB0;
}
.TagClassName
{
border-color: #426EB0;
}
</style>