Shades of Mariner #426C99
Tints of Mariner #426C99
RGB
CMYK
RGB Variations
Color information
#426C99 (or 0x426C99) is known color: Mariner. HEX triplet: 42, 6C and 99. RGB value is (66,108,153). Sum of RGB (Red+Green+Blue) = 66+108+153=327 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.18% from 327); Green value is 108 (42.58% from 255 or 33.03% from 327); Blue value is 153 (60.16% from 255 or 46.79% from 327); Max value from RGB is 153 - color contains mainly: blue. Hex color #426C99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426C99 is #BD9366. Grayscale: #646464. Windows color (decimal): -12424039 or 10054722. OLE color: 10054722.
HSL color Cylindrical-coordinate representation of color #426C99: hue angle of 211.03º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #426C99 is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 66 | 108 | 153 | - |
| CMYK | 0.57 | 0.29 | 0 | 0.4 |
| HSL | 211.03º | 0.4% | 0.43% | - |
| HSV(B) | 211.03º | 0.57% | 0.6% | - |
| XYZ | 13.36 | 14.18 | 32.17 | - |
| YUV | 100.57 | 157.59 | 103.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 108 | 153 | 0.57 | 0.29 | 0 | 0.4 | 211.03 | 0.4 | 0.43 |
| Hex | 42 | 6C | 99 | 39 | 1D | 0 | 28 | D3 | 28 | 2B |
| Octal | 102 | 154 | 231 | 71 | 35 | 0 | 50 | 323 | 50 | 53 |
| Binary | 1000010 | 1101100 | 10011001 | 111001 | 11101 | 0 | 101000 | 11010011 | 101000 | 101011 |
Color Harmonies of #426C99
Complementary color
Monochromatic Colors of #426C99
Black with #426C99
Text Example
Text Example
White with #426C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426C99; }
p { color: rgb(66,108,153); }
H1.HeaderClassName
{
color: #426C99;
}
.AnyTagClassName
{
color: #426C99;
}
</style>
background-color css
<style>
a { background-color: #426C99; }
a { background-color: rgb(66,108,153); }
div.DivClassName
{
background-color: #426C99;
}
.BgClassName
{
background-color: #426C99;
}
</style>
border-color css
<style>
span { border-color: #426C99; }
span { border-color: rgb(66,108,153); }
td.TdClassName
{
border-color: #426C99;
}
.TagClassName
{
border-color: #426C99;
}
</style>