Shades of Mariner #40569F
Tints of Mariner #40569F
RGB
CMYK
RGB Variations
Color information
#40569F (or 0x40569F) is known color: Mariner. HEX triplet: 40, 56 and 9F. RGB value is (64,86,159). Sum of RGB (Red+Green+Blue) = 64+86+159=309 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.71% from 309); Green value is 86 (33.98% from 255 or 27.83% from 309); Blue value is 159 (62.5% from 255 or 51.46% from 309); Max value from RGB is 159 - color contains mainly: blue. Hex color #40569F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40569F is #BFA960. Grayscale: #575757. Windows color (decimal): -12560737 or 10442304. OLE color: 10442304.
HSL color Cylindrical-coordinate representation of color #40569F: hue angle of 226.11º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #40569F is Cyan = 0.60, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 64 | 86 | 159 | - |
| CMYK | 0.60 | 0.46 | 0 | 0.38 |
| HSL | 226.11º | 0.43% | 0.44% | - |
| HSV(B) | 226.11º | 0.6% | 0.62% | - |
| XYZ | 11.7 | 10.25 | 34.16 | - |
| YUV | 87.74 | 168.21 | 111.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 86 | 159 | 0.60 | 0.46 | 0 | 0.38 | 226.11 | 0.43 | 0.44 |
| Hex | 40 | 56 | 9F | 3C | 2E | 0 | 26 | E2 | 2B | 2C |
| Octal | 100 | 126 | 237 | 74 | 56 | 0 | 46 | 342 | 53 | 54 |
| Binary | 1000000 | 1010110 | 10011111 | 111100 | 101110 | 0 | 100110 | 11100010 | 101011 | 101100 |
Color Harmonies of #40569F
Complementary color
Monochromatic Colors of #40569F
Black with #40569F
Text Example
Text Example
White with #40569F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40569F; }
p { color: rgb(64,86,159); }
H1.HeaderClassName
{
color: #40569F;
}
.AnyTagClassName
{
color: #40569F;
}
</style>
background-color css
<style>
a { background-color: #40569F; }
a { background-color: rgb(64,86,159); }
div.DivClassName
{
background-color: #40569F;
}
.BgClassName
{
background-color: #40569F;
}
</style>
border-color css
<style>
span { border-color: #40569F; }
span { border-color: rgb(64,86,159); }
td.TdClassName
{
border-color: #40569F;
}
.TagClassName
{
border-color: #40569F;
}
</style>