Shades of Mariner #416298
Tints of Mariner #416298
RGB
CMYK
RGB Variations
Color information
#416298 (or 0x416298) is known color: Mariner. HEX triplet: 41, 62 and 98. RGB value is (65,98,152). Sum of RGB (Red+Green+Blue) = 65+98+152=315 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.63% from 315); Green value is 98 (38.67% from 255 or 31.11% from 315); Blue value is 152 (59.77% from 255 or 48.25% from 315); Max value from RGB is 152 - color contains mainly: blue. Hex color #416298 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416298 is #BE9D67. Grayscale: #5E5E5E. Windows color (decimal): -12492136 or 9986625. OLE color: 9986625.
HSL color Cylindrical-coordinate representation of color #416298: hue angle of 217.24º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #416298 is Cyan = 0.57, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 65 | 98 | 152 | - |
| CMYK | 0.57 | 0.36 | 0 | 0.40 |
| HSL | 217.24º | 0.4% | 0.43% | - |
| HSV(B) | 217.24º | 0.57% | 0.6% | - |
| XYZ | 12.22 | 12.13 | 31.4 | - |
| YUV | 94.29 | 160.57 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 98 | 152 | 0.57 | 0.36 | 0 | 0.40 | 217.24 | 0.4 | 0.43 |
| Hex | 41 | 62 | 98 | 39 | 24 | 0 | 28 | D9 | 28 | 2B |
| Octal | 101 | 142 | 230 | 71 | 44 | 0 | 50 | 331 | 50 | 53 |
| Binary | 1000001 | 1100010 | 10011000 | 111001 | 100100 | 0 | 101000 | 11011001 | 101000 | 101011 |
Color Harmonies of #416298
Complementary color
Monochromatic Colors of #416298
Black with #416298
Text Example
Text Example
White with #416298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416298; }
p { color: rgb(65,98,152); }
H1.HeaderClassName
{
color: #416298;
}
.AnyTagClassName
{
color: #416298;
}
</style>
background-color css
<style>
a { background-color: #416298; }
a { background-color: rgb(65,98,152); }
div.DivClassName
{
background-color: #416298;
}
.BgClassName
{
background-color: #416298;
}
</style>
border-color css
<style>
span { border-color: #416298; }
span { border-color: rgb(65,98,152); }
td.TdClassName
{
border-color: #416298;
}
.TagClassName
{
border-color: #416298;
}
</style>