Shades of Mariner #416294
Tints of Mariner #416294
RGB
CMYK
RGB Variations
Color information
#416294 (or 0x416294) is known color: Mariner. HEX triplet: 41, 62 and 94. RGB value is (65,98,148). Sum of RGB (Red+Green+Blue) = 65+98+148=311 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.90% from 311); Green value is 98 (38.67% from 255 or 31.51% from 311); Blue value is 148 (58.20% from 255 or 47.59% from 311); Max value from RGB is 148 - color contains mainly: blue. Hex color #416294 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416294 is #BE9D6B. Grayscale: #5D5D5D. Windows color (decimal): -12492140 or 9724481. OLE color: 9724481.
HSL color Cylindrical-coordinate representation of color #416294: hue angle of 216.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 #416294 is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 65 | 98 | 148 | - |
| CMYK | 0.56 | 0.34 | 0 | 0.42 |
| HSL | 216.14º | 0.39% | 0.42% | - |
| HSV(B) | 216.14º | 0.56% | 0.58% | - |
| XYZ | 11.89 | 12 | 29.71 | - |
| YUV | 93.83 | 158.57 | 107.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 98 | 148 | 0.56 | 0.34 | 0 | 0.42 | 216.14 | 0.39 | 0.42 |
| Hex | 41 | 62 | 94 | 38 | 22 | 0 | 2A | D8 | 27 | 2A |
| Octal | 101 | 142 | 224 | 70 | 42 | 0 | 52 | 330 | 47 | 52 |
| Binary | 1000001 | 1100010 | 10010100 | 111000 | 100010 | 0 | 101010 | 11011000 | 100111 | 101010 |
Color Harmonies of #416294
Complementary color
Monochromatic Colors of #416294
Black with #416294
Text Example
Text Example
White with #416294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416294; }
p { color: rgb(65,98,148); }
H1.HeaderClassName
{
color: #416294;
}
.AnyTagClassName
{
color: #416294;
}
</style>
background-color css
<style>
a { background-color: #416294; }
a { background-color: rgb(65,98,148); }
div.DivClassName
{
background-color: #416294;
}
.BgClassName
{
background-color: #416294;
}
</style>
border-color css
<style>
span { border-color: #416294; }
span { border-color: rgb(65,98,148); }
td.TdClassName
{
border-color: #416294;
}
.TagClassName
{
border-color: #416294;
}
</style>