Shades of Mariner #426199
Tints of Mariner #426199
RGB
CMYK
RGB Variations
Color information
#426199 (or 0x426199) is known color: Mariner. HEX triplet: 42, 61 and 99. RGB value is (66,97,153). Sum of RGB (Red+Green+Blue) = 66+97+153=316 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.89% from 316); Green value is 97 (38.28% from 255 or 30.70% from 316); Blue value is 153 (60.16% from 255 or 48.42% from 316); Max value from RGB is 153 - color contains mainly: blue. Hex color #426199 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426199 is #BD9E66. Grayscale: #5D5D5D. Windows color (decimal): -12426855 or 10051906. OLE color: 10051906.
HSL color Cylindrical-coordinate representation of color #426199: hue angle of 218.62º 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 #426199 is Cyan = 0.57, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 66 | 97 | 153 | - |
| CMYK | 0.57 | 0.37 | 0 | 0.4 |
| HSL | 218.62º | 0.4% | 0.43% | - |
| HSV(B) | 218.62º | 0.57% | 0.6% | - |
| XYZ | 12.27 | 12.01 | 31.81 | - |
| YUV | 94.12 | 161.23 | 107.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 97 | 153 | 0.57 | 0.37 | 0 | 0.4 | 218.62 | 0.4 | 0.43 |
| Hex | 42 | 61 | 99 | 39 | 25 | 0 | 28 | DB | 28 | 2B |
| Octal | 102 | 141 | 231 | 71 | 45 | 0 | 50 | 333 | 50 | 53 |
| Binary | 1000010 | 1100001 | 10011001 | 111001 | 100101 | 0 | 101000 | 11011011 | 101000 | 101011 |
Color Harmonies of #426199
Complementary color
Monochromatic Colors of #426199
Black with #426199
Text Example
Text Example
White with #426199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426199; }
p { color: rgb(66,97,153); }
H1.HeaderClassName
{
color: #426199;
}
.AnyTagClassName
{
color: #426199;
}
</style>
background-color css
<style>
a { background-color: #426199; }
a { background-color: rgb(66,97,153); }
div.DivClassName
{
background-color: #426199;
}
.BgClassName
{
background-color: #426199;
}
</style>
border-color css
<style>
span { border-color: #426199; }
span { border-color: rgb(66,97,153); }
td.TdClassName
{
border-color: #426199;
}
.TagClassName
{
border-color: #426199;
}
</style>