Shades of Mariner #416EAE
Tints of Mariner #416EAE
RGB
CMYK
RGB Variations
Color information
#416EAE (or 0x416EAE) is known color: Mariner. HEX triplet: 41, 6E and AE. RGB value is (65,110,174). Sum of RGB (Red+Green+Blue) = 65+110+174=349 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.62% from 349); Green value is 110 (43.36% from 255 or 31.52% from 349); Blue value is 174 (68.36% from 255 or 49.86% from 349); Max value from RGB is 174 - color contains mainly: blue. Hex color #416EAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416EAE is #BE9151. Grayscale: #676767. Windows color (decimal): -12489042 or 11431489. OLE color: 11431489.
HSL color Cylindrical-coordinate representation of color #416EAE: hue angle of 215.23º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #416EAE is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 65 | 110 | 174 | - |
| CMYK | 0.63 | 0.37 | 0 | 0.32 |
| HSL | 215.23º | 0.46% | 0.47% | - |
| HSV(B) | 215.23º | 0.63% | 0.68% | - |
| XYZ | 15.4 | 15.33 | 42.19 | - |
| YUV | 103.84 | 167.59 | 100.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 110 | 174 | 0.63 | 0.37 | 0 | 0.32 | 215.23 | 0.46 | 0.47 |
| Hex | 41 | 6E | AE | 3F | 25 | 0 | 20 | D7 | 2E | 2F |
| Octal | 101 | 156 | 256 | 77 | 45 | 0 | 40 | 327 | 56 | 57 |
| Binary | 1000001 | 1101110 | 10101110 | 111111 | 100101 | 0 | 100000 | 11010111 | 101110 | 101111 |
Color Harmonies of #416EAE
Complementary color
Monochromatic Colors of #416EAE
Black with #416EAE
Text Example
Text Example
White with #416EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416EAE; }
p { color: rgb(65,110,174); }
H1.HeaderClassName
{
color: #416EAE;
}
.AnyTagClassName
{
color: #416EAE;
}
</style>
background-color css
<style>
a { background-color: #416EAE; }
a { background-color: rgb(65,110,174); }
div.DivClassName
{
background-color: #416EAE;
}
.BgClassName
{
background-color: #416EAE;
}
</style>
border-color css
<style>
span { border-color: #416EAE; }
span { border-color: rgb(65,110,174); }
td.TdClassName
{
border-color: #416EAE;
}
.TagClassName
{
border-color: #416EAE;
}
</style>