Shades of Mariner #416EAC
Tints of Mariner #416EAC
RGB
CMYK
RGB Variations
Color information
#416EAC (or 0x416EAC) is known color: Mariner. HEX triplet: 41, 6E and AC. RGB value is (65,110,172). Sum of RGB (Red+Green+Blue) = 65+110+172=347 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.73% from 347); Green value is 110 (43.36% from 255 or 31.70% from 347); Blue value is 172 (67.58% from 255 or 49.57% from 347); Max value from RGB is 172 - color contains mainly: blue. Hex color #416EAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416EAC is #BE9153. Grayscale: #676767. Windows color (decimal): -12489044 or 11300417. OLE color: 11300417.
HSL color Cylindrical-coordinate representation of color #416EAC: hue angle of 214.77º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #416EAC is Cyan = 0.62, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 110 | 172 | - |
| CMYK | 0.62 | 0.36 | 0 | 0.33 |
| HSL | 214.77º | 0.45% | 0.46% | - |
| HSV(B) | 214.77º | 0.62% | 0.67% | - |
| XYZ | 15.2 | 15.25 | 41.17 | - |
| YUV | 103.61 | 166.59 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 110 | 172 | 0.62 | 0.36 | 0 | 0.33 | 214.77 | 0.45 | 0.46 |
| Hex | 41 | 6E | AC | 3E | 24 | 0 | 21 | D7 | 2D | 2E |
| Octal | 101 | 156 | 254 | 76 | 44 | 0 | 41 | 327 | 55 | 56 |
| Binary | 1000001 | 1101110 | 10101100 | 111110 | 100100 | 0 | 100001 | 11010111 | 101101 | 101110 |
Color Harmonies of #416EAC
Complementary color
Monochromatic Colors of #416EAC
Black with #416EAC
Text Example
Text Example
White with #416EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416EAC; }
p { color: rgb(65,110,172); }
H1.HeaderClassName
{
color: #416EAC;
}
.AnyTagClassName
{
color: #416EAC;
}
</style>
background-color css
<style>
a { background-color: #416EAC; }
a { background-color: rgb(65,110,172); }
div.DivClassName
{
background-color: #416EAC;
}
.BgClassName
{
background-color: #416EAC;
}
</style>
border-color css
<style>
span { border-color: #416EAC; }
span { border-color: rgb(65,110,172); }
td.TdClassName
{
border-color: #416EAC;
}
.TagClassName
{
border-color: #416EAC;
}
</style>