Shades of Mariner #416195
Tints of Mariner #416195
RGB
CMYK
RGB Variations
Color information
#416195 (or 0x416195) is known color: Mariner. HEX triplet: 41, 61 and 95. RGB value is (65,97,149). Sum of RGB (Red+Green+Blue) = 65+97+149=311 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.90% from 311); Green value is 97 (38.28% from 255 or 31.19% from 311); Blue value is 149 (58.59% from 255 or 47.91% from 311); Max value from RGB is 149 - color contains mainly: blue. Hex color #416195 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416195 is #BE9E6A. Grayscale: #5D5D5D. Windows color (decimal): -12492395 or 9789761. OLE color: 9789761.
HSL color Cylindrical-coordinate representation of color #416195: hue angle of 217.14º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #416195 is Cyan = 0.56, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 65 | 97 | 149 | - |
| CMYK | 0.56 | 0.35 | 0 | 0.42 |
| HSL | 217.14º | 0.39% | 0.42% | - |
| HSV(B) | 217.14º | 0.56% | 0.58% | - |
| XYZ | 11.88 | 11.84 | 30.09 | - |
| YUV | 93.36 | 159.4 | 107.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 97 | 149 | 0.56 | 0.35 | 0 | 0.42 | 217.14 | 0.39 | 0.42 |
| Hex | 41 | 61 | 95 | 38 | 23 | 0 | 2A | D9 | 27 | 2A |
| Octal | 101 | 141 | 225 | 70 | 43 | 0 | 52 | 331 | 47 | 52 |
| Binary | 1000001 | 1100001 | 10010101 | 111000 | 100011 | 0 | 101010 | 11011001 | 100111 | 101010 |
Color Harmonies of #416195
Complementary color
Monochromatic Colors of #416195
Black with #416195
Text Example
Text Example
White with #416195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416195; }
p { color: rgb(65,97,149); }
H1.HeaderClassName
{
color: #416195;
}
.AnyTagClassName
{
color: #416195;
}
</style>
background-color css
<style>
a { background-color: #416195; }
a { background-color: rgb(65,97,149); }
div.DivClassName
{
background-color: #416195;
}
.BgClassName
{
background-color: #416195;
}
</style>
border-color css
<style>
span { border-color: #416195; }
span { border-color: rgb(65,97,149); }
td.TdClassName
{
border-color: #416195;
}
.TagClassName
{
border-color: #416195;
}
</style>