Shades of Mariner #416491
Tints of Mariner #416491
RGB
CMYK
RGB Variations
Color information
#416491 (or 0x416491) is known color: Mariner. HEX triplet: 41, 64 and 91. RGB value is (65,100,145). Sum of RGB (Red+Green+Blue) = 65+100+145=310 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.97% from 310); Green value is 100 (39.45% from 255 or 32.26% from 310); Blue value is 145 (57.03% from 255 or 46.77% from 310); Max value from RGB is 145 - color contains mainly: blue. Hex color #416491 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416491 is #BE9B6E. Grayscale: #5E5E5E. Windows color (decimal): -12491631 or 9528385. OLE color: 9528385.
HSL color Cylindrical-coordinate representation of color #416491: hue angle of 213.75º 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 #416491 is Cyan = 0.55, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 65 | 100 | 145 | - |
| CMYK | 0.55 | 0.31 | 0 | 0.43 |
| HSL | 213.75º | 0.38% | 0.41% | - |
| HSV(B) | 213.75º | 0.55% | 0.57% | - |
| XYZ | 11.85 | 12.28 | 28.53 | - |
| YUV | 94.67 | 156.4 | 106.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 100 | 145 | 0.55 | 0.31 | 0 | 0.43 | 213.75 | 0.38 | 0.41 |
| Hex | 41 | 64 | 91 | 37 | 1F | 0 | 2B | D6 | 26 | 29 |
| Octal | 101 | 144 | 221 | 67 | 37 | 0 | 53 | 326 | 46 | 51 |
| Binary | 1000001 | 1100100 | 10010001 | 110111 | 11111 | 0 | 101011 | 11010110 | 100110 | 101001 |
Color Harmonies of #416491
Complementary color
Monochromatic Colors of #416491
Black with #416491
Text Example
Text Example
White with #416491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416491; }
p { color: rgb(65,100,145); }
H1.HeaderClassName
{
color: #416491;
}
.AnyTagClassName
{
color: #416491;
}
</style>
background-color css
<style>
a { background-color: #416491; }
a { background-color: rgb(65,100,145); }
div.DivClassName
{
background-color: #416491;
}
.BgClassName
{
background-color: #416491;
}
</style>
border-color css
<style>
span { border-color: #416491; }
span { border-color: rgb(65,100,145); }
td.TdClassName
{
border-color: #416491;
}
.TagClassName
{
border-color: #416491;
}
</style>