Shades of Mariner #42569F
Tints of Mariner #42569F
RGB
CMYK
RGB Variations
Color information
#42569F (or 0x42569F) is known color: Mariner. HEX triplet: 42, 56 and 9F. RGB value is (66,86,159). Sum of RGB (Red+Green+Blue) = 66+86+159=311 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.22% from 311); Green value is 86 (33.98% from 255 or 27.65% from 311); Blue value is 159 (62.5% from 255 or 51.13% from 311); Max value from RGB is 159 - color contains mainly: blue. Hex color #42569F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42569F is #BDA960. Grayscale: #585858. Windows color (decimal): -12429665 or 10442306. OLE color: 10442306.
HSL color Cylindrical-coordinate representation of color #42569F: hue angle of 227.1º 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 #42569F is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 66 | 86 | 159 | - |
| CMYK | 0.58 | 0.46 | 0 | 0.38 |
| HSL | 227.1º | 0.41% | 0.44% | - |
| HSV(B) | 227.1º | 0.58% | 0.62% | - |
| XYZ | 11.83 | 10.32 | 34.17 | - |
| YUV | 88.34 | 167.87 | 112.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 86 | 159 | 0.58 | 0.46 | 0 | 0.38 | 227.1 | 0.41 | 0.44 |
| Hex | 42 | 56 | 9F | 3A | 2E | 0 | 26 | E3 | 29 | 2C |
| Octal | 102 | 126 | 237 | 72 | 56 | 0 | 46 | 343 | 51 | 54 |
| Binary | 1000010 | 1010110 | 10011111 | 111010 | 101110 | 0 | 100110 | 11100011 | 101001 | 101100 |
Color Harmonies of #42569F
Complementary color
Monochromatic Colors of #42569F
Black with #42569F
Text Example
Text Example
White with #42569F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42569F; }
p { color: rgb(66,86,159); }
H1.HeaderClassName
{
color: #42569F;
}
.AnyTagClassName
{
color: #42569F;
}
</style>
background-color css
<style>
a { background-color: #42569F; }
a { background-color: rgb(66,86,159); }
div.DivClassName
{
background-color: #42569F;
}
.BgClassName
{
background-color: #42569F;
}
</style>
border-color css
<style>
span { border-color: #42569F; }
span { border-color: rgb(66,86,159); }
td.TdClassName
{
border-color: #42569F;
}
.TagClassName
{
border-color: #42569F;
}
</style>