Shades of Mariner #41569B
Tints of Mariner #41569B
RGB
CMYK
RGB Variations
Color information
#41569B (or 0x41569B) is known color: Mariner. HEX triplet: 41, 56 and 9B. RGB value is (65,86,155). Sum of RGB (Red+Green+Blue) = 65+86+155=306 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.24% from 306); Green value is 86 (33.98% from 255 or 28.10% from 306); Blue value is 155 (60.94% from 255 or 50.65% from 306); Max value from RGB is 155 - color contains mainly: blue. Hex color #41569B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41569B is #BEA964. Grayscale: #575757. Windows color (decimal): -12495205 or 10180161. OLE color: 10180161.
HSL color Cylindrical-coordinate representation of color #41569B: hue angle of 226º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #41569B is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 65 | 86 | 155 | - |
| CMYK | 0.58 | 0.45 | 0 | 0.39 |
| HSL | 226º | 0.41% | 0.43% | - |
| HSV(B) | 226º | 0.58% | 0.61% | - |
| XYZ | 11.42 | 10.15 | 32.37 | - |
| YUV | 87.59 | 166.04 | 111.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 86 | 155 | 0.58 | 0.45 | 0 | 0.39 | 226 | 0.41 | 0.43 |
| Hex | 41 | 56 | 9B | 3A | 2D | 0 | 27 | E2 | 29 | 2B |
| Octal | 101 | 126 | 233 | 72 | 55 | 0 | 47 | 342 | 51 | 53 |
| Binary | 1000001 | 1010110 | 10011011 | 111010 | 101101 | 0 | 100111 | 11100010 | 101001 | 101011 |
Color Harmonies of #41569B
Complementary color
Monochromatic Colors of #41569B
Black with #41569B
Text Example
Text Example
White with #41569B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41569B; }
p { color: rgb(65,86,155); }
H1.HeaderClassName
{
color: #41569B;
}
.AnyTagClassName
{
color: #41569B;
}
</style>
background-color css
<style>
a { background-color: #41569B; }
a { background-color: rgb(65,86,155); }
div.DivClassName
{
background-color: #41569B;
}
.BgClassName
{
background-color: #41569B;
}
</style>
border-color css
<style>
span { border-color: #41569B; }
span { border-color: rgb(65,86,155); }
td.TdClassName
{
border-color: #41569B;
}
.TagClassName
{
border-color: #41569B;
}
</style>