Shades of Mariner #42608E
Tints of Mariner #42608E
RGB
CMYK
RGB Variations
Color information
#42608E (or 0x42608E) is known color: Mariner. HEX triplet: 42, 60 and 8E. RGB value is (66,96,142). Sum of RGB (Red+Green+Blue) = 66+96+142=304 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.71% from 304); Green value is 96 (37.89% from 255 or 31.58% from 304); Blue value is 142 (55.86% from 255 or 46.71% from 304); Max value from RGB is 142 - color contains mainly: blue. Hex color #42608E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42608E is #BD9F71. Grayscale: #5C5C5C. Windows color (decimal): -12427122 or 9330754. OLE color: 9330754.
HSL color Cylindrical-coordinate representation of color #42608E: hue angle of 216.32º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #42608E is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 66 | 96 | 142 | - |
| CMYK | 0.54 | 0.32 | 0 | 0.44 |
| HSL | 216.32º | 0.37% | 0.41% | - |
| HSV(B) | 216.32º | 0.54% | 0.56% | - |
| XYZ | 11.31 | 11.48 | 27.21 | - |
| YUV | 92.27 | 156.06 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 96 | 142 | 0.54 | 0.32 | 0 | 0.44 | 216.32 | 0.37 | 0.41 |
| Hex | 42 | 60 | 8E | 36 | 20 | 0 | 2C | D8 | 25 | 29 |
| Octal | 102 | 140 | 216 | 66 | 40 | 0 | 54 | 330 | 45 | 51 |
| Binary | 1000010 | 1100000 | 10001110 | 110110 | 100000 | 0 | 101100 | 11011000 | 100101 | 101001 |
Color Harmonies of #42608E
Complementary color
Monochromatic Colors of #42608E
Black with #42608E
Text Example
Text Example
White with #42608E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42608E; }
p { color: rgb(66,96,142); }
H1.HeaderClassName
{
color: #42608E;
}
.AnyTagClassName
{
color: #42608E;
}
</style>
background-color css
<style>
a { background-color: #42608E; }
a { background-color: rgb(66,96,142); }
div.DivClassName
{
background-color: #42608E;
}
.BgClassName
{
background-color: #42608E;
}
</style>
border-color css
<style>
span { border-color: #42608E; }
span { border-color: rgb(66,96,142); }
td.TdClassName
{
border-color: #42608E;
}
.TagClassName
{
border-color: #42608E;
}
</style>