Shades of Mariner #416391
Tints of Mariner #416391
RGB
CMYK
RGB Variations
Color information
#416391 (or 0x416391) is known color: Mariner. HEX triplet: 41, 63 and 91. RGB value is (65,99,145). Sum of RGB (Red+Green+Blue) = 65+99+145=309 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.04% from 309); Green value is 99 (39.06% from 255 or 32.04% from 309); Blue value is 145 (57.03% from 255 or 46.93% from 309); Max value from RGB is 145 - color contains mainly: blue. Hex color #416391 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416391 is #BE9C6E. Grayscale: #5D5D5D. Windows color (decimal): -12491887 or 9528129. OLE color: 9528129.
HSL color Cylindrical-coordinate representation of color #416391: hue angle of 214.5º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #416391 is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 65 | 99 | 145 | - |
| CMYK | 0.55 | 0.32 | 0 | 0.43 |
| HSL | 214.5º | 0.38% | 0.41% | - |
| HSV(B) | 214.5º | 0.55% | 0.57% | - |
| XYZ | 11.75 | 12.09 | 28.5 | - |
| YUV | 94.08 | 156.74 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 99 | 145 | 0.55 | 0.32 | 0 | 0.43 | 214.5 | 0.38 | 0.41 |
| Hex | 41 | 63 | 91 | 37 | 20 | 0 | 2B | D6 | 26 | 29 |
| Octal | 101 | 143 | 221 | 67 | 40 | 0 | 53 | 326 | 46 | 51 |
| Binary | 1000001 | 1100011 | 10010001 | 110111 | 100000 | 0 | 101011 | 11010110 | 100110 | 101001 |
Color Harmonies of #416391
Complementary color
Monochromatic Colors of #416391
Black with #416391
Text Example
Text Example
White with #416391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416391; }
p { color: rgb(65,99,145); }
H1.HeaderClassName
{
color: #416391;
}
.AnyTagClassName
{
color: #416391;
}
</style>
background-color css
<style>
a { background-color: #416391; }
a { background-color: rgb(65,99,145); }
div.DivClassName
{
background-color: #416391;
}
.BgClassName
{
background-color: #416391;
}
</style>
border-color css
<style>
span { border-color: #416391; }
span { border-color: rgb(65,99,145); }
td.TdClassName
{
border-color: #416391;
}
.TagClassName
{
border-color: #416391;
}
</style>