Shades of Mariner #416190
Tints of Mariner #416190
RGB
CMYK
RGB Variations
Color information
#416190 (or 0x416190) is known color: Mariner. HEX triplet: 41, 61 and 90. RGB value is (65,97,144). Sum of RGB (Red+Green+Blue) = 65+97+144=306 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.24% from 306); Green value is 97 (38.28% from 255 or 31.70% from 306); Blue value is 144 (56.64% from 255 or 47.06% from 306); Max value from RGB is 144 - color contains mainly: blue. Hex color #416190 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416190 is #BE9E6F. Grayscale: #5C5C5C. Windows color (decimal): -12492400 or 9462081. OLE color: 9462081.
HSL color Cylindrical-coordinate representation of color #416190: hue angle of 215.7º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #416190 is Cyan = 0.55, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 65 | 97 | 144 | - |
| CMYK | 0.55 | 0.33 | 0 | 0.44 |
| HSL | 215.7º | 0.38% | 0.41% | - |
| HSV(B) | 215.7º | 0.55% | 0.56% | - |
| XYZ | 11.49 | 11.69 | 28.04 | - |
| YUV | 92.79 | 156.9 | 108.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 97 | 144 | 0.55 | 0.33 | 0 | 0.44 | 215.7 | 0.38 | 0.41 |
| Hex | 41 | 61 | 90 | 37 | 21 | 0 | 2C | D8 | 26 | 29 |
| Octal | 101 | 141 | 220 | 67 | 41 | 0 | 54 | 330 | 46 | 51 |
| Binary | 1000001 | 1100001 | 10010000 | 110111 | 100001 | 0 | 101100 | 11011000 | 100110 | 101001 |
Color Harmonies of #416190
Complementary color
Monochromatic Colors of #416190
Black with #416190
Text Example
Text Example
White with #416190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416190; }
p { color: rgb(65,97,144); }
H1.HeaderClassName
{
color: #416190;
}
.AnyTagClassName
{
color: #416190;
}
</style>
background-color css
<style>
a { background-color: #416190; }
a { background-color: rgb(65,97,144); }
div.DivClassName
{
background-color: #416190;
}
.BgClassName
{
background-color: #416190;
}
</style>
border-color css
<style>
span { border-color: #416190; }
span { border-color: rgb(65,97,144); }
td.TdClassName
{
border-color: #416190;
}
.TagClassName
{
border-color: #416190;
}
</style>