Shades of Mariner #42609F
Tints of Mariner #42609F
RGB
CMYK
RGB Variations
Color information
#42609F (or 0x42609F) is known color: Mariner. HEX triplet: 42, 60 and 9F. RGB value is (66,96,159). Sum of RGB (Red+Green+Blue) = 66+96+159=321 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.56% from 321); Green value is 96 (37.89% from 255 or 29.91% from 321); Blue value is 159 (62.5% from 255 or 49.53% from 321); Max value from RGB is 159 - color contains mainly: blue. Hex color #42609F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42609F is #BD9F60. Grayscale: #5D5D5D. Windows color (decimal): -12427105 or 10444866. OLE color: 10444866.
HSL color Cylindrical-coordinate representation of color #42609F: hue angle of 220.65º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #42609F is Cyan = 0.58, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 66 | 96 | 159 | - |
| CMYK | 0.58 | 0.40 | 0 | 0.38 |
| HSL | 220.65º | 0.41% | 0.44% | - |
| HSV(B) | 220.65º | 0.58% | 0.62% | - |
| XYZ | 12.69 | 12.03 | 34.45 | - |
| YUV | 94.21 | 164.56 | 107.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 96 | 159 | 0.58 | 0.40 | 0 | 0.38 | 220.65 | 0.41 | 0.44 |
| Hex | 42 | 60 | 9F | 3A | 28 | 0 | 26 | DD | 29 | 2C |
| Octal | 102 | 140 | 237 | 72 | 50 | 0 | 46 | 335 | 51 | 54 |
| Binary | 1000010 | 1100000 | 10011111 | 111010 | 101000 | 0 | 100110 | 11011101 | 101001 | 101100 |
Color Harmonies of #42609F
Complementary color
Monochromatic Colors of #42609F
Black with #42609F
Text Example
Text Example
White with #42609F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42609F; }
p { color: rgb(66,96,159); }
H1.HeaderClassName
{
color: #42609F;
}
.AnyTagClassName
{
color: #42609F;
}
</style>
background-color css
<style>
a { background-color: #42609F; }
a { background-color: rgb(66,96,159); }
div.DivClassName
{
background-color: #42609F;
}
.BgClassName
{
background-color: #42609F;
}
</style>
border-color css
<style>
span { border-color: #42609F; }
span { border-color: rgb(66,96,159); }
td.TdClassName
{
border-color: #42609F;
}
.TagClassName
{
border-color: #42609F;
}
</style>